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

InsufficientFunds error on contract deploy (TestNet) #147

Open
EdgeDLT opened this issue Mar 27, 2021 · 0 comments
Open

InsufficientFunds error on contract deploy (TestNet) #147

EdgeDLT opened this issue Mar 27, 2021 · 0 comments

Comments

@EdgeDLT
Copy link

EdgeDLT commented Mar 27, 2021

Attempted to deploy a contract on the RC1 TestNet via one of the seed RPC nodes on the DevTracker. Results in an InsufficientFunds message, though the wallet has been loaded with 500 GAS:

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "balance": [
      {
        "assethash": "0xd2a4cff31913016155e38e474a2c06d08be276cf",
        "amount": "50000000000",
        "lastupdatedblock": 13676
      }
    ],
    "address": "NVBmGQMFYXuiNqYSSVFgZPu1LDVRERt7Dx"
  }
}

Could be that it hasn't updated the right hash for the GasToken contract on the RC1 chain?

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

1 participant