Skip to content

Commit

Permalink
fix(ink): add missing OptimismPortal2 address (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 authored Feb 8, 2025
1 parent 820e95b commit 795040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ export const OPSTACK_CONTRACT_OVERRIDES = {
BondManager: ZERO_ADDRESS,
OptimismPortal: "0x5d66c1782664115999c47c9fa5cd031f495d3e4f",
L2OutputOracle: ZERO_ADDRESS,
OptimismPortal2: ZERO_ADDRESS,
OptimismPortal2: "0x5d66c1782664115999c47c9fa5cd031f495d3e4f",
DisputeGameFactory: "0x10d7b35078d3baabb96dd45a9143b94be65b12cd",
},
l2: DEFAULT_L2_CONTRACT_ADDRESSES,
Expand Down

0 comments on commit 795040a

Please sign in to comment.