compound-finance / compound-protocol

The Compound On-Chain Protocol
https://compound.finance/developers
BSD 3-Clause "New" or "Revised" License
1.88k stars 1.2k forks source link

Changed SimplePriceOracle so ETH price can be set on testnets #151

Closed ajb413 closed 2 years ago

ajb413 commented 3 years ago

Changes for the Ropsten testnet price feed. ETH price can now be set.

saddle deploy -n ropsten SimplePriceOracle
saddle verify -n ropsten $ETHERSCAN_API_KEY 0x7BBF806F69ea21Ea9B8Af061AD0C1c41913063A1 SimplePriceOracle
codecov-commenter commented 3 years ago

Codecov Report

Merging #151 (aa85e8c) into master (a6251ec) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   51.60%   51.64%   +0.04%     
==========================================
  Files          53       53              
  Lines        4372     4376       +4     
  Branches      534      534              
==========================================
+ Hits         2256     2260       +4     
  Misses       2116     2116              
Impacted Files Coverage Δ
contracts/SimplePriceOracle.sol 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6251ec...aa85e8c. Read the comment docs.