Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/jmclient/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
"""
Expand Down Expand Up @@ -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.
Expand Down