Skip to content

Commit

Permalink
fix: delayed weth addr in superchain inspect (#13159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma authored and sigma committed Dec 19, 2024
1 parent e86ac50 commit 9377cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-deployer/pkg/deployer/inspect/superchain_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func createAddressList(l1Contracts *L1Contracts, appliedIntent *state.Intent, ch

// Fault proof contracts
AnchorStateRegistryProxy: superchain.Address(l1Contracts.OpChainDeployment.AnchorStateRegistryProxyAddress),
DelayedWETHProxy: superchain.Address(l1Contracts.OpChainDeployment.L1CrossDomainMessengerProxyAddress),
DelayedWETHProxy: superchain.Address(l1Contracts.OpChainDeployment.DelayedWETHPermissionedGameProxyAddress),
DisputeGameFactoryProxy: superchain.Address(l1Contracts.OpChainDeployment.DisputeGameFactoryProxyAddress),
FaultDisputeGame: superchain.Address(l1Contracts.OpChainDeployment.FaultDisputeGameAddress),
MIPS: superchain.Address(l1Contracts.ImplementationsDeployment.MipsSingletonAddress),
Expand Down

0 comments on commit 9377cf8

Please sign in to comment.