Skip to content

Commit

Permalink
spec_version 102->103 (#48)
Browse files Browse the repository at this point in the history
* spec_version 102->103

* transaction_version 1->2
  • Loading branch information
asiniscalchi authored Oct 11, 2023
1 parent a804f50 commit 2b43f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evolution-chain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 102,
spec_version: 103,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
transaction_version: 2,
state_version: 1,
};

Expand Down

0 comments on commit 2b43f09

Please sign in to comment.