Skip to content

Commit

Permalink
Fix build (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovac12 authored Nov 27, 2024
1 parent 999cf78 commit ff906b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/chain_spec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,6 @@ fn testnet_genesis(
TBCD.into(),
];
GenesisConfig {
#[cfg(feature = "stage")] // TON bridge
jetton_app: Default::default(),
#[cfg(feature = "wip")] // EVM bridge
evm_fungible_app: Default::default(),
Expand All @@ -1220,7 +1219,6 @@ fn testnet_genesis(
#[cfg(feature = "wip")] // Trustless substrate bridge
beefy_light_client: Default::default(),

#[cfg(feature = "stage")] // EVM/TON bridge
bridge_outbound_channel: BridgeOutboundChannelConfig {
interval: 10,
..Default::default()
Expand Down

0 comments on commit ff906b9

Please sign in to comment.