Skip to content

Commit

Permalink
Fix: Stargate (#11732)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche authored Sep 24, 2024
1 parent 3ae3547 commit 6275f68
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions projects/stargatefinance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ const CONFIG = {

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

Expand Down

0 comments on commit 6275f68

Please sign in to comment.