Skip to content

Commit

Permalink
there are 6 upgrade txs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed Mar 4, 2024
1 parent 593059d commit 2221430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/rollup/derive/ecotone_upgrade_transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (
)

func EcotoneNetworkUpgradeTransactions() ([]hexutil.Bytes, error) {
upgradeTxns := make([]hexutil.Bytes, 0, 5)
upgradeTxns := make([]hexutil.Bytes, 0, 6)

deployL1BlockTransaction, err := types.NewTx(&types.DepositTx{
SourceHash: deployL1BlockSource.SourceHash(),
Expand Down

0 comments on commit 2221430

Please sign in to comment.