Skip to content

Commit

Permalink
bump spec and transaction version
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhavyas committed Feb 3, 2025
1 parent 4c0198f commit 2092c19
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 2092c19

Please sign in to comment.