Skip to content

Commit

Permalink
Merge pull request #34 from wd30130/main
Browse files Browse the repository at this point in the history
Add OpenGov(Gov2)
  • Loading branch information
sulijia authored Dec 29, 2023
2 parents 8e91406 + 156d1ae commit bcb49af
Show file tree
Hide file tree
Showing 41 changed files with 6,308 additions and 1,204 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
"runtime",
"pallets/order",
"primitives/system",
"pallets/motion",
"pallets/evm-utils",
"pallets/evm/precompile/substrate-utils",
"pallets/pot/runtime-api",
Expand All @@ -16,6 +15,7 @@ members = [
"pallets/assurance",
"pallets/pallet-xcm",
"pallets/liquidation",
"pallets/preimage",
]
resolver = "2"

Expand Down
1 change: 0 additions & 1 deletion Magnet
Submodule Magnet deleted from 366201
4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parachain-magnet-node"
version = "0.3.1"
authors = ["Anonymous"]
version = "0.4.0"
authors = ["Magnet"]
description = "A scalable evm smart contract platform node, utilizing DOT as the gas fee."
license = "Apache License 2.0"
homepage = "https://magnet.magport.io/"
Expand Down
1 change: 1 addition & 0 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,6 @@ fn testnet_genesis(
dynamic_fee: Default::default(),
base_fee: Default::default(),
assurance: Default::default(),
treasury: Default::default(),
}
}
49 changes: 0 additions & 49 deletions pallets/motion/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion pallets/motion/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions pallets/motion/src/benchmarking.rs

This file was deleted.

148 changes: 0 additions & 148 deletions pallets/motion/src/lib.rs

This file was deleted.

Loading

0 comments on commit bcb49af

Please sign in to comment.