Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Fee in WETH #132

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions Cargo.lock

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

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ members = [
"bridges/snowbridge/primitives/core",
"bridges/snowbridge/primitives/ethereum",
"bridges/snowbridge/primitives/router",
"bridges/snowbridge/runtime/runtime-common",
"bridges/snowbridge/runtime/test-common",
"cumulus/client/cli",
"cumulus/client/collator",
Expand Down Expand Up @@ -500,18 +499,15 @@ members = [
"substrate/utils/prometheus",
"substrate/utils/substrate-bip39",
"substrate/utils/wasm-builder",

"templates/minimal/node",
"templates/minimal/pallets/template",
"templates/minimal/runtime",

"templates/solochain/node",
"templates/solochain/pallets/template",
"templates/solochain/runtime",

"templates/parachain/node",
"templates/parachain/pallets/template",
"templates/parachain/runtime",
"templates/solochain/node",
"templates/solochain/pallets/template",
"templates/solochain/runtime",
]
default-members = ["polkadot", "substrate/bin/node/cli"]

Expand Down
Loading
Loading