Skip to content

Commit 6489a72

Browse files
authored
fix: disputaGameFactory contract address in World Chain (#3357)
fix: disputaGameFactory address in worldchain
1 parent 9dc0724 commit 6489a72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/selfish-pandas-smoke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"viem": patch
3+
---
4+
5+
Fixed `disputeGameFactory` contract address in World Chain

src/chains/definitions/worldchain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const worldchain = /*#__PURE__*/ defineChain({
3232
},
3333
disputeGameFactory: {
3434
[sourceId]: {
35-
address: '0x0E90dCAFBC242D2C861A20Bb20EC8E7182965a52',
35+
address: '0x069c4c579671f8c120b1327a73217D01Ea2EC5ea',
3636
},
3737
},
3838
l2OutputOracle: {

0 commit comments

Comments
 (0)