Skip to content

Commit fdd13cf

Browse files
committed
bump evm spec version
1 parent 954a9ae commit fdd13cf

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

0 commit comments

Comments
 (0)