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 6727830 commit 096c52fCopy full SHA for 096c52f
domains/runtime/evm/src/lib.rs
@@ -285,7 +285,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
285
impl_name: Cow::Borrowed("subspace-evm-domain"),
286
authoring_version: 0,
287
// The spec version can be different on Taurus and Mainnet
288
- spec_version: 0,
+ spec_version: 4,
289
impl_version: 0,
290
apis: RUNTIME_API_VERSIONS,
291
transaction_version: 1,
0 commit comments