1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-01 08:05:17 +01:00
barge/networks/spree/config/config.toml

18 lines
414 B
TOML
Raw Normal View History

2018-12-06 09:16:50 +01:00
[parity]
2018-12-06 14:54:10 +01:00
chain = "/home/parity/config/chain.json"
2018-12-06 09:16:50 +01:00
[rpc]
interface = "0.0.0.0"
cors = ["all"]
hosts = ["all"]
2018-12-06 14:54:10 +01:00
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "personal", "parity_accounts", "signer", "parity_set"]
2018-12-06 09:16:50 +01:00
[account]
2018-12-06 14:54:10 +01:00
password = ["/home/parity/validator.pwd"]
[mining]
engine_signer = "0x00bd138abd70e2f00903268f3db08f2d25677c9e"
reseal_on_txs = "none"
force_sealing = true
reseal_min_period = 500