Skip to content

Commit dbb64ea

Browse files
committed
[SDK] Update implementations (#5973)
TOOL-3135 ## 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 implementations for `MarketplaceV3` and `ZKSYNC_WETH` in the `thirdweb` package, specifically for the `zksync` deployment. ### Detailed summary - Added a new entry for `MarketplaceV3` with the address `0x9EB0830B0b10010F2a53383517A7D0B75531Bb1b` for the network ID `[555271]`. - Added a new entry for `ZKSYNC_WETH` with the address `0xb0b8b267d44c64BA6dD1Daf442949887c85199f6` for the network ID `[555271]`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent eed734c commit dbb64ea

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.changeset/thick-forks-joke.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
@@ -14,11 +14,15 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1414
[37111]: {
1515
MarketplaceV3: "0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE",
1616
},
17+
[555271]: {
18+
MarketplaceV3: "0x9EB0830B0b10010F2a53383517A7D0B75531Bb1b",
19+
},
1720
};
1821

1922
export const ZKSYNC_WETH: Record<number, string> = {
2023
[300]: "0x0462C05457Fed440740Ff3696bDd2D0577411e34",
2124
[324]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
2225
[11124]: "0x9EDCde0257F2386Ce177C3a7FCdd97787F0D841d",
2326
[37111]: "0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16",
27+
[555271]: "0xb0b8b267d44c64BA6dD1Daf442949887c85199f6",
2428
};

0 commit comments

Comments
 (0)