From 310650a571afa5948ab7a81e2239b4f3933507b4 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Fri, 5 Jan 2024 01:44:57 +0000 Subject: [PATCH] evm: Use chain id 12035 for testnet --- standalone/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/runtime/src/lib.rs b/standalone/runtime/src/lib.rs index 23e741caf..275564a14 100644 --- a/standalone/runtime/src/lib.rs +++ b/standalone/runtime/src/lib.rs @@ -1652,7 +1652,7 @@ impl pallet_evm::AddressMapping for PostfixAddressMapping { } parameter_types! { - pub const EVMChainId: u64 = 2035; + pub const EVMChainId: u64 = 12035; } impl pallet_evm::Config for Runtime {