Skip to content

Commit

Permalink
remove uneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 10, 2023
1 parent 6236cad commit 53eb94e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ parameter_types! {
pub RelayTreasuryLocation: MultiLocation = (Parent, PalletInstance(rococo_runtime_constants::TREASURY_PALLET_ID)).into();

// Network and location for the local Ethereum testnet.
pub const EthereumChainId: u64 = 15;
pub const EthereumNetwork: NetworkId = NetworkId::Ethereum { chain_id: EthereumChainId::get() };
pub const EthereumNetwork: NetworkId = NetworkId::Ethereum { chain_id: 15 };
}

/// Adapter for resolving `NetworkId` based on `pub storage Flavor: RuntimeFlavor`.
Expand Down

0 comments on commit 53eb94e

Please sign in to comment.