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< ...@@ -11,13 +11,14 @@ export const FEE_AMOUNT_DETAIL: Record<
label: '0.01', label: '0.01',
description: <Trans>Best for very stable pairs.</Trans>, description: <Trans>Best for very stable pairs.</Trans>,
supportedChains: [ supportedChains: [
SupportedChainId.MAINNET, SupportedChainId.ARBITRUM_ONE,
SupportedChainId.POLYGON, SupportedChainId.BNB,
SupportedChainId.POLYGON_MUMBAI,
SupportedChainId.CELO, SupportedChainId.CELO,
SupportedChainId.CELO_ALFAJORES, SupportedChainId.CELO_ALFAJORES,
SupportedChainId.MAINNET,
SupportedChainId.OPTIMISM, SupportedChainId.OPTIMISM,
SupportedChainId.BNB, SupportedChainId.POLYGON,
SupportedChainId.POLYGON_MUMBAI,
], ],
}, },
[FeeAmount.LOW]: { [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