poa-bridge/examples/config.toml

27 lines
667 B
TOML
Raw Normal View History

2017-10-10 02:02:46 -07:00
[home]
2017-08-03 15:48:12 -07:00
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"
2017-08-02 03:45:15 -07:00
ipc = "/Users/marek/Library/Application Support/io.parity.ethereum/jsonrpc.ipc"
2017-08-03 15:48:12 -07:00
required_confirmations = 0
2017-08-02 03:45:15 -07:00
2017-10-10 02:02:46 -07:00
[home.contract]
2017-08-10 08:55:46 -07:00
bin = "contracts/EthereumBridge.bin"
2017-10-10 02:02:46 -07:00
[foreign]
2017-08-03 15:48:12 -07:00
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"
2017-08-02 03:45:15 -07:00
ipc = "/Users/marek/Library/Application Support/io.parity.ethereum/jsonrpc.ipc"
2017-08-03 15:48:12 -07:00
required_confirmations = 0
2017-08-10 08:55:46 -07:00
2017-10-10 02:02:46 -07:00
[foreign.contract]
2017-08-10 08:55:46 -07:00
bin = "contracts/KovanBridge.bin"
[authorities]
accounts = [
"0x006e27b6a72e1f34c626762f3c4761547aff1421",
]
required_signatures = 1
[transactions]
2017-10-10 02:02:46 -07:00
home_deploy = { gas = 1000000 }
foreign_deploy = { gas = 3000000 }
deposit_relay = { gas = 100000 }