Skip to content

Commit

Permalink
Merge pull request omni#65 from zacwellmer/patch-1
Browse files Browse the repository at this point in the history
mention home when should be foreign
  • Loading branch information
rphmeier authored Dec 13, 2017
2 parents a9c7aa8 + 2292b11 commit c95dadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ foreign_deploy = { gas = 500000 }
- `transaction.home_deploy.gas` - specify how much gas should be consumed by home contract deploy
- `transaction.home_deploy.gas_price` - specify gas price for home contract deploy
- `transaction.foreign_deploy.gas` - specify how much gas should be consumed by foreign contract deploy
- `transaction.foreign_deploy.gas_price` - specify gas price for home contract deploy
- `transaction.foreign_deploy.gas_price` - specify gas price for foreign contract deploy
- `transaction.deposit_relay.gas` - specify how much gas should be consumed by deposit relay
- `transaction.deposit_relay.gas_price` - specify gas price for deposit relay
- `transaction.withdraw_confirm.gas` - specify how much gas should be consumed by withdraw confirm
Expand Down Expand Up @@ -124,7 +124,7 @@ checked_withdraw_confirm = 121
### example run

```
./target/debug/bridge --config examples/config.toml --database db.toml
./target/release/bridge --config examples/config.toml --database db.toml
```

- example run requires a parity instance running
Expand Down

0 comments on commit c95dadd

Please sign in to comment.