Skip to content

Commit 76e41ab

Browse files
committed
rename => mip-x37.sol; core wrapper integration tests passing
1 parent a31d959 commit 76e41ab

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

proposals/mips/mip-x37/x37.sol renamed to proposals/mips/mip-x37/mip-x37.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {validateProxy} from "@proposals/utils/ProxyUtils.sol";
2121
// 1. deploy new non-upgradeable ChainlinkOEVWrapper contracts for core markets
2222
// 2. upgrade existing ChainlinkOEVMorphoWrapper proxy contracts for Morpho markets => test that storage can still be accessed
2323
// 3. call setFeed on the ChainlinkOracle for all core markets, to point to the new ChainlinkOEVWrapper contracts
24-
contract x37 is HybridProposal, ChainlinkOracleConfigs, Networks {
24+
contract mipx37 is HybridProposal, ChainlinkOracleConfigs, Networks {
2525
string public constant override name = "MIP-X37";
2626

2727
string public constant MORPHO_IMPLEMENTATION_NAME =
@@ -34,7 +34,7 @@ contract x37 is HybridProposal, ChainlinkOracleConfigs, Networks {
3434
/// @dev description setup
3535
constructor() {
3636
_setProposalDescription(
37-
bytes(vm.readFile("./proposals/mips/mip-x37/MIP-X37.md"))
37+
bytes(vm.readFile("./proposals/mips/mip-x37/x37.md"))
3838
);
3939
}
4040

proposals/mips/mip-x37/x37.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## MIP-X37: Upgrade ChailinkOracleProxy for OEV Wrapper

proposals/mips/mips.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"envpath": "",
44
"governor": "MultichainGovernor",
55
"id": 0,
6-
"path": "mip-x37.sol/x37.json",
6+
"path": "mip-x37.sol/mipx37.json",
77
"proposalType": "HybridProposal"
88
},
99
{

0 commit comments

Comments
 (0)