Skip to content

Commit 44244f5

Browse files
committed
feat: adding tokens to 1DEX's token list
1 parent a2a7c3d commit 44244f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/1dex/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ async function eos() {
88
["eosio.token", "EOS", "eos"],
99
["usdt.xsat", "USDT", "tether"],
1010
["btc.xsat", "BTC", "bitcoin"],
11+
["core.vaulta", "A", "vaulta"],
12+
["usdc.xsat", "USDC", "usd-coin"],
1113
];
1214
return await get_account_tvl(accounts, tokens, "eos");
1315
}

0 commit comments

Comments
 (0)