Closed JaredChilders closed 12 months ago
init-helpers.ts
seems from a much older commit. Can you use master branch instead.@shivgupt Yeah this is from an older commit, I was trying to modify some of the features in the aave v2 (I also changed some of the variables), so i didnt want to merge with master yet, as it might make things worse. but yes I can share the market config files with you.
Well I was suggesting to merge changes from master because some of the deployment script errors were fixed recently.
You can share link to configs if your repo is public or dm on discord - shiv#0077 @JaredChilders
This is error that is thrown by ethers.js, not the protocol-v2 codebase. but i'm not sure why the reserve deployments work for kovan and rinkeby, but not goerli. I configured everything in the markets and hardhat config. not sure what's wrong. The other contracts deploy just fine, its just the reserves that are having trouble deploying.
I'm getting the following error when trying to deploy Aave v2 contracts to Goerli Test network.
The error is thrown when calling
batchInitReserve()
:The input into
batchInitReserve()
is:and the contract that we're interacting with is here.
I'm clueless to why its throwing this error, because it does not throw the error when deploying the contracts to rinkeby or kovan. Am I missing something?