aurora-is-near / aurora-relayer

[DEPRECATED] Web3-compatible relayer server for Aurora.
https://aurora-is-near.github.io/aurora-relayer/
Creative Commons Zero v1.0 Universal
26 stars 13 forks source link

The same code can be deployed on the main network, but not the test network #231

Closed zhonggc closed 2 years ago

zhonggc commented 2 years ago

2022/03/09, I deployed a standard ERC20 contract on the test network successfully, but it has failed since 2022/03/09. The following error message is displayed: creation of ERC20 errored: [ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":-32603,"message":"Internal Error - Error: The account wouldn't have enough balance to cover storage, required to have 10083980782236379657040 yoctoNEAR more. Please report a bug at https://github.com/aurora-is-near/aurora-relayer/issues","data":{"host":"r001.westcoast.us.testnet.internal.aurora.dev","cf-ray":"6e920421d27a3c3a-PDX"}}}}'

zhonggc commented 2 years ago

I recharged WNEAR according to the error information, but it was still the error information. And I don't understand why it's about Near. although

zhonggc commented 2 years ago

I have enough ETH in my account, but still not enough image

niccolopetti commented 2 years ago

I'm facing the same issue

AymericNoel commented 2 years ago

Same here

birchmd commented 2 years ago

Hi all,

Sorry for the inconvenience. This error "The account wouldn't have enough balance to cover storage" is referring to the Aurora Engine's account on the NEAR testnet. NEAR has a "storage staking" concept (you can read more about this here) which means our Engine account on NEAR needs to hold more and more NEAR base token as the state it uses grows (and I has grown a lot lately!).

Our ops team works to stay on top of providing more NEAR to the account on a regular basis, but the rate of growth of the state together with the ongoing Ukraine crisis means sometimes we fall behind. More NEAR has been added to the account so hopefully you will not encounter this issue now.

Please feel free to re-open this ticket if the issue returns and we can add more NEAR to the Engine's account.

AymericNoel commented 2 years ago

No worry, thanks !

zhonggc commented 2 years ago

No worry, thanks !