Skip to content

Commit

Permalink
chore(cache): automated cache update (#411)
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 Mar 27, 2024
1 parent 663fd73 commit a49777a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AaveV3Scroll.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ library AaveV3Scroll {
// https://scrollscan.com/address/0x04421D8C506E2fA2371a08EfAaBf791F624054F3
IAaveOracle internal constant ORACLE = IAaveOracle(0x04421D8C506E2fA2371a08EfAaBf791F624054F3);

// https://scrollscan.com/address/0xfD0Ba55775C1e53f50736FA5528d8aa45FBcA391
address internal constant PRICE_ORACLE_SENTINEL = 0xfD0Ba55775C1e53f50736FA5528d8aa45FBcA391;

// https://scrollscan.com/address/0xa99F4E69acF23C6838DE90dD1B5c02EA928A53ee
IPoolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
IPoolDataProvider(0xa99F4E69acF23C6838DE90dD1B5c02EA928A53ee);
Expand Down
3 changes: 3 additions & 0 deletions src/ts/AaveV3Scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export const POOL_CONFIGURATOR_IMPL = '0xBFDDF25621d9d5543bDfa9e8a89bD546c5eE8cf
// IAaveOracle https://scrollscan.com/address/0x04421D8C506E2fA2371a08EfAaBf791F624054F3
export const ORACLE = '0x04421D8C506E2fA2371a08EfAaBf791F624054F3';

// https://scrollscan.com/address/0xfD0Ba55775C1e53f50736FA5528d8aa45FBcA391
export const PRICE_ORACLE_SENTINEL = '0xfD0Ba55775C1e53f50736FA5528d8aa45FBcA391';

// IPoolDataProvider https://scrollscan.com/address/0xa99F4E69acF23C6838DE90dD1B5c02EA928A53ee
export const AAVE_PROTOCOL_DATA_PROVIDER = '0xa99F4E69acF23C6838DE90dD1B5c02EA928A53ee';

Expand Down

0 comments on commit a49777a

Please sign in to comment.