Skip to content

Commit

Permalink
chore(cache): automated cache update (#423)
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 Apr 11, 2024
1 parent 8bc2d0b commit a676b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/AaveV2Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,9 @@ library AaveV2EthereumAssets {
// https://etherscan.io/address/0x492575FDD11a0fCf2C6C719867890a7648d526eB
address internal constant AMPL_ORACLE = 0x492575FDD11a0fCf2C6C719867890a7648d526eB;

// https://etherscan.io/address/0xa324C768Bdd002b3387CE1c691A549268f63250b
// https://etherscan.io/address/0xB2D822cAdb9040F3164829BC34e41a93cA3E01e5
address internal constant AMPL_INTEREST_RATE_STRATEGY =
0xa324C768Bdd002b3387CE1c691A549268f63250b;
0xB2D822cAdb9040F3164829BC34e41a93cA3E01e5;

// https://etherscan.io/address/0x8E870D67F660D95d5be530380D0eC0bd388289E1
address internal constant USDP_UNDERLYING = 0x8E870D67F660D95d5be530380D0eC0bd388289E1;
Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV2Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const ASSETS = {
A_TOKEN: '0x1E6bb68Acec8fefBD87D192bE09bb274170a0548',
S_TOKEN: '0x18152C9f77DAdc737006e9430dB913159645fa87',
V_TOKEN: '0xf013D90E4e4E3Baf420dFea60735e75dbd42f1e1',
INTEREST_RATE_STRATEGY: '0xa324C768Bdd002b3387CE1c691A549268f63250b',
INTEREST_RATE_STRATEGY: '0xB2D822cAdb9040F3164829BC34e41a93cA3E01e5',
ORACLE: '0x492575FDD11a0fCf2C6C719867890a7648d526eB',
},
USDP: {
Expand Down

0 comments on commit a676b8d

Please sign in to comment.