poa-bridge/examples/config.toml

28 lines
734 B
TOML
Raw Normal View History

2017-08-02 03:45:15 -07:00
[mainnet]
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-08-10 08:55:46 -07:00
[mainnet.contract]
bin = "contracts/EthereumBridge.bin"
2017-08-02 03:45:15 -07:00
[testnet]
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
[testnet.contract]
bin = "contracts/KovanBridge.bin"
[authorities]
accounts = [
"0x006e27b6a72e1f34c626762f3c4761547aff1421",
"0x006e27b6a72e1f34c626762f3c4761547aff1421",
"0x006e27b6a72e1f34c626762f3c4761547aff1421"
]
required_signatures = 2
[transactions]
2017-08-31 05:57:43 -07:00
mainnet_deploy = { gas = 500000 }
testnet_deploy = { gas = 500000 }