Revert "fix: relax deposit contract prune to first deposit (#5295)" (#5317)

This reverts commit d8c9b1151d.
This commit is contained in:
Andrew Ashikhmin 2022-09-08 10:19:45 +02:00 committed by GitHub
parent caa23b9532
commit 18554a2f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,9 @@ var DefaultMode = Mode{
}
var (
mainnetDepositContractBlock uint64 = 11185311
mainnetDepositContractBlock uint64 = 11052984
sepoliaDepositContractBlock uint64 = 1273020
goerliDepositContractBlock uint64 = 4422009
goerliDepositContractBlock uint64 = 4367322
)
type Experiments struct {