poa-bridge/examples/config.toml

29 lines
725 B
TOML
Raw Normal View History

keystore = "/path/to/keystore"
2017-10-10 02:02:46 -07:00
[home]
account = "0x547aff14210b6a72e106e27f34c626762f3c4761"
2017-08-03 15:48:12 -07:00
required_confirmations = 0
rpc_host = "http://rpc.host.for.home"
rpc_port = 8545
password = "home_password.txt"
default_gas_price = 1_000_000_000 # 1 GWEI
2017-08-10 08:55:46 -07:00
2017-10-10 02:02:46 -07:00
[foreign]
2017-08-03 15:48:12 -07:00
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"
required_confirmations = 0
rpc_host = "https://rpc.host.for.foreign"
rpc_port = 443
default_gas_price = 5_000_000_000 # 5 GWEI
gas_price_oracle_url = "https://gasprice.poa.network"
gas_price_speed = "instant"
default_gas_price = 10_000_000_000 # 10 GWEI
[authorities]
required_signatures = 1
[transactions]
home_deploy = { gas = 1000000 }
foreign_deploy = { gas = 3000000 }
deposit_relay = { gas = 100000 }