-
Notifications
You must be signed in to change notification settings - Fork 544
Update implementations #5837
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
Update implementations #5837
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Merge activity
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5837 +/- ##
==========================================
- Coverage 54.12% 54.12% -0.01%
==========================================
Files 1102 1102
Lines 59202 59206 +4
Branches 4885 4886 +1
==========================================
- Hits 32045 32044 -1
- Misses 26433 26438 +5
Partials 724 724
*This pull request uses carry forward flags. Click here to find out more.
|
TOOL-2834 ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `MarketplaceV3` and `ZKSYNC_WETH` records by adding new entries for the blockchain network identified by the number `37111`. ### Detailed summary - Added a new entry for `MarketplaceV3` with the address `0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE` under the key `37111`. - Added a new entry for `ZKSYNC_WETH` with the address `0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16` under the key `37111`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
e21bb34
to
ce26d49
Compare
🦋 Changeset detectedLatest commit: ce3e850 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
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 |
TOOL-2834 ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `implementations.ts` file for the `thirdweb` package to include new marketplace and WETH addresses for the `ZKSYNC` network. ### Detailed summary - Added a new marketplace address for `37111` in the `MarketplaceV3` object. - Added a new WETH address for `37111` in the `ZKSYNC_WETH` object. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
4f81a5b
to
ce3e850
Compare
TOOL-2834
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on updating the contract implementations for the
MarketplaceV3
andZKSYNC_WETH
in thethirdweb
package to include new addresses for the37111
network.Detailed summary
MarketplaceV3
address for network37111
:0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE
.ZKSYNC_WETH
address for network37111
:0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16
.