Skip to content

Commit

Permalink
chore(cache): automated cache update (#467)
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 authored Jun 11, 2024
1 parent 7e59d8d commit 8ebda57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/AaveV3Arbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -487,9 +487,9 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0x517276B5972C4Db7E88B9F76Ee500E888a2D73C3
address internal constant weETH_ORACLE = 0x517276B5972C4Db7E88B9F76Ee500E888a2D73C3;

// https://arbiscan.io/address/0x0fc12Ad84210695dE8C0D5D8B6f720C37cEaB02f
// https://arbiscan.io/address/0x4011fcd421b9E90f131B164EC1d162DBE269621C
address internal constant weETH_INTEREST_RATE_STRATEGY =
0x0fc12Ad84210695dE8C0D5D8B6f720C37cEaB02f;
0x4011fcd421b9E90f131B164EC1d162DBE269621C;
}

library AaveV3ArbitrumEModes {
Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3Arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export const ASSETS = {
A_TOKEN: '0x8437d7C167dFB82ED4Cb79CD44B7a32A1dd95c77',
S_TOKEN: '0x40B4BAEcc69B882e8804f9286b12228C27F8c9BF',
V_TOKEN: '0x3ca5FA07689F266e907439aFd1fBB59c44fe12f6',
INTEREST_RATE_STRATEGY: '0x0fc12Ad84210695dE8C0D5D8B6f720C37cEaB02f',
INTEREST_RATE_STRATEGY: '0x4011fcd421b9E90f131B164EC1d162DBE269621C',
ORACLE: '0x517276B5972C4Db7E88B9F76Ee500E888a2D73C3',
},
} as const;
Expand Down

0 comments on commit 8ebda57

Please sign in to comment.