Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaGamingArcade committed Oct 12, 2024
1 parent 9100bb1 commit 4f0727d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
21 changes: 0 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk.

# The pallet in this template.
pallet-template = { path = "../pallets/template", default-features = false }
pallet-xbridge = { path = "../pallets/xbridge", default-features = false }

[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-v1.9.0", optional = true }
Expand Down
10 changes: 1 addition & 9 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,6 @@ impl pallet_template::Config for Runtime {
type WeightInfo = pallet_template::weights::SubstrateWeight<Runtime>;
}

impl pallet_xbridge::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type RuntimeCall = RuntimeCall;
type WeightInfo = pallet_xbridge::weights::SubstrateWeight<Runtime>;
type Currency = Balances;
}

impl pallet_utility::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type RuntimeCall = RuntimeCall;
Expand All @@ -343,8 +336,7 @@ construct_runtime!(
RandomnessCollectiveFlip: pallet_insecure_randomness_collective_flip = 11,
Utility: pallet_utility = 12,
Authorship: pallet_authorship = 13,
Contracts: pallet_contracts = 14,
XBridge: pallet_xbridge = 15,
Contracts: pallet_contracts = 14
}
);

Expand Down

0 comments on commit 4f0727d

Please sign in to comment.