Skip to content

Commit 523af58

Browse files
committed
feat: add BTC token to the token list for 1DEX TVL calculation
1 parent 72c7312 commit 523af58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/1dex/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ async function eos() {
77
const tokens = [
88
["eosio.token", "EOS", "eos"],
99
["usdt.xsat", "USDT", "tether"],
10+
["btc.xsat", "BTC", "bitcoin"],
1011
];
1112
return await get_account_tvl(accounts, tokens, "eos");
1213
}

0 commit comments

Comments
 (0)