Skip to content

Commit b960ff0

Browse files
authored
Merge pull request #3365 from autonomys/evm_spec_bump
Bump spec and transaction version for EVM on taurus
2 parents 4c0198f + 2092c19 commit b960ff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

domains/runtime/evm/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
257257
spec_name: Cow::Borrowed("subspace-evm-domain"),
258258
impl_name: Cow::Borrowed("subspace-evm-domain"),
259259
authoring_version: 0,
260-
spec_version: 0,
260+
spec_version: 1,
261261
impl_version: 0,
262262
apis: RUNTIME_API_VERSIONS,
263-
transaction_version: 0,
263+
transaction_version: 1,
264264
system_version: 2,
265265
};
266266

0 commit comments

Comments
 (0)