-
Notifications
You must be signed in to change notification settings - Fork 6
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
docs: Chainstack implementation update #4
Conversation
Co-authored-by: NotPeopling2day <[email protected]>
I updated the base code so that it was a little more functional and added a couple tests. Unfortunately it will require you to rebase/fix conflicts. |
|
||
```bash | ||
ape console --network ethereum:ropsten:chainstack | ||
ape console --network chainstack |
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.
You can see the complete list by doing ape networks list
. I think we should document it that way instead because it does not then require putting in an errornous command.
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.
My idea with this is to show the user the syntax to use and all the different options. But I'm ok removing that part if you prefer, the part above it shows the ape networks list
command anyway 😄
Co-authored-by: Juliya Smith <[email protected]>
Co-authored-by: Juliya Smith <[email protected]>
I think I'll close this PR and re-fork the updated code. I'll test it and if it works I'll open another PR just to update the README! |
What I did
provider.py
toproviders.py
.__init__.py
.How I did it
Forked and modified my branch.
Ran pre-commit
Checklist