Skip to content

Commit

Permalink
[Easy] Update contracts to v0.4.3 (#1423)
Browse files Browse the repository at this point in the history
This allows us to run with the xDAI deployment (part of #1418).

### Test Plan
```
cargo run --bin driver -- --node-url https://xdai.poanetwork.dev  --rpc-timeout 60000 --orderbook-file target/orderbook_xdai.bin --network-id 100 --private-key <your PK> --solver-type opensolver --native-token-id 0
```

Place overlapping orders on xDAI using contract scripts and see successful solution submitted (e.g. https://blockscout.com/poa/xdai/tx/0x8cf98c64ebc08632f846cbb1c3d63e110dd6b6f093b6ec6e3f103c6b09d6c196/token-transfers)
  • Loading branch information
fleupold authored Sep 11, 2020
1 parent bf399bd commit 661dbdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/artifacts/BatchExchange.json

Large diffs are not rendered by default.

Loading

0 comments on commit 661dbdf

Please sign in to comment.