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 {