Skip to content

Commit be5bca3

Browse files
committed
bump evm spec version to 6
1 parent ab9d6e6 commit be5bca3

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
@@ -288,7 +288,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
288288
impl_name: Cow::Borrowed("subspace-evm-domain"),
289289
authoring_version: 0,
290290
// The spec version can be different on Taurus and Mainnet
291-
spec_version: 0,
291+
spec_version: 6,
292292
impl_version: 0,
293293
apis: RUNTIME_API_VERSIONS,
294294
transaction_version: 1,

0 commit comments

Comments
 (0)