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

The published version does not match the config documentation #83

Closed
yahgwai opened this issue Jun 23, 2020 · 1 comment
Closed

The published version does not match the config documentation #83

yahgwai opened this issue Jun 23, 2020 · 1 comment

Comments

@yahgwai
Copy link

yahgwai commented Jun 23, 2020

The config documentation shows config of the form:

blockchain: {
    accounts: {
      privateKeys: [],
      initialBalance: new BN(10000).pow(new BN(18))
    },
    chainId: 420
  },

however the latest version 0.0.5, appears to require config of the form:

    accounts: {
      privateKeys: [],
      initialBalance: new BN(10000).pow(new BN(18))
    },
   blockchain: {
    chainId: 420
  },
@krzkaczor
Copy link
Member

Hey @yahgwai, yeah that can be right. The project is no longer maintained, I will update the readme with appropriate message.

If you're looking for something similiar take a look at: https://buidler.dev/buidler-evm/

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