-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cache): automatic cache update 🤖
- Loading branch information
Cache bot
committed
May 15, 2024
1 parent
6ab622a
commit b1c2cb6
Showing
14 changed files
with
134 additions
and
14 deletions.
There are no files selected for viewing
59 changes: 59 additions & 0 deletions
59
cache/1/0x9AEE0B04504CeF83A65AC3f0e838D0593BCb2BC7/proposals/105.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"events": [ | ||
{ | ||
"eventName": "ProposalCreated", | ||
"args": { | ||
"proposalId": "105", | ||
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922", | ||
"accessLevel": 1, | ||
"ipfsHash": "0x6c9644b3c657187c2d9d8632de3eaf2ab1d689f328d18d6bc83a65bed945d3d0" | ||
}, | ||
"address": "0x9aee0b04504cef83a65ac3f0e838d0593bcb2bc7", | ||
"topics": [ | ||
"0xcc914becfa276bbc067049bf8db2d34ebbdc1bafa851e4d4936aaed376c08dbe", | ||
"0x0000000000000000000000000000000000000000000000000000000000000069", | ||
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922", | ||
"0x0000000000000000000000000000000000000000000000000000000000000001" | ||
], | ||
"data": "0x6c9644b3c657187c2d9d8632de3eaf2ab1d689f328d18d6bc83a65bed945d3d0", | ||
"blockNumber": "19875767", | ||
"transactionHash": "0x441c941bbbf59e21701d0a6c5d36f8b6dbb9602e9a829daf4a157acb1bb5620c", | ||
"transactionIndex": 47, | ||
"blockHash": "0x579af8fc0548c12d055baf48bcbd2471e700ddb6ea2cc1f028675834b76b96c1", | ||
"logIndex": 174, | ||
"removed": false, | ||
"timestamp": 1715780747 | ||
} | ||
], | ||
"proposal": { | ||
"state": 1, | ||
"accessLevel": 1, | ||
"creationTime": 1715780747, | ||
"votingDuration": 0, | ||
"votingActivationTime": 0, | ||
"queuingTime": 0, | ||
"cancelTimestamp": 0, | ||
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922", | ||
"votingPortal": "0x9b24C168d6A76b5459B1d47071a54962a4df36c3", | ||
"snapshotBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"ipfsHash": "0x6c9644b3c657187c2d9d8632de3eaf2ab1d689f328d18d6bc83a65bed945d3d0", | ||
"forVotes": "0", | ||
"againstVotes": "0", | ||
"cancellationFee": "50000000000000000", | ||
"payloads": [ | ||
{ | ||
"chain": "1", | ||
"accessLevel": 1, | ||
"payloadsController": "0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5", | ||
"payloadId": 127 | ||
} | ||
] | ||
}, | ||
"ipfs": { | ||
"ipfsHash": "QmVeXe1ris7qtAnXv8cRDhWB9ghvioP7qQfxxtrYTdMcqd", | ||
"description": "\n## Simple Summary\n\nA proposal to reduce Liquidation Thresholds on Aave V2 Ethereum.\n\n## Motivation\n\nIn continuation of the deprecation of Aave V2, Chaos Labs advises implementing the subsequent parameter changes to the frozen assets on Aave v2 Ethereum.\n\nAs Liquidation Threshold reductions may lead to user accounts being eligible for liquidations upon their approval, we want to clarify the full implications to the community at each step. We will publicly communicate the planned amendments and list of affected accounts leading to the on-chain execution.\n\nOur recommendations below suggest an LT configuration that optimizes reductions without significantly increasing the number of accounts eligible for liquidation. The proposed values are set at a margin of ~4-6% from the closest LT figure, which would trigger more substantial liquidations.\n\n## Specification\n\n| Asset | Current LT | Recommended LT |\n| ----- | ---------- | -------------- |\n| LINK | 68% | 65% |\n| ZRX | 5% | 0_01% |\n\n| | Value liquidated | Accounts liquidated |\n| ----- | ---------------- | ------------------- |\n| Total | $688 | 6 |\n\n## References\n\n- Implementation: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/1fc20756f3dc38186c107838f4928786d231672f/src/20240509_AaveV2Ethereum_ChaosLabsEthereumV2LTReductions/AaveV2Ethereum_ChaosLabsEthereumV2LTReductions_20240509.sol)\n- Tests: [AaveV2Ethereum](https://github.com/bgd-labs/aave-proposals-v3/blob/1fc20756f3dc38186c107838f4928786d231672f/src/20240509_AaveV2Ethereum_ChaosLabsEthereumV2LTReductions/AaveV2Ethereum_ChaosLabsEthereumV2LTReductions_20240509.t.sol)\n- [Discussion](https://governance.aave.com/t/arfc-chaos-labs-ethereum-v2-lt-reductions-05-06-2024/17598)\n\n## Copyright\n\nCopyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).\n", | ||
"title": "Chaos Labs Ethereum V2 LT Reductions", | ||
"author": "Chaos Labs", | ||
"discussions": "https://governance.aave.com/t/arfc-chaos-labs-ethereum-v2-lt-reductions-05-06-2024/17598" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
cache/1/0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5/payloads/127.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"events": [ | ||
{ | ||
"eventName": "PayloadCreated", | ||
"args": { | ||
"payloadId": 127, | ||
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922", | ||
"maximumAccessLevelRequired": 1, | ||
"actions": [ | ||
{ | ||
"target": "0xDc38DBcAE6Be78DA84972afB07825726615cbd23", | ||
"withDelegateCall": true, | ||
"accessLevel": 1, | ||
"value": "0", | ||
"signature": "execute()", | ||
"callData": "0x" | ||
} | ||
] | ||
}, | ||
"address": "0xdabad81af85554e9ae636395611c58f7ec1aaec5", | ||
"topics": [ | ||
"0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5", | ||
"0x000000000000000000000000000000000000000000000000000000000000007f", | ||
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922", | ||
"0x0000000000000000000000000000000000000000000000000000000000000001" | ||
], | ||
"data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000dc38dbcae6be78da84972afb07825726615cbd2300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", | ||
"blockNumber": "19875734", | ||
"transactionHash": "0x994b2ab62a582e02c0e896341bbbf3398d77cfb5c4f923ff8a1e4712b028e079", | ||
"transactionIndex": 53, | ||
"blockHash": "0x965f281eb8c62401301cef4a06383a80e607f1b87864112474f1f07fb85129ae", | ||
"logIndex": 226, | ||
"removed": false, | ||
"timestamp": 1715780351 | ||
} | ||
], | ||
"payload": { | ||
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922", | ||
"maximumAccessLevelRequired": 1, | ||
"state": 1, | ||
"createdAt": 1715780351, | ||
"queuedAt": 0, | ||
"executedAt": 0, | ||
"cancelledAt": 0, | ||
"expirationTime": 1718804351, | ||
"delay": 86400, | ||
"gracePeriod": 604800, | ||
"actions": [ | ||
{ | ||
"target": "0xDc38DBcAE6Be78DA84972afB07825726615cbd23", | ||
"withDelegateCall": true, | ||
"accessLevel": 1, | ||
"value": "0", | ||
"signature": "execute()", | ||
"callData": "0x" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
cache/10/0x0E1a3Af1f9cC76A62eD31eDedca291E63632e7c4/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "120089764", | ||
"lastSeenBlock": "120091565", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/100/0x9A1F491B86D09fC1484b5fab10041B189B60756b/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "33957707", | ||
"lastSeenBlock": "33958411", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/1088/0x2233F8A66A728FBa6E1dC95570B25360D07D5524/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "17048052", | ||
"lastSeenBlock": "17048573", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/1101/0xa2d22795E0D85D4Cb14Cbb14Df7bb8fec1016615/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"lastSeenBlock": "12504973", | ||
"lastSeenBlock": "12506167", | ||
"isFinal": {} | ||
} |
2 changes: 1 addition & 1 deletion
2
cache/137/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "56997263", | ||
"lastSeenBlock": "56998895", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/42161/0x89644CA1bB8064760312AE4F03ea41b05dA3637C/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "211521904", | ||
"lastSeenBlock": "211535797", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/43114/0x1140CB7CAfAcC745771C2Ea31e7B5C653c5d0B80/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "45470623", | ||
"lastSeenBlock": "45472342", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/534352/0x6b6B41c0f8C223715f712BE83ceC3c37bbfDC3fE/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "5692007", | ||
"lastSeenBlock": "5693209", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/56/0xE5EF2Dd06755A97e975f7E282f828224F2C3e627/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "38744402", | ||
"lastSeenBlock": "38745602", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|
2 changes: 1 addition & 1 deletion
2
cache/8453/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01/payloads/trackingCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"lastSeenBlock": "14494479", | ||
"lastSeenBlock": "14496280", | ||
"isFinal": { | ||
"0": true, | ||
"1": true, | ||
|