Skip to content

Commit 395c01d

Browse files
authored
op-deployer: Replace old bootstrap scripts with DeployImplementations (#13742)
1 parent 49ea3d0 commit 395c01d

File tree

17 files changed

+569
-1483
lines changed

17 files changed

+569
-1483
lines changed

op-chain-ops/interopgen/deploy.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import (
55
"fmt"
66
"math/big"
77

8-
"github.com/ethereum-optimism/optimism/op-deployer/pkg/deployer/standard"
9-
108
"github.com/ethereum-optimism/optimism/op-deployer/pkg/deployer/opcm"
119

1210
"github.com/ethereum/go-ethereum/common"
@@ -174,7 +172,6 @@ func DeploySuperchainToL1(l1Host *script.Host, superCfg *SuperchainConfig) (*Sup
174172
SuperchainConfigProxy: superDeployment.SuperchainConfigProxy,
175173
ProtocolVersionsProxy: superDeployment.ProtocolVersionsProxy,
176174
UseInterop: superCfg.Implementations.UseInterop,
177-
StandardVersionsToml: standard.VersionsMainnetData,
178175
})
179176
if err != nil {
180177
return nil, fmt.Errorf("failed to deploy Implementations contracts: %w", err)

op-deployer/pkg/deployer/bootstrap/asterisc.go

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)