Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
6d37c2f3
Unverified
Commit
6d37c2f3
authored
Jan 16, 2025
by
Matthew Slipper
Committed by
GitHub
Jan 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-deployer: Remove ASR implementation field (#13817)
parent
f910bf28
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
deployments.go
op-chain-ops/interopgen/deployments.go
+0
-1
l1.go
op-deployer/pkg/deployer/inspect/l1.go
+0
-1
opchain.go
op-deployer/pkg/deployer/opcm/opchain.go
+0
-1
opchain.go
op-deployer/pkg/deployer/pipeline/opchain.go
+0
-1
state.go
op-deployer/pkg/deployer/state/state.go
+0
-1
No files found.
op-chain-ops/interopgen/deployments.go
View file @
6d37c2f3
...
...
@@ -47,7 +47,6 @@ type L2OpchainDeployment struct {
OptimismPortalProxy
common
.
Address
`json:"OptimismPortalProxy"`
DisputeGameFactoryProxy
common
.
Address
`json:"DisputeGameFactoryProxy"`
AnchorStateRegistryProxy
common
.
Address
`json:"AnchorStateRegistryProxy"`
AnchorStateRegistryImpl
common
.
Address
`json:"AnchorStateRegistryImpl"`
FaultDisputeGame
common
.
Address
`json:"FaultDisputeGame"`
PermissionedDisputeGame
common
.
Address
`json:"PermissionedDisputeGame"`
DelayedWETHPermissionedGameProxy
common
.
Address
`json:"DelayedWETHPermissionedGameProxy"`
...
...
op-deployer/pkg/deployer/inspect/l1.go
View file @
6d37c2f3
...
...
@@ -137,7 +137,6 @@ func L1(globalState *state.State, chainID common.Hash) (*L1Contracts, error) {
OptimismPortalProxyAddress
:
chainState
.
OptimismPortalProxyAddress
,
DisputeGameFactoryProxyAddress
:
chainState
.
DisputeGameFactoryProxyAddress
,
AnchorStateRegistryProxyAddress
:
chainState
.
AnchorStateRegistryProxyAddress
,
AnchorStateRegistryImplAddress
:
chainState
.
AnchorStateRegistryImplAddress
,
FaultDisputeGameAddress
:
chainState
.
FaultDisputeGameAddress
,
PermissionedDisputeGameAddress
:
chainState
.
PermissionedDisputeGameAddress
,
DelayedWETHPermissionedGameProxyAddress
:
chainState
.
DelayedWETHPermissionedGameProxyAddress
,
...
...
op-deployer/pkg/deployer/opcm/opchain.go
View file @
6d37c2f3
...
...
@@ -62,7 +62,6 @@ type DeployOPChainOutput struct {
OptimismPortalProxy
common
.
Address
DisputeGameFactoryProxy
common
.
Address
AnchorStateRegistryProxy
common
.
Address
AnchorStateRegistryImpl
common
.
Address
FaultDisputeGame
common
.
Address
PermissionedDisputeGame
common
.
Address
DelayedWETHPermissionedGameProxy
common
.
Address
...
...
op-deployer/pkg/deployer/pipeline/opchain.go
View file @
6d37c2f3
...
...
@@ -123,7 +123,6 @@ func makeChainState(chainID common.Hash, dco opcm.DeployOPChainOutput) *state.Ch
OptimismPortalProxyAddress
:
dco
.
OptimismPortalProxy
,
DisputeGameFactoryProxyAddress
:
dco
.
DisputeGameFactoryProxy
,
AnchorStateRegistryProxyAddress
:
dco
.
AnchorStateRegistryProxy
,
AnchorStateRegistryImplAddress
:
dco
.
AnchorStateRegistryImpl
,
FaultDisputeGameAddress
:
dco
.
FaultDisputeGame
,
PermissionedDisputeGameAddress
:
dco
.
PermissionedDisputeGame
,
DelayedWETHPermissionedGameProxyAddress
:
dco
.
DelayedWETHPermissionedGameProxy
,
...
...
op-deployer/pkg/deployer/state/state.go
View file @
6d37c2f3
...
...
@@ -105,7 +105,6 @@ type ChainState struct {
OptimismPortalProxyAddress
common
.
Address
`json:"optimismPortalProxyAddress"`
DisputeGameFactoryProxyAddress
common
.
Address
`json:"disputeGameFactoryProxyAddress"`
AnchorStateRegistryProxyAddress
common
.
Address
`json:"anchorStateRegistryProxyAddress"`
AnchorStateRegistryImplAddress
common
.
Address
`json:"anchorStateRegistryImplAddress"`
FaultDisputeGameAddress
common
.
Address
`json:"faultDisputeGameAddress"`
PermissionedDisputeGameAddress
common
.
Address
`json:"permissionedDisputeGameAddress"`
DelayedWETHPermissionedGameProxyAddress
common
.
Address
`json:"delayedWETHPermissionedGameProxyAddress"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment