Skip to content
13 changes: 11 additions & 2 deletions modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,16 @@ export const coins = CoinMap.fromCoins([
erc20('cvx', 'Convex Finance', 18, '0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b', UnderlyingAsset.CVX),
erc20('czrx', 'Compound ZRX', 8, '0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407', UnderlyingAsset.CZRX),
erc20('dacxi', 'Dacxi Coin', 18, '0xefab7248d36585e2340e5d25f8a8d243e6e3193f', UnderlyingAsset.DACXI),
erc20('dai', 'Dai', 18, '0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359', UnderlyingAsset.DAI),
erc20(
'dai',
'Dai',
18,
'0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359',
UnderlyingAsset.DAI,
undefined,
undefined,
'SAI'
),
erc20('dao', 'DAO Maker', 18, '0x0f51bb10119727a7e5ea3538074fb341f56b09ad', UnderlyingAsset.DAO),
erc20('data', 'Streamr DATAcoin', 18, '0x0cf0ee63788a0849fe5297f3407f701e122cc023', UnderlyingAsset.DATA),
erc20('datav2', 'Streamr Data', 18, '0x8f693ca8d21b157107184d29d398a8d082b38b76', UnderlyingAsset.DATAV2),
Expand Down Expand Up @@ -764,7 +773,7 @@ export const coins = CoinMap.fromCoins([
ofcerc20('ofccomp', 'Compound Token', 18, UnderlyingAsset.COMP),
ofcerc20('ofccrv', 'Curve DAO Token', 18, UnderlyingAsset.CRV),
ofcerc20('ofccvx', 'Convex Finance', 18, UnderlyingAsset.CVX),
ofcerc20('ofcdai', 'Dai', 18, UnderlyingAsset.DAI),
ofcerc20('ofcdai', 'Dai', 18, UnderlyingAsset.DAI, undefined, undefined, undefined, 'SAI'),
ofcerc20('ofcdydx', 'dYdX', 18, UnderlyingAsset.DYDX),
ofcerc20('ofcgrt', 'The Graph', 18, UnderlyingAsset.GRT),
ofcerc20('ofclink', 'ChainLink', 18, UnderlyingAsset.LINK),
Expand Down