File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,14 @@ contract UFragmentsPolicy is Ownable {
37
37
38
38
UFragments public uFrags;
39
39
40
- // Cpi oracle provides the current CPI-U, seasonally adjusted data,
41
- // as a 18 decimal fixed point number
40
+ // Provides the current CPI, as an 18 decimal fixed point number.
42
41
IOracle public cpiOracle;
43
42
44
- // Market oracle provides the token/USD exchange rate as a 18 decimal fixed point number
43
+ // Market oracle provides the token/USD exchange rate as an 18 decimal fixed point number.
45
44
// (eg) An oracle value of 1.5e18 it would mean 1 Ample is trading for $1.50.
46
45
IOracle public marketOracle;
47
46
48
- // CPI value at the time of launch, DECIMALS Fixed point number
47
+ // CPI value at the time of launch, as an 18 decimal fixed point number.
49
48
uint256 private baseCpi;
50
49
51
50
// If the current exchange rate is within this fractional distance from the target, no supply
You can’t perform that action at this time.
0 commit comments