Skip to content

Commit

Permalink
chore(cache): automated cache update (#485)
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 Jul 8, 2024
1 parent 38e273f commit a7da0c8
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 @@ -564,8 +564,8 @@ library AaveV3EthereumAssets {
// https://etherscan.io/address/0xD110cac5d8682A3b045D5524a9903E031d70FCCd
address internal constant GHO_ORACLE = 0xD110cac5d8682A3b045D5524a9903E031d70FCCd;

// https://etherscan.io/address/0x4001afa0E0B6A882bE51499932a6f82F133D03F9
address internal constant GHO_INTEREST_RATE_STRATEGY = 0x4001afa0E0B6A882bE51499932a6f82F133D03F9;
// https://etherscan.io/address/0x0273800eB1f291AB0F21A3ceE9fB33fe500f8c18
address internal constant GHO_INTEREST_RATE_STRATEGY = 0x0273800eB1f291AB0F21A3ceE9fB33fe500f8c18;

// 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 @@ -290,7 +290,7 @@ export const ASSETS = {
A_TOKEN: '0x00907f9921424583e7ffBfEdf84F92B7B2Be4977',
S_TOKEN: '0x3f3DF7266dA30102344A813F1a3D07f5F041B5AC',
V_TOKEN: '0x786dBff3f1292ae8F92ea68Cf93c30b34B1ed04B',
INTEREST_RATE_STRATEGY: '0x4001afa0E0B6A882bE51499932a6f82F133D03F9',
INTEREST_RATE_STRATEGY: '0x0273800eB1f291AB0F21A3ceE9fB33fe500f8c18',
ORACLE: '0xD110cac5d8682A3b045D5524a9903E031d70FCCd',
},
RPL: {
Expand Down

0 comments on commit a7da0c8

Please sign in to comment.