Skip to content

Commit 6c318f8

Browse files
committed
Update implementations (#8334)
<!-- ## 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` contract addresses and the `ZKSYNC_WETH` token addresses in the `implementations.ts` file. ### Detailed summary - Updated `MarketplaceV3` address for network `232` from `0x9742f5ac11958cFAd151eBF0Fc31302fA409036E` to `0xB7387cF425eC8Da1b04b8E34De86245cb32bCA6D`. - Updated `MarketplaceV3` address for network `37111` from `0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE` to `0xF8fd1016420c2B7832714241d36Efe55D41df126`. - Updated `ZKSYNC_WETH` address for network `232` from `0xE5ecd226b3032910CEaa43ba92EE8232f8237553` to `0x6bDc36E20D267Ff0dd6097799f82e78907105e2F`. - Updated `ZKSYNC_WETH` address for network `37111` from `0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16` to `0xeee5a340Cdc9c179Db25dea45AcfD5FE8d4d3eB8`. > ✨ 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 * **Chores** * Updated contract addresses for zkSync networks: MarketplaceV3 and WETH addresses replaced for chain 232 and chain 37111. * Added a changeset marking a patch release (release metadata). * No public API or exported signatures changed. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent f790c9f commit 6c318f8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.changeset/hot-pets-tie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Update implementations

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
22
232: {
3-
MarketplaceV3: "0x9742f5ac11958cFAd151eBF0Fc31302fA409036E",
3+
MarketplaceV3: "0xB7387cF425eC8Da1b04b8E34De86245cb32bCA6D",
44
},
55
300: {
66
MarketplaceV3: "0x58e0F289C7dD2025eBd0696d913ECC0fdc1CC8bc",
@@ -18,7 +18,7 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1818
MarketplaceV3: "0x2dA4Dd326A6482679547071be21f74685d730504",
1919
},
2020
37111: {
21-
MarketplaceV3: "0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE",
21+
MarketplaceV3: "0xF8fd1016420c2B7832714241d36Efe55D41df126",
2222
},
2323
50104: {
2424
MarketplaceV3: "0x292c324920d4120F928dA6f04548442fa10B8B0f",
@@ -32,12 +32,12 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
3232
};
3333

3434
export const ZKSYNC_WETH: Record<number, string> = {
35-
232: "0xE5ecd226b3032910CEaa43ba92EE8232f8237553",
35+
232: "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
3636
300: "0x0462C05457Fed440740Ff3696bDd2D0577411e34",
3737
324: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
3838
2741: "0x3439153EB7AF838Ad19d56E1571FBD09333C2809",
3939
11124: "0x9EDCde0257F2386Ce177C3a7FCdd97787F0D841d",
40-
37111: "0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16",
40+
37111: "0xeee5a340Cdc9c179Db25dea45AcfD5FE8d4d3eB8",
4141
50104: "0x2b1A859dE6A55c553520D7780Bc5805712B128F9",
4242
555271: "0xb0b8b267d44c64BA6dD1Daf442949887c85199f6",
4343
531050104: "0x9B7EA63EF5062661570afe548e3AD691D5652527",

0 commit comments

Comments
 (0)