Skip to content

Commit

Permalink
evm: Use chain id 12035 for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Jan 5, 2024
1 parent 2e16f88 commit 310650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ impl pallet_evm::AddressMapping<AccountId> for PostfixAddressMapping {
}

parameter_types! {
pub const EVMChainId: u64 = 2035;
pub const EVMChainId: u64 = 12035;
}

impl pallet_evm::Config for Runtime {
Expand Down

0 comments on commit 310650a

Please sign in to comment.