aave / protocol-v2

Aave Protocol V2
https://aave.com
Other
658 stars 744 forks source link

Issue running protocol v2 on custom local node. #321

Open pranavkirtani opened 1 year ago

pranavkirtani commented 1 year ago

Hello, I am trying to deploy and run contracts locally on my own custom ethereum node. When I try to run "aave:evm:dev:migration" I face the issue of {"error":{"code":-32002,"data":"evm error, revert status with output_data: 27","message":"Server error"},"id":1251,"jsonrpc":"2.0"}'. I updated the provider and signer to use the account private key of my EOA on the local node. but I am still facing the same issue. anyone else faced the same issue?