Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Update price-oracle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c3rnst committed Feb 6, 2019
1 parent 73efd62 commit cc2aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/price-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The medianzier smart contract, however, might be very useful for other applicati
It takes the median of the last 9 auctions of that token pair on the DutchX, if they have run consecutively (i.e. constant liquidity is important), else it will not return a price feed.
- This price feed also only works for token with ETH
- There are two functions: getPrice and getPriceCustom
- getPrice only works for whitelisted tokens
- getPrice only works for [whitelisted tokens](https://dutchx.readthedocs.io/en/latest/basic-mechanism.html#whitelist)
- getPriceCutstom allows customization (for other tokens, e.g.).

Check out the [code](https://github.com/gnosis/dx-price-oracle/tree/master).

0 comments on commit cc2aa51

Please sign in to comment.