Skip to content

Commit c082674

Browse files
committed
feat: add fiat mapping for ghs
1 parent 7656050 commit c082674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/constants/stableTokenMetadata.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const STABLE_TOKEN_SYMBOLS = {
66
PUSO: 'PUSO',
77
cCOP: 'cCOP',
88
eXOF: 'eXOF',
9+
cGHS: 'cGHS',
910
} as const
1011

1112
export type StableTokenSymbol = keyof typeof STABLE_TOKEN_SYMBOLS
@@ -18,6 +19,7 @@ export const STABLE_TOKEN_FIAT_MAPPING: Record<StableTokenSymbol, string> = {
1819
PUSO: 'PHP',
1920
cCOP: 'COP',
2021
eXOF: 'XOF',
22+
cGHS: 'GHS',
2123
} as const
2224

2325
export function getFiatTicker(symbol: StableTokenSymbol): string {

0 commit comments

Comments
 (0)