Commit e0f6d82d authored by Noah Zinsmeister's avatar Noah Zinsmeister Committed by GitHub

feat: enable 1bp optimism fee tier (#4124)

enable new optimism fee tier
parent fb691cf1
import { Trans } from '@lingui/macro'
import { FeeAmount } from '@uniswap/v3-sdk'
import { ALL_SUPPORTED_CHAIN_IDS, SupportedChainId } from 'constants/chains'
import { ReactNode } from 'react'
import type { ReactNode } from 'react'
export const FEE_AMOUNT_DETAIL: Record<
FeeAmount,
......@@ -16,6 +16,7 @@ export const FEE_AMOUNT_DETAIL: Record<
SupportedChainId.POLYGON_MUMBAI,
SupportedChainId.CELO,
SupportedChainId.CELO_ALFAJORES,
SupportedChainId.OPTIMISM,
],
},
[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