Apply config changes to contract migration
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
[bancor]
|
||||
dir = /usr/local/share/cic/bancor
|
||||
2
apps/contract-migration/config_template/chain.ini
Normal file
2
apps/contract-migration/config_template/chain.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[chain]
|
||||
spec = evm:ethereum:1
|
||||
4
apps/contract-migration/config_template/redis.ini
Normal file
4
apps/contract-migration/config_template/redis.ini
Normal file
@@ -0,0 +1,4 @@
|
||||
[redis]
|
||||
host = localhost
|
||||
port = 63379
|
||||
db = 0
|
||||
5
apps/contract-migration/config_template/rpc.ini
Normal file
5
apps/contract-migration/config_template/rpc.ini
Normal file
@@ -0,0 +1,5 @@
|
||||
[rpc]
|
||||
http_provider = http://localhost:8545
|
||||
http_authentication =
|
||||
http_username =
|
||||
http_password =
|
||||
8
apps/contract-migration/config_template/token.ini
Normal file
8
apps/contract-migration/config_template/token.ini
Normal file
@@ -0,0 +1,8 @@
|
||||
[token]
|
||||
name =
|
||||
symbol =
|
||||
decimals =
|
||||
demurrage_level =
|
||||
redistribution_period =
|
||||
sink_address =
|
||||
supply_limit = 0
|
||||
3
apps/contract-migration/config_template/wallet.ini
Normal file
3
apps/contract-migration/config_template/wallet.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[wallet]
|
||||
key_file =
|
||||
passphrase =
|
||||
Reference in New Issue
Block a user