You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add proper price feed for 2 missing LRT collaterals
update or verify script/DeployLiquity2.s.sol with correct TroveManagerParams based on the Nerite Collaterals spread sheet. call Joseph to pair on this if needed.
There is an issue where if sending 0 tokens for a particular token reverts, that causes a problem with liquidations. Verify new collateral types are able to send 0 of the token on Arbitrum. DM link to example transactions to Joseph on discord.
5. update oracle relayer deployment parameters in function _deployAndConnectContracts in DeployLiquity2.s.sol:
address in the deployer script for tETH to use the chainlink one
create deployment with correct params for all missing collaterals
update contract address of oracle to use arbitrum (waiting on API3 for OEV addresses for some)
The text was updated successfully, but these errors were encountered:
https://github.com/NeriteOrg/nerite/tree/main/contracts/src/PriceFeeds
Remove price feeds for XVS and UNI
Add proper price feed for 2 missing LRT collaterals
update or verify script/DeployLiquity2.s.sol with correct TroveManagerParams based on the Nerite Collaterals spread sheet. call Joseph to pair on this if needed.
There is an issue where if sending 0 tokens for a particular token reverts, that causes a problem with liquidations. Verify new collateral types are able to send 0 of the token on Arbitrum. DM link to example transactions to Joseph on discord.
5. update oracle relayer deployment parameters in
function _deployAndConnectContracts
in DeployLiquity2.s.sol:The text was updated successfully, but these errors were encountered: