Skip to content

Commit

Permalink
fix(cache): automatic cache update 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
Cache bot committed May 28, 2024
1 parent 69bb24f commit 5d2d53e
Show file tree
Hide file tree
Showing 15 changed files with 202 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"events": [
{
"eventName": "ProposalCreated",
"args": {
"proposalId": "111",
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"accessLevel": 1,
"ipfsHash": "0x6020305b890026e953ce2ba1087cc9dabad7fbafc9ce23234904615e5696ea1e"
},
"address": "0x9aee0b04504cef83a65ac3f0e838d0593bcb2bc7",
"topics": [
"0xcc914becfa276bbc067049bf8db2d34ebbdc1bafa851e4d4936aaed376c08dbe",
"0x000000000000000000000000000000000000000000000000000000000000006f",
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x6020305b890026e953ce2ba1087cc9dabad7fbafc9ce23234904615e5696ea1e",
"blockNumber": "19967240",
"transactionHash": "0xb8a6492ed5d78f3a22e935ede94e4a66768981202759db96632f6abb3414b0cd",
"transactionIndex": 23,
"blockHash": "0x510df12447bae09c1451db787859051182e00d4d17917ae332724a36b8ba56a0",
"logIndex": 60,
"removed": false,
"timestamp": 1716885719
}
],
"proposal": {
"state": 1,
"accessLevel": 1,
"creationTime": 1716885719,
"votingDuration": 0,
"votingActivationTime": 0,
"queuingTime": 0,
"cancelTimestamp": 0,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3",
"snapshotBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"ipfsHash": "0x6020305b890026e953ce2ba1087cc9dabad7fbafc9ce23234904615e5696ea1e",
"forVotes": "0",
"againstVotes": "0",
"cancellationFee": "50000000000000000",
"payloads": [
{
"chain": "1",
"accessLevel": 1,
"payloadsController": "0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5",
"payloadId": 131
},
{
"chain": "43114",
"accessLevel": 1,
"payloadsController": "0x1140CB7CAfAcC745771C2Ea31e7B5C653c5d0B80",
"payloadId": 37
}
]
},
"ipfs": {
"ipfsHash": "QmUotKK7dvTvreAQG3FPfWz42gF5REykpwiQfUrB9LkB4Z",
"description": "\n## Simple Summary\n\nThis AIP is composed of two actions: (1) a continuation of proposal 73 on Governance V3 that increases the Reserve Factor (RF) for assets on Ethereum V2 by 5.00%, up to a maximum of 99.99%; and (2) to start periodically increasing the RF across Avalanche V2.\n\n## Motivation\n\nThis AIP will reduce deposit yield for assets on Ethereum & Avalanche V2 by increasing the RF. With this upgrade being passed, users will be further encouraged to migrate from Ethereum V2 to V3.\n\nIncreasing the RF routes a larger portion of the interest paid by users to Aave DAO's Treasury. User's funds are not at risk of liquidation and the borrowing rate remains unchanged.\n\nOf the assets with an RF set at 99.99%, there is no change. All other asset reserves will have the RF increased by up to 5.00%.\n\n## Specification\n\nFor Ethereum V2, the following parameters are to be updated as follows:\n\n| Asset | Previous Reserve Factor | New Reserve Factor |\n| :---: | :---------------------: | :----------------: |\n| DAI | 50.00% | 55.00% |\n| FRAX | 95.00% | 99.99% |\n| GUSD | 95.00% | 99.99% |\n| LINK | 55.00% | 60.00% |\n| LUSD | 95.00% | 99.99% |\n| sUSD | 95.00% | 99.99% |\n| USDC | 50.00% | 55.00% |\n| USDP | 95.00% | 99.99% |\n| USDT | 50.00% | 55.00% |\n| WBTC | 55.00% | 60.00% |\n| WETH | 50.00% | 55.00% |\n\nFor Avalanche V2, the following parameters are to be updated as follows:\n\n| Asset | Previous Reserve Factor | New Reserve Factor |\n| :---: | :---------------------: | :----------------: |\n| DAIe | 45.00% | 50.00% |\n| USDCe | 45.00% | 50.00% |\n| USDTe | 45.00% | 50.00% |\n| WAVAX | 45.00% | 50.00% |\n| WBTCe | 50.00% | 55.00% |\n| WETHe | 45.00% | 50.00% |\n\n## References\n\n- Implementation: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/4d1d71e284bacc7244fc1388f0c7f750eac8ece9/src/20240524_Multi_ReserveFactorUpgrades/AaveV2Ethereum_ReserveFactorUpgrades_20240524.sol), [AaveV2Avalanche](https://github.com/bgd-labs/aave-proposals-v3/blob/4d1d71e284bacc7244fc1388f0c7f750eac8ece9/src/20240524_Multi_ReserveFactorUpgrades/AaveV2Avalanche_ReserveFactorUpgrades_20240524.sol)\n- Tests: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/4d1d71e284bacc7244fc1388f0c7f750eac8ece9/src/20240524_Multi_ReserveFactorUpgrades/AaveV2Ethereum_ReserveFactorUpgrades_20240524.t.sol), [AaveV2Avalanche](https://github.com/bgd-labs/aave-proposals-v3/blob/4d1d71e284bacc7244fc1388f0c7f750eac8ece9/src/20240524_Multi_ReserveFactorUpgrades/AaveV2Avalanche_ReserveFactorUpgrades_20240524.t.sol)\n- [Discussion for Ethereum Reserve Factor Updates](https://governance.aave.com/t/arfc-ethereum-v2-reserve-factor-adjustment/16764/10)\n- [Snapshot for Ethereum Reserve Factor Updates](https://snapshot.org/#/aave.eth/proposal/0x26a03c08359c340f63b78b0c3e96d37aa0adeda65814643b0886d4719048ea7e)\n- [Discussion for Avalanche Reserve Factor Updates](https://governance.aave.com/t/arfc-avalanche-v2-reserve-factor-adjustment/17040/5)\n- [Snapshot for Avalanche Reserve Factor Updates](https://snapshot.org/#/aave.eth/proposal/0x770ff4e02634c77aaa09952345551168920f7878b32ab03fcef92763a5fb70ab)\n\n## Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).\n",
"title": "Reserve Factor Upgrades",
"author": "karpatkey_TokenLogic",
"discussions": "https://governance.aave.com/t/arfc-ethereum-v2-reserve-factor-adjustment/16764/10",
"snapshot": "https://snapshot.org/#/aave.eth/proposal/0x26a03c08359c340f63b78b0c3e96d37aa0adeda65814643b0886d4719048ea7e"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19967057",
"lastSeenBlock": "19967350",
"isFinal": {
"0": true,
"1": true,
Expand Down Expand Up @@ -111,6 +111,7 @@
"107": true,
"108": true,
"109": false,
"110": false
"110": false,
"111": false
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"events": [
{
"eventName": "PayloadCreated",
"args": {
"payloadId": 131,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"actions": [
{
"target": "0xd15A85FD4AdBE6D5256279534f2Ca46Ca5159e00",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
},
"address": "0xdabad81af85554e9ae636395611c58f7ec1aaec5",
"topics": [
"0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5",
"0x0000000000000000000000000000000000000000000000000000000000000083",
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000d15a85fd4adbe6d5256279534f2ca46ca5159e0000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockNumber": "19967059",
"transactionHash": "0xc35ccf21439da81284256329af091c91fbf4f33cd2a1192b19553f092982a9e3",
"transactionIndex": 79,
"blockHash": "0xb56179a07d58e499cb495b6b4279f8369c07176e6ebd3f55247d8ab2b9c0667d",
"logIndex": 155,
"removed": false,
"timestamp": 1716883535
}
],
"payload": {
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"state": 1,
"createdAt": 1716883535,
"queuedAt": 0,
"executedAt": 0,
"cancelledAt": 0,
"expirationTime": 1719907535,
"delay": 86400,
"gracePeriod": 604800,
"actions": [
{
"target": "0xd15A85FD4AdBE6D5256279534f2Ca46Ca5159e00",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "19967057",
"lastSeenBlock": "19967350",
"isFinal": {
"0": true,
"1": true,
Expand Down Expand Up @@ -131,6 +131,7 @@
"127": true,
"128": true,
"129": true,
"130": false
"130": false,
"131": false
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "120642369",
"lastSeenBlock": "120644141",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "34172319",
"lastSeenBlock": "34173002",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "17187682",
"lastSeenBlock": "17188076",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lastSeenBlock": "12871128",
"lastSeenBlock": "12872311",
"isFinal": {}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "57482071",
"lastSeenBlock": "57483617",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "215841915",
"lastSeenBlock": "215855568",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"events": [
{
"eventName": "PayloadCreated",
"args": {
"payloadId": 37,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"actions": [
{
"target": "0xa96dB8D886ACa0Fa3D76e6187B300a7924C6977E",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
},
"address": "0x1140cb7cafacc745771c2ea31e7b5c653c5d0b80",
"topics": [
"0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5",
"0x0000000000000000000000000000000000000000000000000000000000000025",
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000a96db8d886aca0fa3d76e6187b300a7924c6977e00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockNumber": "45997984",
"transactionHash": "0xc96dea6d16c9e202d91c9c88e85e0d770fbb86cab6d0f7fa7ffcd0e7ab6aad1c",
"transactionIndex": 1,
"blockHash": "0xdbb61b93e5a77d11c3d6f208e80452040424d8a5bc3128769b3d4645a5c19f67",
"logIndex": 7,
"removed": false,
"timestamp": 1716885611
}
],
"payload": {
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"state": 1,
"createdAt": 1716885611,
"queuedAt": 0,
"executedAt": 0,
"cancelledAt": 0,
"expirationTime": 1719909611,
"delay": 86400,
"gracePeriod": 604800,
"actions": [
{
"target": "0xa96dB8D886ACa0Fa3D76e6187B300a7924C6977E",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "45996987",
"lastSeenBlock": "45998665",
"isFinal": {
"0": true,
"1": true,
Expand Down Expand Up @@ -37,6 +37,7 @@
"33": true,
"34": true,
"35": false,
"36": false
"36": false,
"37": false
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "6060364",
"lastSeenBlock": "6061546",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "39111888",
"lastSeenBlock": "39113067",
"isFinal": {
"0": true,
"1": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastSeenBlock": "15047084",
"lastSeenBlock": "15048857",
"isFinal": {
"0": true,
"1": true,
Expand Down

0 comments on commit 5d2d53e

Please sign in to comment.