Skip to content

Commit

Permalink
fix: disputaGameFactory contract address in World Chain (#3357)
Browse files Browse the repository at this point in the history
fix: disputaGameFactory address in worldchain
  • Loading branch information
0xArdy authored Feb 18, 2025
1 parent 9dc0724 commit 6489a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/selfish-pandas-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Fixed `disputeGameFactory` contract address in World Chain
2 changes: 1 addition & 1 deletion src/chains/definitions/worldchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const worldchain = /*#__PURE__*/ defineChain({
},
disputeGameFactory: {
[sourceId]: {
address: '0x0E90dCAFBC242D2C861A20Bb20EC8E7182965a52',
address: '0x069c4c579671f8c120b1327a73217D01Ea2EC5ea',
},
},
l2OutputOracle: {
Expand Down

0 comments on commit 6489a72

Please sign in to comment.