diff --git a/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1.md b/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1.md index e86260d58..33b391af2 100644 --- a/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1.md +++ b/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1.md @@ -22,8 +22,8 @@ Average `REP` price to use: 0.0004625695693 ETH ## References -- Implementation: [AaveV1Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/4939986a41568aef5ea317cfdd8a4a839da38fc8/src/20231031_AaveV2Ethereum_FixedREPPriceFeed/AaveV2Ethereum_FixedREPPriceFeedOnAAVEV1_20231031.sol) -- Tests: [AaveV1Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/4939986a41568aef5ea317cfdd8a4a839da38fc8/src/20231031_AaveV2Ethereum_FixedREPPriceFeedOnAAVEV1/AaveV1Ethereum_FixedREPPriceFeed_20231031.t) +- Implementation: [AaveV1Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/AaveV1Ethereum_FixedREPPriceFeed_20231031.sol) +- Tests: [AaveV1Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/AaveV1Ethereum_FixedREPPriceFeed_20231031.t.sol) - [Discussion](https://governance.aave.com/t/bgd-technical-maintenance-proposals/15274/2) - [REP token](https://etherscan.io/address/0x1985365e9f78359a9B6AD760e32412f4a445E862) diff --git a/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1_20231031.s.sol b/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1_20231031.s.sol index d6140442b..87f9b04ea 100644 --- a/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1_20231031.s.sol +++ b/src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1_20231031.s.sol @@ -45,7 +45,7 @@ contract CreateProposal is EthereumScript { payloads, GovV3Helpers.ipfsHashFile( vm, - 'src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1_20231031.s.sol' + 'src/20231031_AaveV1Ethereum_FixedREPPriceFeed/FixedREPPriceFeedOnAAVEV1.md' ) ); }