Skip to content

Commit 20fd596

Browse files
Add BTC token to the token list for 1DEX TVL calculation (DefiLlama#14313)
1 parent 8a67eb8 commit 20fd596

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)