From 73aaa826056ed10c246d611dd84f729fb065f143 Mon Sep 17 00:00:00 2001 From: rain Date: Tue, 5 Dec 2017 14:53:19 +0000 Subject: [PATCH] setters for feeds --- src/tub.sol | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/tub.sol b/src/tub.sol index 8383c4d..f3e297a 100644 --- a/src/tub.sol +++ b/src/tub.sol @@ -141,6 +141,18 @@ contract SaiTub is DSThing, SaiTubEvents { else return; } + //--Price-feed-setters---------------------------------------------- + + function setPip(DSValue pip_) public note auth { + pip = pip_; + } + function setPep(DSValue pep_) public note auth { + pep = pep_; + } + function setVox(SaiVox vox_) public note auth { + vox = vox_; + } + //--Collateral-wrapper---------------------------------------------- // Wrapper ratio (gem per skr)