Skip to content

Commit

Permalink
feat: dispute game contract to optimism
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 10, 2024
1 parent 3d240bc commit 5e08265
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-laws-occur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added `disputeGameFactory` contract to `optimism` chain.
5 changes: 5 additions & 0 deletions src/chains/definitions/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ export const optimism = /*#__PURE__*/ defineChain({
},
contracts: {
...chainConfig.contracts,
disputeGameFactory: {
[sourceId]: {
address: '0xe5965Ab5962eDc7477C8520243A95517CD252fA9',
},
},
l2OutputOracle: {
[sourceId]: {
address: '0xdfe97868233d1aa22e815a266982f2cf17685a27',
Expand Down

0 comments on commit 5e08265

Please sign in to comment.