File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
projects/reservoir-protocol Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,14 @@ Object.keys(config).forEach(chain => {
111111
112112 api . add ( '0x66bE42a0BdA425A8C3b3c2cF4F4Cb9EDfcAEd21d' , balance )
113113
114+ balance = await api . call ( { abi : 'function balanceOf(address) view returns (uint256)' , target : '0x66bE42a0BdA425A8C3b3c2cF4F4Cb9EDfcAEd21d' , params : [ '0x9A319b57B80c50f8B19DB35D3224655F3aDd8E4f' ] } )
115+
116+ api . add ( '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb' , balance )
117+
118+ balance = await api . call ( { abi : 'function balanceOf(address) view returns (uint256)' , target : '0xa9C251F8304b1B3Fc2b9e8fcae78D94Eff82Ac66' , params : [ '0x9A319b57B80c50f8B19DB35D3224655F3aDd8E4f' ] } )
119+
120+ api . add ( '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb' , balance )
121+
114122 return api . getBalances ( )
115123 }
116124 }
You can’t perform that action at this time.
0 commit comments