From 537090f38a44a32f658f881004d765c49b516504 Mon Sep 17 00:00:00 2001 From: sakulstra Date: Wed, 1 Nov 2023 09:44:16 +0100 Subject: [PATCH] ci: fix replace aave-proposals-v3 with v3, not v2 --- .github/workflows/ipfs.yml | 4 ++-- src/20231029_AaveV3Ethereum_ACIPhaseII/ACIPhaseII.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ipfs.yml b/.github/workflows/ipfs.yml index c86f0115f..843221823 100644 --- a/.github/workflows/ipfs.yml +++ b/.github/workflows/ipfs.yml @@ -61,8 +61,8 @@ jobs: for i in "${json_array[@]}" do npx prettier $i --write - sed -i 's@https://github.com/bgd-labs/aave-proposals-v3/blob/main/@https://github.com/bgd-labs/aave-proposals/blob/${{ github.sha }}/@g' $i - sed -i 's@https://github.com/bgd-labs/aave-proposals-v3/tree/main/@https://github.com/bgd-labs/aave-proposals/blob/${{ github.sha }}/@g' $i + sed -i 's@https://github.com/bgd-labs/aave-proposals-v3/blob/main/@https://github.com/bgd-labs/aave-proposals-v3/blob/${{ github.sha }}/@g' $i + sed -i 's@https://github.com/bgd-labs/aave-proposals-v3/tree/main/@https://github.com/bgd-labs/aave-proposals-v3/blob/${{ github.sha }}/@g' $i done - name: Upload diff --git a/src/20231029_AaveV3Ethereum_ACIPhaseII/ACIPhaseII.md b/src/20231029_AaveV3Ethereum_ACIPhaseII/ACIPhaseII.md index 1acc22844..211f136f9 100644 --- a/src/20231029_AaveV3Ethereum_ACIPhaseII/ACIPhaseII.md +++ b/src/20231029_AaveV3Ethereum_ACIPhaseII/ACIPhaseII.md @@ -77,6 +77,8 @@ The ACI, as one of the voices for the Aave DAO, has consistently worked towards The ACI will continue to be one of the voices of Aave across the globe, supporting devs in hackathons, being one of the DAO voices during events and supporting our brand quality. + + ## Specification - **Recipient**: [0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922](https://etherscan.io/address/0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922) @@ -86,8 +88,8 @@ The ACI will continue to be one of the voices of Aave across the globe, supporti ## References -- Implementation: [AaveV3Ethereum](https://github.com/bgd-labs/aave-proposals/blob/a0fc52e0429fadd9fa43a77873ffa7b086f05b75/src/20231029_AaveV3Ethereum_ACIPhaseII/AaveV3Ethereum_ACIPhaseII_20231029.sol) -- Tests: [AaveV3Ethereum](https://github.com/bgd-labs/aave-proposals/blob/a0fc52e0429fadd9fa43a77873ffa7b086f05b75/src/20231029_AaveV3Ethereum_ACIPhaseII/AaveV3Ethereum_ACIPhaseII_20231029.t.sol) +- Implementation: [AaveV3Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20231029_AaveV3Ethereum_ACIPhaseII/AaveV3Ethereum_ACIPhaseII_20231029.sol) +- Tests: [AaveV3Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/main/src/20231029_AaveV3Ethereum_ACIPhaseII/AaveV3Ethereum_ACIPhaseII_20231029.t.sol) - [Snapshot](https://signal.aave.com/#/proposal/0x04e7059fc5b2c33d4e4554d68d27ef67c1f6d9d310b07493116bdfbf15c25bbc) - [Discussion](https://governance.aave.com/t/arfc-aci-phase-ii/15138)