Add missing config files in config template
This commit is contained in:
parent
a803b59cbf
commit
488eaf3737
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
|
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 =
|
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 =
|
Loading…
Reference in New Issue
Block a user