Skip to content

Commit 09e396d

Browse files
committed
[SDK] Update implementations (#6162)
TOOL-3283 <!-- ## 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 updates the `MarketplaceV3` address in the `zksync` implementation file, likely reflecting a new deployment or contract version. ### Detailed summary - Added a new `MarketplaceV3` address: `0x4027561E163a420c4e5Db46E07EBd581CAa8Bb62` at line 2741. - Removed the previous `MarketplaceV3` address: `0x9EB0830B0b10010F2a53383517A7D0B75531Bb1b`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 9573b2f commit 09e396d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
1717
[555271]: {
1818
MarketplaceV3: "0x9EB0830B0b10010F2a53383517A7D0B75531Bb1b",
1919
},
20+
[2741]: {
21+
MarketplaceV3: "0x4027561E163a420c4e5Db46E07EBd581CAa8Bb62",
22+
},
2023
};
2124

2225
export const ZKSYNC_WETH: Record<number, string> = {

0 commit comments

Comments
 (0)