-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
zksync version update #8082
zksync version update #8082
Conversation
75fe3e2
to
dbb06ec
Compare
@octavioamu @thelostone-mc This is now ready for review/merge, pending any additional API keys we want to include |
dbb06ec
to
70ee984
Compare
let's roll with INFURA for now ! |
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.
We have a paid infura account so we should be good in terms of throttling
@mds1 could you resolve the conflict and we can get this in todayn |
@octavioamu Looks like the conflict is because you changed the CDN for the zkSync package. Do you have any context for why this change was made? I don't think it should matter which CDN we use but want to confirm first before resolving the conflict |
@mds1 we had issues with unpkg and it wasn't loading in a few situations so @octavioamu switched it over to jsdeliver which fixed that issue. |
70ee984
to
5c3202e
Compare
Ok, just updated the URL 👍 |
We bump the zksync version to a version which requires us to provide API keys for node providers. Without API keys, ethers falls back to shared API keys which can be throttled. For Infura,
document.contxt.INFURA_V3_PROJECT_ID
. Do we have API keys that we can use for Etherscan, Alcehmy, or Pocket?