Skip to content

Commit ce3e850

Browse files
committed
Update implementations (#5837)
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 -->
1 parent d2af09c commit ce3e850

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/cyan-shrimps-battle.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1111
[11124]: {
1212
MarketplaceV3: "0x2dA4Dd326A6482679547071be21f74685d730504",
1313
},
14+
[37111]: {
15+
MarketplaceV3: "0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE",
16+
},
1417
};
1518

1619
export const ZKSYNC_WETH: Record<number, string> = {
1720
[300]: "0x0462C05457Fed440740Ff3696bDd2D0577411e34",
1821
[324]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
1922
[11124]: "0x9EDCde0257F2386Ce177C3a7FCdd97787F0D841d",
23+
[37111]: "0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16",
2024
};

0 commit comments

Comments
 (0)