We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423c64c commit 08cf8eeCopy full SHA for 08cf8ee
domains/runtime/evm/src/lib.rs
@@ -286,7 +286,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
286
impl_name: Cow::Borrowed("subspace-evm-domain"),
287
authoring_version: 0,
288
// The spec version can be different on Taurus and Mainnet
289
- spec_version: 0,
+ spec_version: 2,
290
impl_version: 0,
291
apis: RUNTIME_API_VERSIONS,
292
transaction_version: 1,
0 commit comments