We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57d8ce commit ee7641cCopy full SHA for ee7641c
projects/pumpbtc/index.js
@@ -21,7 +21,7 @@ async function bitcoinTvl(api) {
21
}
22
23
async function otherTvl(api) {
24
- const addresses = await getConfig('pumpbtc/v2', undefined, { fetcher: getStakingAddresses })
+ const addresses = await getConfig('pumpbtc/v2-other', undefined, { fetcher: getStakingAddresses })
25
26
if (!addresses[api.chain]) {
27
return;
0 commit comments