levelkdev / futarchy-app

Aragon app for futarchy decisions
26 stars 7 forks source link

Hardcoded IPFS hash? #107

Closed bingen closed 5 years ago

bingen commented 5 years ago

What's this hash and why is it hardcoded?

https://github.com/levelkdev/futarchy-app/blob/master/contracts/Futarchy.sol#L112

Oracle(priceOracleFactory.createOracle("QmWmyoMoctfbAaiEs2G46gpeUmhqFRDW6KWo64y5r581Vz", priceResolutionDate)),
ewilz commented 5 years ago

We're hoping to get rid of this oracle altogether once we switch to the oracle manager. We'll leave this open for now though.

ewilz commented 5 years ago

https://github.com/levelkdev/futarchy-app/pull/136