From ab8e59ff0e4bcca9b26e560b78a6903e63df89c7 Mon Sep 17 00:00:00 2001 From: Alex Sharov Date: Sun, 12 Feb 2023 11:14:13 +0700 Subject: [PATCH] Sepolia: enable blocks snapshots by default (#6847) --- eth/ethconfig/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index ad02f5b83..b6896de11 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -261,8 +261,8 @@ type Sync struct { // Chains where snapshots are enabled by default var ChainsWithSnapshots = map[string]struct{}{ - networkname.MainnetChainName: {}, - //networkname.SepoliaChainName: {}, + networkname.MainnetChainName: {}, + networkname.SepoliaChainName: {}, networkname.BSCChainName: {}, networkname.GoerliChainName: {}, networkname.MumbaiChainName: {},