Skip to content

Commit

Permalink
Update implementations (#5837)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
kumaryash90 committed Dec 24, 2024
1 parent d2af09c commit ce3e850
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-shrimps-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Update implementations
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ export const ZKSYNC_IMPLEMENTATIONS: Record<number, Record<string, string>> = {
[11124]: {
MarketplaceV3: "0x2dA4Dd326A6482679547071be21f74685d730504",
},
[37111]: {
MarketplaceV3: "0x56Abb6a3f25DCcdaDa106191053b1CC54C196DEE",
},
};

export const ZKSYNC_WETH: Record<number, string> = {
[300]: "0x0462C05457Fed440740Ff3696bDd2D0577411e34",
[324]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
[11124]: "0x9EDCde0257F2386Ce177C3a7FCdd97787F0D841d",
[37111]: "0xaA91D645D7a6C1aeaa5988e0547267B77d33fe16",
};

0 comments on commit ce3e850

Please sign in to comment.