feat: add 1bps pool to arbitrum (#6224)
This commit is contained in:
parent
f3e09a90e2
commit
0cc187a7cb
@ -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]: {
|
||||
|
Loading…
Reference in New Issue
Block a user