We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244453e commit 80154e8Copy full SHA for 80154e8
projects/resolv/index.js
@@ -7,7 +7,8 @@ const tokens = [
7
8
module.exports = {
9
ethereum: {
10
- tvl: async (api) => api.add(tokens, await api.multiCall({ calls: tokens, abi: 'erc20:totalSupply' })),
+ tvl: async () => {
11
+ throw new Error(`Resolve adapter needs fixing`) }, // api.add(tokens, await api.multiCall({ calls: tokens, abi: 'erc20:totalSupply' })),
12
staking: staking('0xFE4BCE4b3949c35fB17691D8b03c3caDBE2E5E23', '0x259338656198eC7A76c729514D3CB45Dfbf768A1'),
13
}
14
0 commit comments