mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 11:01:07 +00:00
Change the input for the polkadot-omni-node to be a path to chain-spec
This commit is contained in:
+2
-10
@@ -486,13 +486,9 @@ impl Platform for PolkadotOmniNodePolkavmResolcPlatform {
|
||||
let wallet = AsRef::<WalletConfiguration>::as_ref(&context).wallet();
|
||||
|
||||
PolkadotOmnichainNode::node_genesis(
|
||||
&polkadot_omnichain_node_configuration.path,
|
||||
&wallet,
|
||||
polkadot_omnichain_node_configuration
|
||||
.parachain_id
|
||||
.context("No parachain id found in the configuration of the polkadot-omni-node")?,
|
||||
polkadot_omnichain_node_configuration
|
||||
.runtime_wasm_path
|
||||
.chain_spec_path
|
||||
.as_ref()
|
||||
.context("No WASM runtime path found in the polkadot-omni-node configuration")?,
|
||||
)
|
||||
@@ -550,13 +546,9 @@ impl Platform for PolkadotOmniNodeRevmSolcPlatform {
|
||||
let wallet = AsRef::<WalletConfiguration>::as_ref(&context).wallet();
|
||||
|
||||
PolkadotOmnichainNode::node_genesis(
|
||||
&polkadot_omnichain_node_configuration.path,
|
||||
&wallet,
|
||||
polkadot_omnichain_node_configuration
|
||||
.parachain_id
|
||||
.context("No parachain id found in the configuration of the polkadot-omni-node")?,
|
||||
polkadot_omnichain_node_configuration
|
||||
.runtime_wasm_path
|
||||
.chain_spec_path
|
||||
.as_ref()
|
||||
.context("No WASM runtime path found in the polkadot-omni-node configuration")?,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user