diff --git a/domains/runtime/evm/src/lib.rs b/domains/runtime/evm/src/lib.rs index 0c9dbde59f..7e9479885d 100644 --- a/domains/runtime/evm/src/lib.rs +++ b/domains/runtime/evm/src/lib.rs @@ -257,10 +257,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("subspace-evm-domain"), impl_name: Cow::Borrowed("subspace-evm-domain"), authoring_version: 0, - spec_version: 0, + spec_version: 1, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 0, + transaction_version: 1, system_version: 2, };