Skip to content

Commit ee7641c

Browse files
authored
Fix pumpbtc adapter(addresses of other chains not read properly) (DefiLlama#12217)
1 parent e57d8ce commit ee7641c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/pumpbtc/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function bitcoinTvl(api) {
2121
}
2222

2323
async function otherTvl(api) {
24-
const addresses = await getConfig('pumpbtc/v2', undefined, { fetcher: getStakingAddresses })
24+
const addresses = await getConfig('pumpbtc/v2-other', undefined, { fetcher: getStakingAddresses })
2525

2626
if (!addresses[api.chain]) {
2727
return;

0 commit comments

Comments
 (0)