Skip to content

Commit 269be08

Browse files
committed
build: add oracle deploy script
1 parent e4ca72f commit 269be08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/refs/OracleRef.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ abstract contract OracleRef is IOracleRef, CoreRef {
107107

108108
// Scale the oracle price by token decimals delta if necessary
109109
uint256 scalingFactor;
110-
111-
// TODO: Broken abstraction, this needs pushing down
112110
if (decimalsNormalizer < 0) {
113111
scalingFactor = 10**(-1 * decimalsNormalizer).toUint256();
114112
_peg = _peg.div(scalingFactor);

0 commit comments

Comments
 (0)