Skip to content

Commit 987175e

Browse files
committed
temp fix: provenance coins
1 parent c453bd8 commit 987175e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

projects/helper/tokenMapping.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,30 @@ const fixBalancesTokens = {
4343
ozone: {
4444
// '0x83048f0bf34feed8ced419455a4320a735a92e9d': { coingeckoId: "ozonechain", decimals: 18 }, // was mapped to wrong chain
4545
},
46+
47+
provenance: {
48+
nhash: { coingeckoId: 'hash-2', decimals: 9 },
49+
'uusd.trading': { coingeckoId: 'usd-coin', decimals: 6 },
50+
'uusdc.figure.se': { coingeckoId: 'usd-coin', decimals: 6 },
51+
'uylds.fcc': { coingeckoId: 'usd-coin', decimals: 6 },
52+
'nbtc.figure.se': { coingeckoId: 'bitcoin', decimals: 9 },
53+
'neth.figure.se': { coingeckoId: 'ethereum', decimals: 9 },
54+
'uusdt.figure.se': { coingeckoId: 'tether', decimals: 6 },
55+
'nlink.figure.se': { coingeckoId: 'chainlink', decimals: 9 },
56+
'nsol.figure.se': { coingeckoId: 'solana', decimals: 9 },
57+
'nuni.figure.se': { coingeckoId: 'uniswap', decimals: 9 },
58+
'uxrp.figure.se': { coingeckoId: 'ripple', decimals: 6 },
59+
'ulrwa.figure.markets': { coingeckoId: 'usd-coin', decimals: 6 },
60+
'ureit.figure.markets': { coingeckoId: 'usd-coin', decimals: 6 },
61+
SOL: { coingeckoId: 'solana', decimals: 0 },
62+
ETH: { coingeckoId: 'ethereum', decimals: 0 },
63+
USDT: { coingeckoId: 'tether', decimals: 0 },
64+
BTC: { coingeckoId: 'bitcoin', decimals: 0 },
65+
USDC: { coingeckoId: 'usd-coin', decimals: 0 },
66+
USD: { coingeckoId: 'usd-coin', decimals: 0 },
67+
YLDS: { coingeckoId: 'usd-coin', decimals: 0 },
68+
'pm.sale.pool.3dxq3fk9llvhrqqwhodiap': { coingeckoId: 'usd-coin', decimals: 0 },
69+
},
4670
}
4771

4872
ibcChains.forEach(chain => fixBalancesTokens[chain] = { ...ibcMappings, ...(fixBalancesTokens[chain] || {}) })

0 commit comments

Comments
 (0)