protocol-v2
protocol-v2 copied to clipboard
Issue running protocol v2 on custom local node.
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?