Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion build/deployments-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"010_UpgradeLidoARMAssetScript": 1764755147,
"011_DeployEtherFiARMScript": 1761812927,
"012_UpgradeEtherFiARMScript": 1763557643,
"013_UpgradeOETHARMScript": 1765353347,
"014_DeployEthenaARMScript": 1764664655
},
"contracts": {
Expand All @@ -34,8 +35,10 @@
"MORPHO_MARKET_ETHERFI_IMPL": "0x2a1b59870f7806E60dF58415B0C220C096f57658",
"MORPHO_MARKET_MEVCAPITAL": "0x29c4Bb7B1eBcc53e8CBd16480B5bAe52C69806D3",
"MORPHO_MARKET_MEVCAPITAL_IMP": "0x90c7ABC962f96de171ee395A242D2Ff794D0a04c",
"MORPHO_MARKET_ORIGIN": "0x0ad39D67404aE36Fe476eFDDE1306a5414383544",
"MORPHO_MARKET_ORIGIN_IMPL": "0x2ea9D1827973813D77aA8f35BD23cb1F1311A648",
"OETH_ARM": "0x6bac785889A4127dB0e0CeFEE88E0a9F1Aaf3cC7",
"OETH_ARM_IMPL": "0x187FfF686a5f42ACaaF56469FcCF8e6Feca18248",
"OETH_ARM_IMPL": "0x9A2be51E45Eec98F75b3e6e1b334246c94663641",
"PENDLE_ORIGIN_ARM_SY": "0xbcae2Eb1cc47F137D8B2D351B0E0ea8DdA4C6184"
}
}
2 changes: 1 addition & 1 deletion script/deploy/mainnet/010_UpgradeLidoARMAssetScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract UpgradeLidoARMAssetScript is AbstractDeployScript {
GovProposal public govProposal;

string public constant override DEPLOY_NAME = "010_UpgradeLidoARMAssetScript";
bool public constant override proposalExecuted = false;
bool public constant override proposalExecuted = true;

Proxy morphoMarketProxy;
LidoARM lidoARMImpl;
Expand Down
2 changes: 1 addition & 1 deletion script/deploy/mainnet/013_UpgradeOETHARMScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract UpgradeOETHARMScript is AbstractDeployScript {
GovProposal public govProposal;

string public constant override DEPLOY_NAME = "013_UpgradeOETHARMScript";
bool public constant override proposalExecuted = false;
bool public constant override proposalExecuted = true;

Proxy morphoMarketProxy;
OriginARM originARMImpl;
Expand Down
Loading