We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f81f5 commit 8f3bd07Copy full SHA for 8f3bd07
econ/terminate.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
var MAX_SAMPLED_SECTORS = 1000
21
-var INITIAL_PLEDGE_INTERPOLATION_REL_DIFF = big.NewFloat(4.00) // 4%
+var INITIAL_PLEDGE_INTERPOLATION_REL_DIFF = big.NewFloat(10.00) // 10%
22
23
func EstimateTerminationFeeAgent(
24
ctx context.Context,
0 commit comments