Snowbridge - Extract Ethereum Chain ID (#3501)
While adding runtime tests to https://github.com/polkadot-fellows/runtimes/pull/130, I noticed the Ethereum chain ID was hardcoded. For Kusama + Polkadot, the Ethereum chain ID should 1 (Mainnet), whereas on Rococo it is 11155111 (Sepolia). This PR also updates the Snowbridge crates versions to the current versions on crates.io. --------- Co-authored-by: claravanstaden <Cats 4 life!>
parent
42613667
Showing
- Cargo.lock 14 additions, 14 deletionsCargo.lock
- bridges/snowbridge/pallets/ethereum-client/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/ethereum-client/Cargo.toml
- bridges/snowbridge/pallets/inbound-queue/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/inbound-queue/Cargo.toml
- bridges/snowbridge/pallets/inbound-queue/fixtures/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/inbound-queue/fixtures/Cargo.toml
- bridges/snowbridge/pallets/outbound-queue/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/outbound-queue/Cargo.toml
- bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml 1 addition, 1 deletion.../snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml
- bridges/snowbridge/pallets/outbound-queue/runtime-api/Cargo.toml 1 addition, 1 deletion.../snowbridge/pallets/outbound-queue/runtime-api/Cargo.toml
- bridges/snowbridge/pallets/system/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/system/Cargo.toml
- bridges/snowbridge/pallets/system/runtime-api/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/system/runtime-api/Cargo.toml
- bridges/snowbridge/primitives/beacon/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/beacon/Cargo.toml
- bridges/snowbridge/primitives/core/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/core/Cargo.toml
- bridges/snowbridge/primitives/ethereum/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/ethereum/Cargo.toml
- bridges/snowbridge/primitives/router/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/router/Cargo.toml
- bridges/snowbridge/runtime/runtime-common/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/runtime/runtime-common/Cargo.toml
- bridges/snowbridge/runtime/test-common/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/runtime/test-common/Cargo.toml
- bridges/snowbridge/runtime/test-common/src/lib.rs 10 additions, 2 deletionsbridges/snowbridge/runtime/test-common/src/lib.rs
- bridges/snowbridge/scripts/contribute-upstream.sh 2 additions, 0 deletionsbridges/snowbridge/scripts/contribute-upstream.sh
- cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/tests/snowbridge.rs 5 additions, 0 deletions...untimes/bridge-hubs/bridge-hub-rococo/tests/snowbridge.rs
Please register or sign in to comment