Skip to content

Commit c0257cf

Browse files
feat(statics): added offchain tokens DAO, DENT, DEP, DFI
BG-55674
1 parent 3f9ce0b commit c0257cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,10 @@ export const coins = CoinMap.fromCoins([
866866
ofcerc20('ofccvc', 'Civic', 8, UnderlyingAsset.CVC),
867867
ofcerc20('ofccvx', 'Convex Finance', 18, UnderlyingAsset.CVX),
868868
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),
869873
ofcerc20('ofcdydx', 'dYdX', 18, UnderlyingAsset.DYDX),
870874
ofcerc20('ofcftt', 'FTX Token', 18, UnderlyingAsset.FTT),
871875
ofcerc20('ofcgrt', 'The Graph', 18, UnderlyingAsset.GRT),

0 commit comments

Comments
 (0)