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
7dc282d4
Unverified
Commit
7dc282d4
authored
Jan 14, 2025
by
zhiqiangxu
Committed by
GitHub
Jan 13, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clear some unused XXXScript (#13730)
parent
93c62d43
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
16 deletions
+0
-16
dispute_game.go
op-deployer/pkg/deployer/opcm/dispute_game.go
+0
-4
mips.go
op-deployer/pkg/deployer/opcm/mips.go
+0
-4
proxy.go
op-deployer/pkg/deployer/opcm/proxy.go
+0
-4
superchain.go
op-deployer/pkg/deployer/opcm/superchain.go
+0
-4
No files found.
op-deployer/pkg/deployer/opcm/dispute_game.go
View file @
7dc282d4
...
...
@@ -36,10 +36,6 @@ func (output *DeployDisputeGameOutput) CheckOutput(input common.Address) error {
return
nil
}
type
DeployDisputeGameScript
struct
{
Run
func
(
input
,
output
common
.
Address
)
error
}
func
DeployDisputeGame
(
host
*
script
.
Host
,
input
DeployDisputeGameInput
,
...
...
op-deployer/pkg/deployer/opcm/mips.go
View file @
7dc282d4
...
...
@@ -15,10 +15,6 @@ type DeployMIPSOutput struct {
MipsSingleton
common
.
Address
}
type
DeployMIPSScript
struct
{
Run
func
(
input
,
output
common
.
Address
)
error
}
func
DeployMIPS
(
host
*
script
.
Host
,
input
DeployMIPSInput
,
...
...
op-deployer/pkg/deployer/opcm/proxy.go
View file @
7dc282d4
...
...
@@ -18,10 +18,6 @@ type DeployProxyOutput struct {
Proxy
common
.
Address
}
type
DeployProxyScript
struct
{
Run
func
(
input
,
output
common
.
Address
)
error
}
func
DeployProxy
(
host
*
script
.
Host
,
input
DeployProxyInput
,
...
...
op-deployer/pkg/deployer/opcm/superchain.go
View file @
7dc282d4
...
...
@@ -37,10 +37,6 @@ func (output *DeploySuperchainOutput) CheckOutput(input common.Address) error {
return
nil
}
type
DeploySuperchainScript
struct
{
Run
func
(
in
common
.
Address
,
out
common
.
Address
)
error
}
type
DeploySuperchainOpts
struct
{
ChainID
*
big
.
Int
ArtifactsFS
foundry
.
StatDirFs
...
...
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