Skip to content

Commit 64ee04c

Browse files
committed
Update implementations (#7335)
<!-- ## 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 -->
1 parent 680b8cd commit 64ee04c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

packages/thirdweb/src/contract/deployment/zksync/implementations.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
66
MarketplaceV3: "0x8b0DBCf5b7D01eBB0F24525CE8AB72F16CE4F8C8",
77
},
88
[324]: {
9-
MarketplaceV3: "0x88e7F2bEf0a23073b7Cc2c79D307Dbd9138Fa79c",
9+
MarketplaceV3: "0xFD5663B3Ed316aEB79c9b5c4A242172273cA3395",
1010
},
1111
[11124]: {
1212
MarketplaceV3: "0x2dA4Dd326A6482679547071be21f74685d730504",
@@ -18,11 +18,17 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1818
MarketplaceV3: "0x9EB0830B0b10010F2a53383517A7D0B75531Bb1b",
1919
},
2020
[2741]: {
21-
MarketplaceV3: "0x4b14569c7B79DBe686Ac3Ba5996131E7EDaB7a93",
21+
MarketplaceV3: "0x9Fdf34f552cdA8E2B0cD64e2EddcB732a5Ff8455",
2222
},
2323
[232]: {
2424
MarketplaceV3: "0x9742f5ac11958cFAd151eBF0Fc31302fA409036E",
2525
},
26+
[531050104]: {
27+
MarketplaceV3: "0x292c324920d4120F928dA6f04548442fa10B8B0f",
28+
},
29+
[50104]: {
30+
MarketplaceV3: "0x292c324920d4120F928dA6f04548442fa10B8B0f",
31+
},
2632
};
2733

2834
export const ZKSYNC_WETH: Record<number, string> = {
@@ -33,4 +39,6 @@ export const ZKSYNC_WETH: Record<number, string> = {
3339
[555271]: "0xb0b8b267d44c64BA6dD1Daf442949887c85199f6",
3440
[2741]: "0x3439153EB7AF838Ad19d56E1571FBD09333C2809",
3541
[232]: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553",
42+
[531050104]: "0x9B7EA63EF5062661570afe548e3AD691D5652527",
43+
[50104]: "0x2b1A859dE6A55c553520D7780Bc5805712B128F9",
3644
};

0 commit comments

Comments
 (0)