Skip to content

Commit

Permalink
fix: rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Nov 4, 2024
1 parent ea5c4b0 commit 4c771c3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/pages/bridge/bridge.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ export async function fetchBridgeFeatureFlags(): Promise<BridgeFeatureFlags> {
[BridgeFeatureFlagsKey.NETWORK_DEST_ALLOWLIST]: rawFeatureFlags[
BridgeFlag.NETWORK_DEST_ALLOWLIST
].map((chainIdDec) => add0x(decimalToHex(chainIdDec))),
[BridgeFeatureFlagsKey.APPROVAL_GAS_MULTIPLIER]: approvalGasMultiplier,
[BridgeFeatureFlagsKey.BRIDGE_GAS_MULTIPLIER]: bridgeGasMultiplier,
};
}

Expand All @@ -120,8 +118,6 @@ export async function fetchBridgeFeatureFlags(): Promise<BridgeFeatureFlags> {
[BridgeFeatureFlagsKey.NETWORK_SRC_ALLOWLIST]: [],
// TODO set default to ALLOWED_BRIDGE_CHAIN_IDS once bridging is live
[BridgeFeatureFlagsKey.NETWORK_DEST_ALLOWLIST]: [],
[BridgeFeatureFlagsKey.APPROVAL_GAS_MULTIPLIER]: {},
[BridgeFeatureFlagsKey.BRIDGE_GAS_MULTIPLIER]: {},
};
}

Expand Down

0 comments on commit 4c771c3

Please sign in to comment.