We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9ce0b commit c0257cfCopy full SHA for c0257cf
modules/statics/src/coins.ts
@@ -866,6 +866,10 @@ export const coins = CoinMap.fromCoins([
866
ofcerc20('ofccvc', 'Civic', 8, UnderlyingAsset.CVC),
867
ofcerc20('ofccvx', 'Convex Finance', 18, UnderlyingAsset.CVX),
868
ofcerc20('ofcdai', 'Dai', 18, UnderlyingAsset.DAI, undefined, undefined, undefined, 'SAI'),
869
+ ofcerc20('ofcdao', 'DAO Maker', 18, UnderlyingAsset.DAO),
870
+ ofcerc20('ofcdent', 'Dent', 8, UnderlyingAsset.DENT),
871
+ ofcerc20('ofcdep', 'Deap Coin', 18, UnderlyingAsset.DEP),
872
+ ofcerc20('ofcdfi', 'DeFiChain', 8, UnderlyingAsset.DFI),
873
ofcerc20('ofcdydx', 'dYdX', 18, UnderlyingAsset.DYDX),
874
ofcerc20('ofcftt', 'FTX Token', 18, UnderlyingAsset.FTT),
875
ofcerc20('ofcgrt', 'The Graph', 18, UnderlyingAsset.GRT),
0 commit comments