Skip to content

Commit

Permalink
Merge branch 'reseed-final-fixes' into update-reseed-whitelist-json
Browse files Browse the repository at this point in the history
  • Loading branch information
Brean0 authored Sep 14, 2024
2 parents 7bb1ab6 + 72fa75e commit bb6bbec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ contract ReseedWhitelist {
s.sys.usdTokenPrice[token] = 1;
s.sys.twaReserves[token].reserve0 = 1;
s.sys.twaReserves[token].reserve1 = 1;
// LP tokens will require an Oracle Implmentation for the non Bean Asset.
s.sys.oracleImplementation[nonBeanToken] = oracle[i];
}
// add asset settings for the underlying lp token
s.sys.silo.assetSettings[token] = assets[i];

// add whitelist status
s.sys.silo.whitelistStatuses.push(whitelistStatus[i]);
// the Oracle should return the price for the non-bean asset in USD
s.sys.oracleImplementation[nonBeanToken] = oracle[i];
}
}
}
24 changes: 12 additions & 12 deletions protocol/reseed/data/r9-whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@
"16000000",
[
"0x0000000000000000000000000000000000000000",
"0x2c5fa218",
"0xe4b8d822",
"0x00",
"0x00"
],
[
"0x0000000000000000000000000000000000000000",
"0xe4b8d822",
"0x2c5fa218",
"0x00",
"0x00"
]
Expand Down Expand Up @@ -174,13 +174,13 @@
"26000000",
[
"0x0000000000000000000000000000000000000000",
"0x2c5fa218",
"0xe4b8d822",
"0x00",
"0x00"
],
[
"0x0000000000000000000000000000000000000000",
"0xe4b8d822",
"0x2c5fa218",
"0x00",
"0x00"
]
Expand Down Expand Up @@ -214,13 +214,13 @@
"14000000",
[
"0x0000000000000000000000000000000000000000",
"0x2c5fa218",
"0xe4b8d822",
"0x00",
"0x00"
],
[
"0x0000000000000000000000000000000000000000",
"0xe4b8d822",
"0x2c5fa218",
"0x00",
"0x00"
]
Expand Down Expand Up @@ -254,13 +254,13 @@
"20000000",
[
"0x0000000000000000000000000000000000000000",
"0x2c5fa218",
"0xe4b8d822",
"0x00",
"0x00"
],
[
"0x0000000000000000000000000000000000000000",
"0xe4b8d822",
"0x2c5fa218",
"0x00",
"0x00"
]
Expand Down Expand Up @@ -294,13 +294,13 @@
"12000000",
[
"0x0000000000000000000000000000000000000000",
"0x2c5fa218",
"0xe4b8d822",
"0x00",
"0x00"
],
[
"0x0000000000000000000000000000000000000000",
"0xe4b8d822",
"0x2c5fa218",
"0x00",
"0x00"
]
Expand Down Expand Up @@ -334,13 +334,13 @@
"12000000",
[
"0x0000000000000000000000000000000000000000",
"0x2c5fa218",
"0xe4b8d822",
"0x00",
"0x00"
],
[
"0x0000000000000000000000000000000000000000",
"0xe4b8d822",
"0x2c5fa218",
"0x00",
"0x00"
]
Expand Down

0 comments on commit bb6bbec

Please sign in to comment.