Skip to content

Commit

Permalink
Reduce dynamic fees variability to ease testing (#3298)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph authored Aug 15, 2024
1 parent 9a2aa85 commit 50b8d65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion genesis/genesis_fuji.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
MaxGasPerSecond: 1_000,
TargetGasPerSecond: 500,
MinGasPrice: 1,
ExcessConversionConstant: 1,
ExcessConversionConstant: 5_000,
},
},
StakingConfig: StakingConfig{
Expand Down
2 changes: 1 addition & 1 deletion genesis/genesis_local.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var (
MaxGasPerSecond: 1_000,
TargetGasPerSecond: 500,
MinGasPrice: 1,
ExcessConversionConstant: 1,
ExcessConversionConstant: 5_000,
},
},
StakingConfig: StakingConfig{
Expand Down
2 changes: 1 addition & 1 deletion genesis/genesis_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
MaxGasPerSecond: 1_000,
TargetGasPerSecond: 500,
MinGasPrice: 1,
ExcessConversionConstant: 1,
ExcessConversionConstant: 5_000,
},
},
StakingConfig: StakingConfig{
Expand Down

0 comments on commit 50b8d65

Please sign in to comment.