Skip to content

Commit

Permalink
Add more currency code mappings for rates conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Feb 11, 2024
1 parent 2b9f195 commit 7418602
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ import { config } from './config'
export const SIX_DAYS = 6

const CURRENCY_CONVERSION = {
AWCBEP20: 'AWC',
AWCBSC: 'AWC',
DAIMATIC: 'DAI',
WBTCMATIC: 'WBTC',
USDCERC20: 'USDC',
USDT20: 'USDT',
USDTERC20: 'USDT',
USDTPOLYGON: 'USDT',
USDCPOLYGON: 'USDC',
USDCTRC20: 'USDC',
USDTTRC20: 'USDT',
ZADDR: 'ZEC',
BCHABC: 'BCH',
BCHSV: 'BSV',
Expand Down

0 comments on commit 7418602

Please sign in to comment.