Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ops/L2-genesis/op-chain-ops/genesis/setters.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func FundDevAccounts(db vm.StateDB) {
// can be set in state and the ProxyAdmin can be set as the admin of the
// Proxy.
func SetL2Proxies(db vm.StateDB) error {
return setProxies(db, predeploys.ProxyAdminAddr, bigL2PredeployNamespace_53, 128)
return setProxies(db, predeploys.ProxyAdminAddr, bigL2PredeployNamespace_53, 64)
}

func setProxies(db vm.StateDB, proxyAdminAddr common.Address, namespace *big.Int, count uint64) error {
Expand Down