Tutorial about how to use web3-react and hardhat to read and execute Solidity contracts.
Categories
Tutorial about how to use web3-react and hardhat to read and execute Solidity contracts.
ethers-multicall actually uses MakerDAO multicall contracts for multicall functionality. On a local chain this contract is not deployed, therefore the request fails with To fix this issue, the MakerDAO-s multicall contract needs to be deployed on the local node. Copy the Multicall.sol contract to your local project. The contract is available in MakerDAO repository Add […]