Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable infrastructure on xDAI #1418

Open
fleupold opened this issue Sep 10, 2020 · 0 comments
Open

Enable infrastructure on xDAI #1418

fleupold opened this issue Sep 10, 2020 · 0 comments

Comments

@fleupold
Copy link
Contributor

On top of rinkeby and mainnet, we want GP to be running on xDAI. For that we need driver/price-estimator support for this chain.

This task captures code changes that are required to achieve this locally. Afterwards, we still have to replicate our deployment infrastructure (kubernetes, alerts, grafana, etc).

mergify bot pushed a commit that referenced this issue Sep 11, 2020
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant