Skip to content

Commit

Permalink
chore(cache): automated cache update (#475)
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 Jun 25, 2024
1 parent 1830ea2 commit 893f570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/AaveV3Scroll.sol
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ library AaveV3ScrollAssets {
// https://scrollscan.com/address/0x6bF14CB0A831078629D993FDeBcB182b21A8774C
address internal constant WETH_ORACLE = 0x6bF14CB0A831078629D993FDeBcB182b21A8774C;

// https://scrollscan.com/address/0xD828F2f9Da85b190721797bEaD5Eb0acC4150f05
// https://scrollscan.com/address/0xE9EcAE0EDA2A97BB6a06a6244FfdFa6b1D886967
address internal constant WETH_INTEREST_RATE_STRATEGY =
0xD828F2f9Da85b190721797bEaD5Eb0acC4150f05;
0xE9EcAE0EDA2A97BB6a06a6244FfdFa6b1D886967;

// https://scrollscan.com/address/0x6b9DfaC194fa78a1882680E2cE19194D006AeEfd
address internal constant WETH_STATA_TOKEN = 0x6b9DfaC194fa78a1882680E2cE19194D006AeEfd;
Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3Scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const ASSETS = {
A_TOKEN: '0xf301805bE1Df81102C957f6d4Ce29d2B8c056B2a',
S_TOKEN: '0x117d9cF336287F46DBE509a43925cFF115Aa563c',
V_TOKEN: '0xfD7344CeB1Df9Cf238EcD667f4A6F99c6Ef44a56',
INTEREST_RATE_STRATEGY: '0xD828F2f9Da85b190721797bEaD5Eb0acC4150f05',
INTEREST_RATE_STRATEGY: '0xE9EcAE0EDA2A97BB6a06a6244FfdFa6b1D886967',
ORACLE: '0x6bF14CB0A831078629D993FDeBcB182b21A8774C',
STATA_TOKEN: '0x6b9DfaC194fa78a1882680E2cE19194D006AeEfd',
},
Expand Down

0 comments on commit 893f570

Please sign in to comment.