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.
2 parents 4c0198f + 2092c19 commit b960ff0Copy full SHA for b960ff0
1 file changed
domains/runtime/evm/src/lib.rs
@@ -257,10 +257,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
257
spec_name: Cow::Borrowed("subspace-evm-domain"),
258
impl_name: Cow::Borrowed("subspace-evm-domain"),
259
authoring_version: 0,
260
- spec_version: 0,
+ spec_version: 1,
261
impl_version: 0,
262
apis: RUNTIME_API_VERSIONS,
263
- transaction_version: 0,
+ transaction_version: 1,
264
system_version: 2,
265
};
266
0 commit comments