Skip to content

Commit 310650a

Browse files
committed
evm: Use chain id 12035 for testnet
1 parent 2e16f88 commit 310650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ impl pallet_evm::AddressMapping<AccountId> for PostfixAddressMapping {
16521652
}
16531653

16541654
parameter_types! {
1655-
pub const EVMChainId: u64 = 2035;
1655+
pub const EVMChainId: u64 = 12035;
16561656
}
16571657

16581658
impl pallet_evm::Config for Runtime {

0 commit comments

Comments
 (0)