Skip to content

Commit

Permalink
fix: base l1 contract addresses (#571)
Browse files Browse the repository at this point in the history
* fix: base l1 contract addresses

* docs: changeset

---------

Co-authored-by: tre <[email protected]>
  • Loading branch information
TheArhaam and tremarkley authored Nov 18, 2024
1 parent c02db48 commit 5e55ee3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-sloths-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eth-optimism/sdk": patch
---

Updated base contract addresses
8 changes: 4 additions & 4 deletions packages/sdk/src/utils/chain-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ export const CONTRACT_ADDRESSES: {
BondManager: '0x0000000000000000000000000000000000000000' as const,
OptimismPortal: '0x49f53e41452C74589E85cA1677426Ba426459e85' as const,
L2OutputOracle: '0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254' as const,
OptimismPortal2: '0x0000000000000000000000000000000000000000' as const,
DisputeGameFactory: '0x0000000000000000000000000000000000000000' as const,
OptimismPortal2: '0x49f53e41452C74589E85cA1677426Ba426459e85' as const,
DisputeGameFactory: '0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1' as const,
},
l2: DEFAULT_L2_CONTRACT_ADDRESSES,
},
Expand All @@ -262,8 +262,8 @@ export const CONTRACT_ADDRESSES: {
BondManager: '0x0000000000000000000000000000000000000000' as const,
OptimismPortal: '0x49048044D57e1C92A77f79988d21Fa8fAF74E97e' as const,
L2OutputOracle: '0x56315b90c40730925ec5485cf004d835058518A0' as const,
OptimismPortal2: '0x0000000000000000000000000000000000000000' as const,
DisputeGameFactory: '0x0000000000000000000000000000000000000000' as const,
OptimismPortal2: '0x49048044D57e1C92A77f79988d21Fa8fAF74E97e' as const,
DisputeGameFactory: '0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e' as const,
},
l2: DEFAULT_L2_CONTRACT_ADDRESSES,
},
Expand Down

0 comments on commit 5e55ee3

Please sign in to comment.