Commit 7dc282d4 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

clear some unused XXXScript (#13730)

parent 93c62d43
......@@ -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,
......
......@@ -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,
......
......@@ -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,
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment