poa-bridge/examples/config.toml

27 lines
676 B
TOML

[mainnet]
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"
ipc = "/Users/marek/Library/Application Support/io.parity.ethereum/jsonrpc.ipc"
required_confirmations = 0
[mainnet.contract]
bin = "contracts/EthereumBridge.bin"
[testnet]
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"
ipc = "/Users/marek/Library/Application Support/io.parity.ethereum/jsonrpc.ipc"
required_confirmations = 0
[testnet.contract]
bin = "contracts/KovanBridge.bin"
[authorities]
accounts = [
"0x006e27b6a72e1f34c626762f3c4761547aff1421",
]
required_signatures = 1
[transactions]
mainnet_deploy = { gas = 1000000 }
testnet_deploy = { gas = 3000000 }
deposit_relay = { gas = 100000 }