Moves configs into data folder
This commit is contained in:
2
python/erc20_demurrage_token/data/config/eth.ini
Normal file
2
python/erc20_demurrage_token/data/config/eth.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[eth]
|
||||
provider=http://localhost:8545
|
||||
2
python/erc20_demurrage_token/data/config/session.ini
Normal file
2
python/erc20_demurrage_token/data/config/session.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[session]
|
||||
chain_spec=
|
||||
8
python/erc20_demurrage_token/data/config/token.ini
Normal file
8
python/erc20_demurrage_token/data/config/token.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[token]
|
||||
redistribution_period=10800
|
||||
demurrage_level=50
|
||||
supply_limit=0
|
||||
symbol=RDT
|
||||
name=Redistributed Demurraged Token
|
||||
decimals=6
|
||||
sink_address=
|
||||
Reference in New Issue
Block a user