Update default fees for aggregates
Resolves #6422 Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
a641a03908
commit
bf82b96fd8
@ -333,12 +333,12 @@ func DefaultStorageMiner() *StorageMiner {
|
|||||||
MaxCommitGasFee: types.MustParseFIL("0.05"),
|
MaxCommitGasFee: types.MustParseFIL("0.05"),
|
||||||
|
|
||||||
MaxPreCommitBatchGasFee: BatchFeeConfig{
|
MaxPreCommitBatchGasFee: BatchFeeConfig{
|
||||||
Base: types.MustParseFIL("0.025"), // TODO: update before v1.10.0
|
Base: types.MustParseFIL("0"),
|
||||||
PerSector: types.MustParseFIL("0.025"), // TODO: update before v1.10.0
|
PerSector: types.MustParseFIL("0.02"),
|
||||||
},
|
},
|
||||||
MaxCommitBatchGasFee: BatchFeeConfig{
|
MaxCommitBatchGasFee: BatchFeeConfig{
|
||||||
Base: types.MustParseFIL("0.05"), // TODO: update before v1.10.0
|
Base: types.MustParseFIL("0"),
|
||||||
PerSector: types.MustParseFIL("0.05"), // TODO: update before v1.10.0
|
PerSector: types.MustParseFIL("0.03"), // enough for 6 agg and 1nFIL base fee
|
||||||
},
|
},
|
||||||
|
|
||||||
MaxTerminateGasFee: types.MustParseFIL("0.5"),
|
MaxTerminateGasFee: types.MustParseFIL("0.5"),
|
||||||
|
Loading…
Reference in New Issue
Block a user