Skip to content

Commit 08cf8ee

Browse files
committed
bump evm runtime spec version
1 parent 423c64c commit 08cf8ee

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

0 commit comments

Comments
 (0)