mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
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!>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "snowbridge-pallet-ethereum-client"
|
||||
description = "Snowbridge Ethereum Client Pallet"
|
||||
version = "0.0.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Snowfork <contact@snowfork.com>"]
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user