-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add eth.getChainId method to 1.x #3113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well.
NB: eth.getChainId
needs to be added to the documentation at some point.
@cgewecke true that. It can be copied from the 2.x branch. @gabmontes Do you have the time to do this for us? |
This method was added to the branch 2.x in d98cef2. This change is to support the method in the 1.x line.
8a34697
to
9f6c813
Compare
@nivida added docs and rebased to get rid of the merge conflict. |
* Add eth.getChainId method This method was added to the branch 2.x in d98cef2. This change is to support the method in the 1.x line. * Updated changelog * Add eth.getChainId to the docs
This method was added to the branch 2.x in d98cef2. This change is to support the method in the 1.x line.
Worth considering this PR in the discussion at #3070 .