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

Fixed KNC-ETH pool bug #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ To Run:

`node server.js`

You should see:
```
Component ETH Value: 0.07154760509663481
DFP Index Price: 0.0735540174582905168
Percentage Price Difference: 2.765527119996483701
finished getting data for block: 14084065 .....


Component ETH Value: 0.07154760509663481
DFP Index Price: 0.0735540174582905168
Percentage Price Difference: 2.765527119996483701
finished getting data for block: 14084066 .....
```

## DPI ARBITRAGE BOT SMART CONTRACT DISCLAIMER
1.) Use at your own risk; no particular outcome is guaranteed. The smart contract is currently UNAUDITED and provided as-is in the spirit of transparency and decentralization. So make sure you review and understand the code, and please only use the arb bot if you appreciate the risks and uncertainty inherent in transacting with value on Ethereum, including the volatility of gas and asset prices and the possibility (and implications) of competition for block space.

Expand Down
Loading