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

This commit is contained in:
Jordan Frankfurt 2023-03-22 18:01:33 -04:00 committed by GitHub
parent f3e09a90e2
commit 0cc187a7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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]: {