Skip to content

Commit 0cf060e

Browse files
author
Cache bot
committed
chore: automated cache update [skip cypress]
1 parent 4541043 commit 0cf060e

File tree

2 files changed

+52
-4
lines changed

2 files changed

+52
-4
lines changed

src/static-build/ipfsFiles.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,6 +1867,19 @@
18671867
"ipfsHash": "QmWREdMqbtDJb7MxbLdVgEYFJd1tWdfik6VrRksLvFd1c7",
18681868
"originalHash": "0x780a2b877ea3b13c924a30d2959ea0b8f0257799f1d4d743ed58f8783f529954",
18691869
"id": 128
1870+
},
1871+
{
1872+
"title": "Freeze Aave V1",
1873+
"author": "BGD Labs (@bgdlabs)",
1874+
"shortDescription": "Freeze all reserves on Aave v1 Ethereum and v1 Ethereum AMM",
1875+
"discussions": "https://governance.aave.com/t/arc-strategy-on-sunsetting-of-aave-v1/9450",
1876+
"created": "2022-12-05T00:00:00.000Z",
1877+
"preview": "## Simple Summary\n\nThis proposal will perform the next step in …",
1878+
"basename": "POOL_FREEZE_V1",
1879+
"description": "\n\n## Simple Summary\n\nThis proposal will perform the next step in sunsetting Aave v1 by freezing all reserves on the `Aave Ethereum v1` and `Aave Ethereum Amm V1` pool.\n\n## Motivation\n\nAave V1 was deployed on the Ethereum network back in January 2020, being the first step of everything that would come afterward on the Aave ecosystem. Since then, countless developments happened in the community, amongst them, 2 more iterations of the protocol: Aave v2 and Aave v3.\nAfter the deployment of Aave v2 Ethereum, almost 2 years ago (December 2020), the general approach of the community was to progressively sunset Aave v1, with steps like enabling a migration tool v1 → v2 and disabling stable borrowing on v1 (more information [here](https://governance.aave.com/t/aave-protocol-v1-v2-migration-tool-and-transition-plan/2053)).\nTherefore the next step that was decided upon in this [snapshot vote](https://snapshot.org/#/aave.eth/proposal/0xe4d1c311dcd4a4e392e0333494d3aac8a2521071097e85eeedc34994fa6ed72e) is to freeze all the `v1` reserves.\nWith this change in place, users can still repay & withdraw, but no longer supply and borrow.\n\n## Specification\n\nThe proposal fetches the `LendingPoolCore` and `LendingPoolConfigurator` from the respective [Aave ethereum](https://etherscan.io/address/0x24a42fD28C976A61Df5D00D0599C34c4f90748c8) and [Aave ethereum amm](https://etherscan.io/address/0x7fd53085B9A29D236235D6FC593b47C9C33429F1) LendingPoolAddressesProviders via `getLendingPoolCore()` & `getLendingPoolConfigurator()`.\nAs the next step it fetches all `reserves` via `lendingPoolCore.getReserves()` and freezes them one by one, by iterating though the list and calling `lendingPoolConfigurator.freezeReserve(reserve)`.\n\n## References\n\n- [Deployed implementation](https://etherscan.io/address/0x6f02253c80a041a773efa35c98d4bc14a0f6ef9e#code)\n- [E2E test suite](https://github.com/bgd-labs/aave-proposal-freeze-v1/blob/master/tests/ProposalPayloadAaveFreezeV1.t.sol)\n- [ProposalPayloadAaveFreezeV1](https://github.com/bgd-labs/aave-proposal-freeze-v1/blob/master/src/contracts/ProposalPayloadAaveFreezeV1.sol)\n- [Original discussion](https://governance.aave.com/t/arc-strategy-on-sunsetting-of-aave-v1/9450)\n- [Related discussion](https://governance.aave.com/t/arfc-aave-dao-policy-change-halt-listings-on-all-aave-v1-v2-non-permissioned-deployments/10831/6)\n\n## Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).\n",
1880+
"ipfsHash": "QmNXsuCbJNvfJBiRHg9P9snhCeWXZ9bAPVzvHPG7LBggUP",
1881+
"originalHash": "0x02e04de8258c1dca9c4c6099d8ac2142f1f2833bad5a7ca4154a12aa8f4dd548",
1882+
"id": 129
18701883
}
18711884
]
18721885
}

src/static-build/proposals.json

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5291,21 +5291,56 @@
52915291
"startBlock": 16133133,
52925292
"endBlock": 16152333,
52935293
"executionTime": 0,
5294-
"forVotes": "0",
5294+
"forVotes": "1356455687088090571",
52955295
"againstVotes": "0",
52965296
"executed": false,
52975297
"canceled": false,
52985298
"strategy": "0xb7e383ef9B1E9189Fc0F71fb30af8aa14377429e",
5299-
"state": "Pending",
5299+
"state": "Active",
53005300
"minimumQuorum": "200",
53015301
"minimumDiff": "50",
53025302
"executionTimeWithGracePeriod": 0,
53035303
"proposalCreated": 16125933,
53045304
"totalVotingSupply": "16000000000000000000000000",
53055305
"ipfsHash": "0x780a2b877ea3b13c924a30d2959ea0b8f0257799f1d4d743ed58f8783f529954",
5306+
"startTimestamp": 1670419823,
53065307
"creationTimestamp": 1670331863,
5307-
"startTimestamp": 1670419775,
5308-
"expirationTimestamp": 1670650175
5308+
"expirationTimestamp": 1670650235
5309+
},
5310+
{
5311+
"id": 129,
5312+
"creator": "0xf71fc92e2949ccF6A5Fd369a0b402ba80Bc61E02",
5313+
"executor": "0xEE56e2B3D491590B5b31738cC34d5232F378a8D5",
5314+
"targets": [
5315+
"0x6f02253c80A041a773efa35c98D4bc14A0f6EF9e"
5316+
],
5317+
"signatures": [
5318+
"execute()"
5319+
],
5320+
"calldatas": [
5321+
"0x"
5322+
],
5323+
"withDelegatecalls": [
5324+
true
5325+
],
5326+
"startBlock": 16140168,
5327+
"endBlock": 16159368,
5328+
"executionTime": 0,
5329+
"forVotes": "0",
5330+
"againstVotes": "0",
5331+
"executed": false,
5332+
"canceled": false,
5333+
"strategy": "0xb7e383ef9B1E9189Fc0F71fb30af8aa14377429e",
5334+
"state": "Pending",
5335+
"minimumQuorum": "200",
5336+
"minimumDiff": "50",
5337+
"executionTimeWithGracePeriod": 0,
5338+
"proposalCreated": 16132968,
5339+
"totalVotingSupply": "16000000000000000000000000",
5340+
"ipfsHash": "0x02e04de8258c1dca9c4c6099d8ac2142f1f2833bad5a7ca4154a12aa8f4dd548",
5341+
"creationTimestamp": 1670417843,
5342+
"startTimestamp": 1670504255,
5343+
"expirationTimestamp": 1670734655
53095344
}
53105345
]
53115346
}

0 commit comments

Comments
 (0)