Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot deploy UI-provider properly on hardhat network #257

Open
tarikermis opened this issue Dec 12, 2021 · 1 comment
Open

Cannot deploy UI-provider properly on hardhat network #257

tarikermis opened this issue Dec 12, 2021 · 1 comment

Comments

@tarikermis
Copy link

Hello, I am currently trying to deploy aave-protocol and the aave ui on a local (hardhat) network.
The contracts deploy to the aave-docker-hardhat local network just fine, but the UiPoolDataProvider (and the UiIncentiveDataProvider) have a faulty address (0x7c2C195CD6D34B8F845992d380aADB2730bB9C6F in my case).
I tried running the develop and master branches of the protocol + the feat/UiPoolDataProviderV2-ethbased feature branch but no luck.

On the UI the error is as follows:

e Error: call revert exception (method="getReservesData(address)", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.4.0) at Logger.makeError (index.ts:213) at Logger.throwError (index.ts:225) at Interface.decodeFunctionResult (interface.ts:425) at Contract.<anonymous> (index.ts:332) at Generator.next (<anonymous>) at fulfilled (index.ts:2)

@rdotterer09
Copy link

const poolAddress = "0x123...";
await contract.getReservesData(poolAddress);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants