Skip to content

Commit fef42e9

Browse files
committed
fix: update token pool display labels for consistency
1 parent 5f14afd commit fef42e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/data/ccip/utils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export const determineTokenMechanism = (
3333

3434
export const tokenPoolDisplay = (poolType?: PoolType) => {
3535
const poolTypeMapping: Record<PoolType, string> = {
36-
lockRelease: "Lock/Release",
37-
burnMint: "Burn/Mint",
38-
usdc: "Burn/Mint",
36+
lockRelease: "LockRelease",
37+
burnMint: "BurnMint",
38+
usdc: "BurnMint",
3939
feeTokenOnly: "Fee Token Only",
4040
}
4141

0 commit comments

Comments
 (0)