Skip to content

Commit 884bb93

Browse files
committed
update implementations
1 parent 9573b2f commit 884bb93

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)