Skip to content

Commit 80154e8

Browse files
authored
resolv throw (#18512)
1 parent 244453e commit 80154e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/resolv/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ const tokens = [
77

88
module.exports = {
99
ethereum: {
10-
tvl: async (api) => api.add(tokens, await api.multiCall({ calls: tokens, abi: 'erc20:totalSupply' })),
10+
tvl: async () => {
11+
throw new Error(`Resolve adapter needs fixing`) }, // api.add(tokens, await api.multiCall({ calls: tokens, abi: 'erc20:totalSupply' })),
1112
staking: staking('0xFE4BCE4b3949c35fB17691D8b03c3caDBE2E5E23', '0x259338656198eC7A76c729514D3CB45Dfbf768A1'),
1213
}
1314
}

0 commit comments

Comments
 (0)