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: {},