Skip to content

Commit e058ad5

Browse files
fix(cmd): set sepolia block-time to 12s (#4969)
1 parent 7df2cc3 commit e058ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bee/cmd/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ func getConfigByNetworkID(networkID uint64, defaultBlockTimeInSeconds uint64) *n
475475
config.chainID = chaincfg.Testnet.ChainID
476476
case chaincfg.Testnet.NetworkID:
477477
config.bootNodes = []string{"/dnsaddr/testnet.ethswarm.org"}
478-
config.blockTime = 15 * time.Second
478+
config.blockTime = 12 * time.Second
479479
config.chainID = chaincfg.Testnet.ChainID
480480
default: // Will use the value provided by the chain.
481481
config.chainID = -1

0 commit comments

Comments
 (0)