Skip to content

Commit

Permalink
chore(cache): automated cache update (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: sakulstra <[email protected]>
  • Loading branch information
github-actions[bot] and sakulstra authored Jan 29, 2024
1 parent aa57ecf commit a298777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/AaveV3Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ library AaveV3EthereumAssets {
address internal constant USDT_INTEREST_RATE_STRATEGY =
0xc77576b02D74BBF9CdC26F3B86FD09d134416df2;

// https://etherscan.io/address/0x862c57d48becB45583AEbA3f489696D22466Ca1b
address internal constant USDT_STATA_TOKEN = 0x862c57d48becB45583AEbA3f489696D22466Ca1b;

// https://etherscan.io/address/0xae78736Cd615f374D3085123A210448E74Fc6393
address internal constant rETH_UNDERLYING = 0xae78736Cd615f374D3085123A210448E74Fc6393;

Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3Ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const ASSETS = {
V_TOKEN: '0x6df1C1E379bC5a00a7b4C6e67A203333772f45A8',
INTEREST_RATE_STRATEGY: '0xc77576b02D74BBF9CdC26F3B86FD09d134416df2',
ORACLE: '0x3E7d1eAB13ad0104d2750B8863b489D65364e32D',
STATA_TOKEN: '0x0000000000000000000000000000000000000000',
STATA_TOKEN: '0x862c57d48becB45583AEbA3f489696D22466Ca1b',
},
rETH: {
decimals: 18,
Expand Down

0 comments on commit a298777

Please sign in to comment.