0xinevitable / klaytn-multicall

🥁 Batch contract/on-chain queries to the same block. Multicall SDK for the Klaytn blockchain.
MIT License
5 stars 0 forks source link

TypeError: Cannot read properties of undefined (reading '_address') (using `web3@^4.0.1`) #4

Open higherdawn opened 1 year ago

higherdawn commented 1 year ago
Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading '_address')

Source
src/pages/index.tsx (106:38) @ aggregate

  104 |   multicallV2Address: Contracts.Multicall,
  105 | });
> 106 | const results = await multicall.aggregate([
higherdawn commented 1 year ago

downgrading to "web3": "^1.9.0" works

junhoyeo commented 1 year ago

Thanks, will check soon...