-
Notifications
You must be signed in to change notification settings - Fork 938
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
depreciate default alchemy key #955
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.
Lgtm! 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.
Great stuff @technophile-04 Thanks!!
Left a comment (more like a question haha) but feel free to merge if you want.
Thanks all! Merging this for now 🙌 but we can update/fix/ make some things better later. |
depreciate default alchemy key (scaffold-eth#955)
Description
Removed the default alchemy key and also added
fallback
to the transport.Frontend:
We check if alchemy key is set via process.env if its present then we do [alchemyRpc, public] (this is the fallback order) , if alchemy key is not set we just use generalRpc.
Hardhat:
Updated all the networks with public rpc URLs (got this public URL's comes from viem/chains) . For forking people will still need to add the alchemy api key.