mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-17 20:31:05 +00:00
fmt
This commit is contained in:
@@ -74,7 +74,10 @@ use crate::{
|
|||||||
process::{command_version, spawn_eth_rpc_process},
|
process::{command_version, spawn_eth_rpc_process},
|
||||||
revive::ReviveNetwork,
|
revive::ReviveNetwork,
|
||||||
},
|
},
|
||||||
provider_utils::{ConcreteProvider, FallbackGasFiller, construct_concurrency_limited_provider},
|
provider_utils::{
|
||||||
|
ConcreteProvider, FallbackGasFiller, construct_concurrency_limited_provider,
|
||||||
|
execute_transaction,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static NODE_COUNT: AtomicU32 = AtomicU32::new(0);
|
static NODE_COUNT: AtomicU32 = AtomicU32::new(0);
|
||||||
@@ -120,8 +123,6 @@ impl ZombienetNode {
|
|||||||
const PARACHAIN_ID: u32 = 100;
|
const PARACHAIN_ID: u32 = 100;
|
||||||
const ETH_RPC_BASE_PORT: u16 = 8545;
|
const ETH_RPC_BASE_PORT: u16 = 8545;
|
||||||
|
|
||||||
const PROXY_LOG_ENV: &str = "info,eth-rpc=debug";
|
|
||||||
|
|
||||||
const ETH_RPC_READY_MARKER: &str = "Running JSON-RPC server";
|
const ETH_RPC_READY_MARKER: &str = "Running JSON-RPC server";
|
||||||
|
|
||||||
const EXPORT_CHAINSPEC_COMMAND: &str = "build-spec";
|
const EXPORT_CHAINSPEC_COMMAND: &str = "build-spec";
|
||||||
|
|||||||
Reference in New Issue
Block a user