Skip to content

Commit

Permalink
Fix: Stargate
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche committed Sep 24, 2024
1 parent 3563c80 commit 301d08b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions projects/stargatefinance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ const CONFIG = {
}

module.exports = {
goerli: {
tvl: async (api) => {
return {
[ADDRESSES.ethereum.WETH]: await api.call({ abi: 'erc20:balanceOf', target: '0xdD69DB25F6D620A7baD3023c5d32761D353D3De9', params: ['0x88124ef4a9ec47e691f254f2e8e348fd1e341e9b'], }),
}
},
},
// goerli: {
// tvl: async (api) => {
// return {
// [ADDRESSES.ethereum.WETH]: await api.call({ abi: 'erc20:balanceOf', target: '0xdD69DB25F6D620A7baD3023c5d32761D353D3De9', params: ['0x88124ef4a9ec47e691f254f2e8e348fd1e341e9b'], }),
// }
// },
// },
}

Object.keys(CONFIG).forEach((chain) => {
Expand Down

0 comments on commit 301d08b

Please sign in to comment.