params: added DefaultCancunBlobConfig in test config

This commit is contained in:
Pratik Patil 2025-05-12 16:30:09 +05:30
parent bd00cedd70
commit aaf31237f4
No known key found for this signature in database
GPG key ID: AFDCA496554874B3
2 changed files with 5 additions and 1 deletions

View file

@ -55,7 +55,7 @@ func TestFlagsWithoutConfig(t *testing.T) {
require.Equal(t, c.config.Gpo.MaxPrice, big.NewInt(5000000000000))
}
// TestFlagsWithoutConfig tests all types of flags passed only
// TestFlagsWithConfig tests all types of flags passed only
// via config file.
func TestFlagsWithConfig(t *testing.T) {
t.Parallel()

View file

@ -579,6 +579,10 @@ var (
TerminalTotalDifficulty: big.NewInt(math.MaxInt64),
Ethash: new(EthashConfig),
Clique: nil,
BlobScheduleConfig: &BlobScheduleConfig{
Cancun: DefaultCancunBlobConfig,
Prague: DefaultPragueBlobConfig,
},
Bor: &BorConfig{
Sprint: map[string]uint64{
"0": 4},