-
Notifications
You must be signed in to change notification settings - Fork 545
Update implementations #7335
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 #7335
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. |
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant ZKSYNC_IMPLEMENTATIONS
Client->>ZKSYNC_IMPLEMENTATIONS: Query MarketplaceV3 address for network IDs 324, 2741, 531050104, or 50104
ZKSYNC_IMPLEMENTATIONS-->>Client: Return corresponding MarketplaceV3 contract address
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (6)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7335 +/- ##
=======================================
Coverage 55.57% 55.58%
=======================================
Files 909 909
Lines 58675 58683 +8
Branches 4160 4158 -2
=======================================
+ Hits 32609 32617 +8
Misses 25959 25959
Partials 107 107
🚀 New features to boost your workflow:
|
Merge activity
|
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the `MarketplaceV3` addresses in the `ZKSYNC_IMPLEMENTATIONS` and `ZKSYNC_WETH` records, reflecting new contract addresses for the marketplace. ### Detailed summary - Updated `MarketplaceV3` address for `[324]` from `0x88e7F2bEf0a23073b7Cc2c79D307Dbd9138Fa79c` to `0xFD5663B3Ed316aEB79c9b5c4A242172273cA3395`. - Updated `MarketplaceV3` address for `[2741]` from `0x4b14569c7B79DBe686Ac3Ba5996131E7EDaB7a93` to `0x9Fdf34f552cdA8E2B0cD64e2EddcB732a5Ff8455`. - Added new `MarketplaceV3` address for `[531050104]`: `0x292c324920d4120F928dA6f04548442fa10B8B0f`. - Added new `MarketplaceV3` address for `[50104]`: `0x292c324920d4120F928dA6f04548442fa10B8B0f`. - Added new `WETH` address for `[531050104]`: `0x9B7EA63EF5062661570afe548e3AD691D5652527`. - Added new `WETH` address for `[50104]`: `0x2b1A859dE6A55c553520D7780Bc5805712B128F9`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added support for MarketplaceV3 contract on two additional networks. - Updated MarketplaceV3 contract addresses on existing networks for improved compatibility. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
90426a2
to
64ee04c
Compare
PR-Codex overview
This PR focuses on updating the
MarketplaceV3
addresses in theZKSYNC_IMPLEMENTATIONS
andZKSYNC_WETH
records, ensuring the correct Ethereum addresses are associated with theMarketplaceV3
key.Detailed summary
MarketplaceV3
address for[324]
from0x88e7F2bEf0a23073b7Cc2c79D307Dbd9138Fa79c
to0xFD5663B3Ed316aEB79c9b5c4A242172273cA3395
.MarketplaceV3
address for[2741]
from0x4b14569c7B79DBe686Ac3Ba5996131E7EDaB7a93
to0x9Fdf34f552cdA8E2B0cD64e2EddcB732a5Ff8455
.MarketplaceV3
entry for[531050104]
with address0x292c324920d4120F928dA6f04548442fa10B8B0f
.MarketplaceV3
entry for[50104]
with address0x292c324920d4120F928dA6f04548442fa10B8B0f
.WETH
entry for[531050104]
with address0x9B7EA63EF5062661570afe548e3AD691D5652527
.WETH
entry for[50104]
with address0x2b1A859dE6A55c553520D7780Bc5805712B128F9
.Summary by CodeRabbit