Added underscores to example gas-prices in docs to improve readability.

This commit is contained in:
Peter van Nostrand 2018-05-25 08:25:08 -04:00
parent ab0407c345
commit cd43c2dfcb
2 changed files with 3 additions and 5 deletions

View File

@ -34,8 +34,6 @@ and they can convert them back as well.
Requires `rust` and `cargo`: [installation instructions.](https://www.rust-lang.org/en-US/install.html)
Requires `rustc` >= 1.26.
Requires `solc` to be in `$PATH`: [installation instructions.](https://solidity.readthedocs.io/en/develop/installing-solidity.html)
Assuming you've cloned the bridge (`git clone git@github.com:poanetwork/poa-bridge.git`), run
@ -86,7 +84,7 @@ required_confirmations = 0
password = "home_password.txt"
gas_price_oracle_url = "https://gasprice.poa.network"
gas_price_speed = "instant"
default_gas_price = 10000000000 # 10 GWEI
default_gas_price = 10_000_000_000 # 10 GWEI
[foreign]
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"

View File

@ -8,14 +8,14 @@ rpc_port = 8545
password = "home_password.txt"
gas_price_oracle_url = "https://gasprice.poa.network"
gas_price_speed = "instant"
default_gas_price = 10000000000 # 10 GWEI
default_gas_price = 10_000_000_000 # 10 GWEI
[foreign]
account = "0x006e27b6a72e1f34c626762f3c4761547aff1421"
required_confirmations = 0
rpc_host = "https://rpc.host.for.foreign"
rpc_port = 443
default_gas_price = 5000000000 # 5 GWEI
default_gas_price = 5_000_000_000 # 5 GWEI
[authorities]
accounts = [