Skip to content

Commit

Permalink
Merge branch 'reseed-final-fixes' into beanstalk3-ui-sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
Space-Bean committed Sep 14, 2024
2 parents 790a660 + e38861c commit 7b21d24
Show file tree
Hide file tree
Showing 7 changed files with 487 additions and 168 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];
}
}
}
7 changes: 5 additions & 2 deletions protocol/reseed/data/exports/storage-system20736200.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
"seedGaugeSettings": {
"maxBeanMaxLpGpPerBdvRatio": "0x0",
"minBeanMaxLpGpPerBdvRatio": "0x0",
"targetSeasonsToCatchUp": "0x0",
"targetSeasonsToCatchUp": "0x01",
"podRateLowerBound": "0x0",
"podRateOptimal": "0x0",
"podRateUpperBound": "0x0",
Expand All @@ -971,7 +971,10 @@
"lpToSupplyRatioUpperBound": "0x0",
"lpToSupplyRatioOptimal": "0x0",
"lpToSupplyRatioLowerBound": "0x0",
"excessivePriceThreshold": "0x0"
"excessivePriceThreshold": "0x0",
"soilCoefficientHigh": "0x0",
"soilCoefficientLow": "0x0",
"baseReward": "0x0"
},
"sop": {}
}
Loading

0 comments on commit 7b21d24

Please sign in to comment.