Skip to content

Commit

Permalink
chore(cache): automated cache update (#289)
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 Nov 16, 2023
1 parent 1d47ffe commit ff8ef67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/AaveV3Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ library AaveV3EthereumAssets {
// https://etherscan.io/address/0xD110cac5d8682A3b045D5524a9903E031d70FCCd
address internal constant GHO_ORACLE = 0xD110cac5d8682A3b045D5524a9903E031d70FCCd;

// https://etherscan.io/address/0x1255fC8DC8E76761995aCF544eea54f1B7fB0459
address internal constant GHO_INTEREST_RATE_STRATEGY = 0x1255fC8DC8E76761995aCF544eea54f1B7fB0459;
// https://etherscan.io/address/0xE7C0AE65f7D52E121654eEa0A57b4af0894F6D27
address internal constant GHO_INTEREST_RATE_STRATEGY = 0xE7C0AE65f7D52E121654eEa0A57b4af0894F6D27;

// https://etherscan.io/address/0xD33526068D116cE69F19A9ee46F0bd304F21A51f
address internal constant RPL_UNDERLYING = 0xD33526068D116cE69F19A9ee46F0bd304F21A51f;
Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export const ASSETS = {
A_TOKEN: '0x00907f9921424583e7ffBfEdf84F92B7B2Be4977',
S_TOKEN: '0x3f3DF7266dA30102344A813F1a3D07f5F041B5AC',
V_TOKEN: '0x786dBff3f1292ae8F92ea68Cf93c30b34B1ed04B',
INTEREST_RATE_STRATEGY: '0x1255fC8DC8E76761995aCF544eea54f1B7fB0459',
INTEREST_RATE_STRATEGY: '0xE7C0AE65f7D52E121654eEa0A57b4af0894F6D27',
ORACLE: '0xD110cac5d8682A3b045D5524a9903E031d70FCCd',
STATA_TOKEN: '0x0000000000000000000000000000000000000000',
},
Expand Down

0 comments on commit ff8ef67

Please sign in to comment.