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