Skip to content

Commit

Permalink
chore(cache): automated cache update (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: sakulstra <sakulstra@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and sakulstra committed Jun 26, 2023
1 parent 670c7a5 commit 6775716
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AaveV3Arbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ library AaveV3ArbitrumAssets {
address internal constant wstETH_A_TOKEN = 0x513c7E3a9c69cA3e22550eF58AC1C0088e918FFf;
address internal constant wstETH_V_TOKEN = 0x77CA01483f379E58174739308945f044e1a764dc;
address internal constant wstETH_S_TOKEN = 0x08Cb71192985E936C7Cd166A8b268035e400c3c3;
address internal constant wstETH_ORACLE = 0x3105C276558Dd4cf7E7be71d73Be8D33bD18F211;
address internal constant wstETH_ORACLE = 0x945fD405773973d286De54E44649cc0d9e264F78;
address internal constant wstETH_INTEREST_RATE_STRATEGY =
0x4b8D3277d49E114C8F2D6E0B2eD310e29226fe16;

Expand Down
2 changes: 1 addition & 1 deletion src/AaveV3Optimism.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ library AaveV3OptimismAssets {
address internal constant wstETH_A_TOKEN = 0xc45A479877e1e9Dfe9FcD4056c699575a1045dAA;
address internal constant wstETH_V_TOKEN = 0x34e2eD44EF7466D5f9E0b782B5c08b57475e7907;
address internal constant wstETH_S_TOKEN = 0x78246294a4c6fBf614Ed73CcC9F8b875ca8eE841;
address internal constant wstETH_ORACLE = 0x05225Cd708bCa9253789C1374e4337a019e99D56;
address internal constant wstETH_ORACLE = 0x80f2c02224a2E548FC67c0bF705eBFA825dd5439;
address internal constant wstETH_INTEREST_RATE_STRATEGY =
0x6BA97468e2e6a3711a6DD05F0075d48E878c910e;

Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3ArbitrumAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const AaveV3ArbitrumAssets_wstETH_UNDERLYING = '0x5979D7b546E38E414F7E982
export const AaveV3ArbitrumAssets_wstETH_A_TOKEN = '0x513c7E3a9c69cA3e22550eF58AC1C0088e918FFf';
export const AaveV3ArbitrumAssets_wstETH_V_TOKEN = '0x77CA01483f379E58174739308945f044e1a764dc';
export const AaveV3ArbitrumAssets_wstETH_S_TOKEN = '0x08Cb71192985E936C7Cd166A8b268035e400c3c3';
export const AaveV3ArbitrumAssets_wstETH_ORACLE = '0x3105C276558Dd4cf7E7be71d73Be8D33bD18F211';
export const AaveV3ArbitrumAssets_wstETH_ORACLE = '0x945fD405773973d286De54E44649cc0d9e264F78';
export const AaveV3ArbitrumAssets_wstETH_INTEREST_RATE_STRATEGY =
'0x4b8D3277d49E114C8F2D6E0B2eD310e29226fe16';

Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3OptimismAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const AaveV3OptimismAssets_wstETH_UNDERLYING = '0x1F32b1c2345538c0c6f582f
export const AaveV3OptimismAssets_wstETH_A_TOKEN = '0xc45A479877e1e9Dfe9FcD4056c699575a1045dAA';
export const AaveV3OptimismAssets_wstETH_V_TOKEN = '0x34e2eD44EF7466D5f9E0b782B5c08b57475e7907';
export const AaveV3OptimismAssets_wstETH_S_TOKEN = '0x78246294a4c6fBf614Ed73CcC9F8b875ca8eE841';
export const AaveV3OptimismAssets_wstETH_ORACLE = '0x05225Cd708bCa9253789C1374e4337a019e99D56';
export const AaveV3OptimismAssets_wstETH_ORACLE = '0x80f2c02224a2E548FC67c0bF705eBFA825dd5439';
export const AaveV3OptimismAssets_wstETH_INTEREST_RATE_STRATEGY =
'0x6BA97468e2e6a3711a6DD05F0075d48E878c910e';

Expand Down

1 comment on commit 6775716

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Foundry report

forge 0.2.0 (2e18681 2023-06-26T00:04:58.607593575Z)
Build log
installing solc version "0.8.20"
Successfully installed solc 0.8.20
Compiling 64 files with 0.8.20
Solc 0.8.20 finished in 3.67s
Compiler run successful!
| Contract                   | Size (kB) | Margin (kB) |
|----------------------------|-----------|-------------|
| AaveGovernanceV2           | 0.285     | 24.291      |
| AaveMisc                   | 0.086     | 24.49       |
| AaveV2Avalanche            | 0.086     | 24.49       |
| AaveV2AvalancheAssets      | 0.086     | 24.49       |
| AaveV2Ethereum             | 0.086     | 24.49       |
| AaveV2EthereumAMM          | 0.086     | 24.49       |
| AaveV2EthereumAMMAssets    | 0.086     | 24.49       |
| AaveV2EthereumArc          | 0.086     | 24.49       |
| AaveV2EthereumAssets       | 0.086     | 24.49       |
| AaveV2Fuji                 | 0.086     | 24.49       |
| AaveV2FujiAssets           | 0.086     | 24.49       |
| AaveV2Goerli               | 0.086     | 24.49       |
| AaveV2GoerliAssets         | 0.086     | 24.49       |
| AaveV2Mumbai               | 0.086     | 24.49       |
| AaveV2MumbaiAssets         | 0.086     | 24.49       |
| AaveV2Polygon              | 0.086     | 24.49       |
| AaveV2PolygonAssets        | 0.086     | 24.49       |
| AaveV3Arbitrum             | 0.086     | 24.49       |
| AaveV3ArbitrumAssets       | 0.086     | 24.49       |
| AaveV3ArbitrumGoerli       | 0.086     | 24.49       |
| AaveV3ArbitrumGoerliAssets | 0.086     | 24.49       |
| AaveV3Avalanche            | 0.086     | 24.49       |
| AaveV3AvalancheAssets      | 0.086     | 24.49       |
| AaveV3Ethereum             | 0.086     | 24.49       |
| AaveV3EthereumAssets       | 0.086     | 24.49       |
| AaveV3Fantom               | 0.086     | 24.49       |
| AaveV3FantomAssets         | 0.086     | 24.49       |
| AaveV3FantomTestnet        | 0.086     | 24.49       |
| AaveV3FantomTestnetAssets  | 0.086     | 24.49       |
| AaveV3Fuji                 | 0.086     | 24.49       |
| AaveV3FujiAssets           | 0.086     | 24.49       |
| AaveV3Goerli               | 0.086     | 24.49       |
| AaveV3GoerliAssets         | 0.086     | 24.49       |
| AaveV3GoerliGho            | 0.086     | 24.49       |
| AaveV3GoerliGhoAssets      | 0.086     | 24.49       |
| AaveV3Harmony              | 0.086     | 24.49       |
| AaveV3HarmonyAssets        | 0.086     | 24.49       |
| AaveV3Metis                | 0.086     | 24.49       |
| AaveV3MetisAssets          | 0.086     | 24.49       |
| AaveV3Mumbai               | 0.086     | 24.49       |
| AaveV3MumbaiAssets         | 0.086     | 24.49       |
| AaveV3Optimism             | 0.086     | 24.49       |
| AaveV3OptimismAssets       | 0.086     | 24.49       |
| AaveV3OptimismGoerli       | 0.086     | 24.49       |
| AaveV3OptimismGoerliAssets | 0.086     | 24.49       |
| AaveV3Polygon              | 0.086     | 24.49       |
| AaveV3PolygonAssets        | 0.086     | 24.49       |
| AaveV3ScrollAlpha          | 0.086     | 24.49       |
| AaveV3ScrollAlphaAssets    | 0.086     | 24.49       |
| AaveV3Sepolia              | 0.086     | 24.49       |
| AaveV3SepoliaAssets        | 0.086     | 24.49       |
| ConfiguratorInputTypes     | 0.086     | 24.49       |
| DataTypes                  | 0.086     | 24.49       |
| StdInvariant               | 2.323     | 22.253      |
| StdStyle                   | 0.086     | 24.49       |
| console                    | 0.086     | 24.49       |
| console2                   | 0.086     | 24.49       |
| stdError                   | 0.713     | 23.863      |
| stdJson                    | 0.086     | 24.49       |
| stdMath                    | 0.086     | 24.49       |
| stdStorage                 | 0.086     | 24.49       |
| stdStorageSafe             | 0.086     | 24.49       |
Test success 🌈
No files changed, compilation skipped

Running 8 tests for src/test/AaveV2Ethereum.t.sol:AaveAddressBookTest
[PASS] testAaveProtocolDataProviderIsCorrect() (gas: 280)
[PASS] testCollectorIsCorrect() (gas: 280)
[PASS] testEmergencyAdminIsCorrect() (gas: 237)
[PASS] testOracleIsCorrect() (gas: 258)
[PASS] testPoolAddressIsCorrect() (gas: 281)
[PASS] testPoolAddressProviderIsCorrect() (gas: 302)
[PASS] testPoolAdminIsCorrect() (gas: 302)
[PASS] testPoolConfiguratorIsCorrect() (gas: 268)
Test result: ok. 8 passed; 0 failed; finished in 686.11µs

Running 8 tests for src/test/AaveV3Avalanche.t.sol:AaveAddressBookTest
[PASS] testACLAdminIsCorrect() (gas: 303)
[PASS] testACLManagerIsCorrect() (gas: 259)
[PASS] testCollectorIsCorrect() (gas: 302)
[PASS] testEmissionManagerIsCorrect() (gas: 280)
[PASS] testOracleIsCorrect() (gas: 280)
[PASS] testPoolAddressIsCorrect() (gas: 258)
[PASS] testPoolAddressProviderIsCorrect() (gas: 302)
[PASS] testPoolConfiguratorIsCorrect() (gas: 268)
Test result: ok. 8 passed; 0 failed; finished in 701.01µs

Running 1 test for src/test/AaveV2Misfits.t.sol:AaveAddressMisfitsTest
[PASS] testArcPoolAdminIsCorrect() (gas: 258)
Test result: ok. 1 passed; 0 failed; finished in 286.60µs

Please sign in to comment.