Skip to content

Commit

Permalink
Merge pull request #3365 from autonomys/evm_spec_bump
Browse files Browse the repository at this point in the history
Bump spec and transaction version for EVM on taurus
  • Loading branch information
vedhavyas authored Feb 4, 2025
2 parents 4c0198f + 2092c19 commit b960ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions domains/runtime/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit b960ff0

Please sign in to comment.