Rename divider to nano, expand supply value bit length

This commit is contained in:
nolash
2021-06-07 18:16:08 +02:00
parent 81ec2198aa
commit 1b1419c03b
3 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,7 @@ settings.symbol = 'SIM'
settings.decimals = 6
settings.demurrage_level = int(decay_per_minute*(10**38))
#settings.period_minutes = 1 # 1 week in minutes
settings.period_minutes = 60*24*7
settings.period_minutes = 60*24*7*4
chain = 'evm:foochain:42'
cap = (10 ** 6) * (10 ** 12)