Skip to content

Commit

Permalink
feat: add dispute game factory address for Base Sepolia (#2519)
Browse files Browse the repository at this point in the history
* Added dispute game factory address for Base Sepolia

To support Fault Proofs w/ Base Sepolia.

* Create nervous-buttons-relax.md

---------

Co-authored-by: jxom <j@wevm.dev>
  • Loading branch information
cbfyi and jxom authored Jul 22, 2024
1 parent 7e17bb1 commit 01cdac1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-buttons-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Added dispute game factory address for Base Sepolia.
5 changes: 5 additions & 0 deletions src/chains/definitions/baseSepolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export const baseSepolia = /*#__PURE__*/ defineChain({
},
contracts: {
...chainConfig.contracts,
disputeGameFactory: {
[sourceId]: {
address: '0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1',
},
},
l2OutputOracle: {
[sourceId]: {
address: '0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254',
Expand Down

0 comments on commit 01cdac1

Please sign in to comment.