Commit 0cc187a7 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

feat: add 1bps pool to arbitrum (#6224)

parent f3e09a90
......@@ -11,13 +11,14 @@ export const FEE_AMOUNT_DETAIL: Record<
label: '0.01',
description: <Trans>Best for very stable pairs.</Trans>,
supportedChains: [
SupportedChainId.MAINNET,
SupportedChainId.POLYGON,
SupportedChainId.POLYGON_MUMBAI,
SupportedChainId.ARBITRUM_ONE,
SupportedChainId.BNB,
SupportedChainId.CELO,
SupportedChainId.CELO_ALFAJORES,
SupportedChainId.MAINNET,
SupportedChainId.OPTIMISM,
SupportedChainId.BNB,
SupportedChainId.POLYGON,
SupportedChainId.POLYGON_MUMBAI,
],
},
[FeeAmount.LOW]: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment