diff --git a/src/config/data/ccip/utils.ts b/src/config/data/ccip/utils.ts index cac553a82fe..014fd16d1a3 100644 --- a/src/config/data/ccip/utils.ts +++ b/src/config/data/ccip/utils.ts @@ -33,9 +33,9 @@ export const determineTokenMechanism = ( export const tokenPoolDisplay = (poolType?: PoolType) => { const poolTypeMapping: Record = { - lockRelease: "Lock/Release", - burnMint: "Burn/Mint", - usdc: "Burn/Mint", + lockRelease: "LockRelease", + burnMint: "BurnMint", + usdc: "BurnMint", feeTokenOnly: "Fee Token Only", }