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

Fixed minor value error #1569

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

Cryogenetic
Copy link

@Cryogenetic Cryogenetic commented Jun 28, 2022

What I did

When incorrectly adding network, 'ValueError: Network is missing required field(s): chainid' is printed, but requires 'chain_id' from DEV_CMD_SETTINGS.
Updated "chainid" string to a more consistent "chain_id", was often used interchangeably in code.

Related issue: #

How I did it

Searched for chainid in main and updated instances

How to verify it

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

When incorrectly adding network, 'ValueError: Network is missing required field(s): chainid' is printed, but requires 'chain_id' from DEV_CMD_SETTINGS.

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

Successfully merging this pull request may close these issues.

None yet

1 participant