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 Jan 2, 2025
1 parent 8448d1d commit b370c01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Payload 228 on Ethereum

- Simulation: [https://dashboard.tenderly.co/me/simulator/46499d19-1bc4-44b2-b0fa-c445911805ac](https://dashboard.tenderly.co/me/simulator/46499d19-1bc4-44b2-b0fa-c445911805ac)
- Simulation: [https://dashboard.tenderly.co/me/simulator/3977069f-1137-4a1a-94d0-24c08916c023](https://dashboard.tenderly.co/me/simulator/3977069f-1137-4a1a-94d0-24c08916c023)
- creator: 0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922
- maximumAccessLevelRequired: 1
- state: 1(Created)
Expand Down Expand Up @@ -35,11 +35,11 @@ InitializableImmutableAdminUpgradeabilityProxy at `0x87870Bca3F3fD6335C3F4ce8392
TransparentUpgradeableProxy at `0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Ethereum.PAYLOADS_CONTROLLER") with implementation PayloadsController at `0x7222182cB9c5320587b5148BF03eeE107AD64578`
```diff
@@ Slot `0x5d2d9d91d7fd380496f81131cdfd04b5bb4848493019c3bbad3cd87d1ff75365` @@
- "0x0067748656006773e0eb020157ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922"
+ "0x0067748656006773e0eb030157ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922"
- "0x006774a642006773e0eb020157ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922"
+ "0x006774a642006773e0eb030157ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922"
@@ Slot `0x5d2d9d91d7fd380496f81131cdfd04b5bb4848493019c3bbad3cd87d1ff75366` @@
- "0x000000000000000000093a8000000151800067a2056b00000000000000000000"
+ "0x000000000000000000093a8000000151800067a2056b0000000000006775d8af"
+ "0x000000000000000000093a8000000151800067a2056b0000000000006775f89b"
```


Expand All @@ -50,8 +50,8 @@ TransparentUpgradeableProxy at `0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5`[:gho
- InitializableImmutableAdminUpgradeabilityProxy at `0x64b761D848206f447Fe2dd461b0c635Ec39EbB27`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Ethereum.POOL_CONFIGURATOR") with implementation PoolConfiguratorInstance at `0x4816b2C2895f97fB918f1aE7Da403750a0eE372e`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Ethereum.POOL_CONFIGURATOR_IMPL, AaveV3EthereumEtherFi.POOL_CONFIGURATOR_IMPL, AaveV3EthereumLido.POOL_CONFIGURATOR_IMPL")
- `EModeCategoryAdded(categoryId: 2, ltv: 9000, liquidationThreshold: 9200, liquidationBonus: 10400, oracle: 0x0000000000000000000000000000000000000000, label: sUSDe Stablecoins)`
- Executor at `0x5300A1a15135EA4dc7aD5a167152C01EFc9b192A`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV2Ethereum.POOL_ADMIN, AaveV2EthereumAMM.POOL_ADMIN, AaveV3Ethereum.ACL_ADMIN, AaveV3EthereumEtherFi.ACL_ADMIN, AaveV3EthereumLido.ACL_ADMIN, GovernanceV3Ethereum.EXECUTOR_LVL_1")
- `ExecutedAction(target: 0x398f224889e8b65a7d5bf25474cef2aeca4dd97a, value: 0, signature: execute(), data: 0x, executionTime: 1735776431, withDelegatecall: true, resultData: 0x)`
- `ExecutedAction(target: 0xbdc315e7ec5dcc4ccf4189b3e7bb9691c51fb39b, value: 0, signature: execute(), data: 0x, executionTime: 1735776431, withDelegatecall: true, resultData: 0x)`
- `ExecutedAction(target: 0x398f224889e8b65a7d5bf25474cef2aeca4dd97a, value: 0, signature: execute(), data: 0x, executionTime: 1735784603, withDelegatecall: true, resultData: 0x)`
- `ExecutedAction(target: 0xbdc315e7ec5dcc4ccf4189b3e7bb9691c51fb39b, value: 0, signature: execute(), data: 0x, executionTime: 1735784603, withDelegatecall: true, resultData: 0x)`
- InitializableImmutableAdminUpgradeabilityProxy at `0x342631c6CeFC9cfbf97b2fe4aa242a236e1fd517`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3EthereumLido.POOL_CONFIGURATOR") with implementation PoolConfiguratorInstance at `0x4816b2C2895f97fB918f1aE7Da403750a0eE372e`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Ethereum.POOL_CONFIGURATOR_IMPL, AaveV3EthereumEtherFi.POOL_CONFIGURATOR_IMPL, AaveV3EthereumLido.POOL_CONFIGURATOR_IMPL")
- `EModeCategoryAdded(categoryId: 4, ltv: 9000, liquidationThreshold: 9200, liquidationBonus: 10400, oracle: 0x0000000000000000000000000000000000000000, label: sUSDe Stablecoins)`
- `AssetBorrowableInEModeChanged(asset: 0xdc035d45d973e3ec169d2276ddab16f1e407384f (symbol: USDS), categoryId: 4, borrowable: false)`
Expand Down
10 changes: 5 additions & 5 deletions reports/proposals/225.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

## Proposal 225

- Simulation: [https://dashboard.tenderly.co/me/simulator/416f5c37-2daf-4563-99d5-e0458f830485](https://dashboard.tenderly.co/me/simulator/416f5c37-2daf-4563-99d5-e0458f830485)
- Simulation: [https://dashboard.tenderly.co/me/simulator/3ca39591-0769-49d2-8394-ce5248142577](https://dashboard.tenderly.co/me/simulator/3ca39591-0769-49d2-8394-ce5248142577)
- state: Active
- creator: 0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922
- maximumAccessLevelRequired: 1
- payloads:
[{"chain":"1","accessLevel":1,"payloadsController":"0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5","payloadId":228}]
- createdAt: [31/12/2024, 12:18:59](https://etherscan.io/tx/0xe108608cf4aedf0d16e951a55c9c8e07f1f39667d3cf7c560c6723840c2e7a91)
- simulatedExecutionAt: 02/01/2025, 00:06:59, timestamp: 1735776419, block: 21533093
- simulatedExecutionAt: 02/01/2025, 02:23:11, timestamp: 1735784591, block: 21533773
### Ipfs

<details>
Expand Down Expand Up @@ -67,15 +67,15 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public
TransparentUpgradeableProxy at `0x9AEE0B04504CeF83A65AC3f0e838D0593BCb2BC7`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Ethereum.GOVERNANCE") with implementation Governance at `0x58BcB647C4beFf253B4B6996c62F737B783f2cDd`
```diff
@@ `_proposals` key `"225".state` @@
- 2098373603871400758676387125723395
+ 2098373603871400758676387125723396
- 2098373603871400758676387661283587
+ 2098373603871400758676387661283588
```

TransparentUpgradeableProxy at `0xdAbad81aF85554E9ae636395611C58F7eC1aAEc5`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Ethereum.PAYLOADS_CONTROLLER") with implementation PayloadsController at `0x7222182cB9c5320587b5148BF03eeE107AD64578`
```diff
@@ Slot `0x5d2d9d91d7fd380496f81131cdfd04b5bb4848493019c3bbad3cd87d1ff75365` @@
- "0x0000000000006773e0eb010157ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922"
+ "0x006775d8a3006773e0eb020157ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922"
+ "0x006775f88f006773e0eb020157ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922"
```

TransparentUpgradeableProxy at `0xEd42a7D8559a463722Ca4beD50E0Cc05a386b0e1`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Ethereum.CROSS_CHAIN_CONTROLLER") with implementation CrossChainControllerUpgradeRev3 at `0x92F4736b72D131D836B3e4d4C3C23fE53150Ce4d`
Expand Down

0 comments on commit b370c01

Please sign in to comment.