Skip to content

Commit a868c40

Browse files
Target rate update (#265)
* pulled deployed proxy implementation * target rate update * reverted rename * renamed log event * updated scalar math * added upgrade script and renamed variable * added decimals constant * added oracle scaler to the init function * removed timestamp from rebaselog * updated natspec * Update contracts/MedianOracle.sol Co-authored-by: Brandon Iles <brandon.iles@gmail.com> * deployed new policy implementation * added task to deploy oracle --------- Co-authored-by: Brandon Iles <brandon.iles@gmail.com>
1 parent 936b2d7 commit a868c40

File tree

11 files changed

+1258
-114
lines changed

11 files changed

+1258
-114
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ node_modules
8181
#Buidler files
8282
cache
8383
artifacts
84-
.openzeppelin
8584

8685
# env
8786
.env

.openzeppelin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unknown-*.json

0 commit comments

Comments
 (0)