Skip to content

Commit 2e45267

Browse files
authored
Merge pull request #3691 from autonomys/bump_evm_spec
Bump evm spec version
2 parents 745d136 + 3b637ea commit 2e45267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domains/runtime/evm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
318318
spec_name: Cow::Borrowed("subspace-evm-domain"),
319319
impl_name: Cow::Borrowed("subspace-evm-domain"),
320320
authoring_version: 0,
321-
spec_version: 0,
321+
spec_version: 1,
322322
impl_version: 0,
323323
apis: RUNTIME_API_VERSIONS,
324324
transaction_version: 1,

0 commit comments

Comments
 (0)