-
Notifications
You must be signed in to change notification settings - Fork 360
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
Fix Cronos zkevm deployments #4815
Conversation
🦋 Changeset detectedLatest commit: d0616c4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4815 +/- ##
==========================================
+ Coverage 47.66% 47.67% +0.01%
==========================================
Files 1051 1051
Lines 56714 56716 +2
Branches 3892 3894 +2
==========================================
+ Hits 27032 27040 +8
+ Misses 28995 28989 -6
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
Merge activity
|
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR adds support for the `cronos zkevm` by updating the `isZkSyncChain` check to include additional chain IDs for both the testnet and mainnet. ### Detailed summary - Updated the `isZkSyncChain` function in the file `packages/thirdweb/src/utils/any-evm/zksync/isZkSyncChain.ts`. - Added chain ID `282` for `cronos zkevm testnet`. - Added chain ID `388` for `cronos zkevm mainnet`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
00cdd75
to
d0616c4
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR updates the
isZkSyncChain
check to include support for thecronos zkevm
chains, enhancing the functionality of thethirdweb
package.Detailed summary
isZkSyncChain
function inpackages/thirdweb/src/utils/any-evm/zksync/isZkSyncChain.ts
.chain.id
values282
(cronos zkevm testnet) and388
(cronos zkevm mainnet).