Skip to content

Commit

Permalink
feat: add Dispute Game Factory address for Base Mainnet (wevm#2923)
Browse files Browse the repository at this point in the history
* Add Dispute Game Factory address for Base Mainnet

See ethereum-optimism/superchain-ops#352

Related to https://docs.base.org/docs/preparing-for-fault-proofs-on-base/

Sepolia wevm#2519

* Create chilled-boats-stare.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
2 people authored and nikola-bozin-txfusion committed Oct 30, 2024
1 parent ed89d9d commit 0272fc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-boats-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added Dispute Game Factory contract for Base.
5 changes: 5 additions & 0 deletions src/chains/definitions/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ export const base = /*#__PURE__*/ defineChain({
},
contracts: {
...chainConfig.contracts,
disputeGameFactory: {
[sourceId]: {
address: '0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e',
},
},
l2OutputOracle: {
[sourceId]: {
address: '0x56315b90c40730925ec5485cf004d835058518A0',
Expand Down

0 comments on commit 0272fc9

Please sign in to comment.