diff --git a/src/jmclient/configure.py b/src/jmclient/configure.py index d0bf1d4d1..eb9a57e3c 100644 --- a/src/jmclient/configure.py +++ b/src/jmclient/configure.py @@ -93,7 +93,7 @@ def jm_single() -> AttributeDict: _DEFAULT_INTEREST_RATE = "0.015" -_DEFAULT_BONDLESS_MAKERS_ALLOWANCE = "0.125" +_DEFAULT_BONDLESS_MAKERS_ALLOWANCE = "0.0" defaultconfig = \ """ @@ -366,7 +366,7 @@ def jm_single() -> AttributeDict: # To (strongly) disincentivize Sybil behaviour, the value assessment of the bond # is based on the (time value of the bond)^x where x is the bond_value_exponent here, # where x > 1. It is a real number (so written as a decimal). -bond_value_exponent = 1.3 +bond_value_exponent = 2.0 ############################## # THE FOLLOWING SETTINGS ARE REQUIRED TO DEFEND AGAINST SNOOPERS.