-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cache): automated cache update (#212)
Co-authored-by: sakulstra <sakulstra@users.noreply.github.com>
- Loading branch information
1 parent
4dba081
commit 3ae3927
Showing
4 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
export const AaveV3BaseAssets_WETH_UNDERLYING = '0x4200000000000000000000000000000000000006'; | ||
export const AaveV3BaseAssets_WETH_A_TOKEN = '0xD4a0e0b9149BCee3C920d2E00b5dE09138fd8bb7'; | ||
export const AaveV3BaseAssets_WETH_V_TOKEN = '0x24e6e0795b3c7c71D965fCc4f371803d1c1DcA1E'; | ||
export const AaveV3BaseAssets_WETH_S_TOKEN = '0xaED3b56FeA82E809665f02AcBcDEc0816c75f4d9'; | ||
export const AaveV3BaseAssets_WETH_ORACLE = '0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70'; | ||
export const AaveV3BaseAssets_WETH_INTEREST_RATE_STRATEGY = | ||
'0xC1F6588f4A1145D0B7F94c86a773bB47F0eC0759'; | ||
|
||
export const AaveV3BaseAssets_cbETH_UNDERLYING = '0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22'; | ||
export const AaveV3BaseAssets_cbETH_A_TOKEN = '0xcf3D55c10DB69f28fD1A75Bd73f3D8A2d9c595ad'; | ||
export const AaveV3BaseAssets_cbETH_V_TOKEN = '0x1DabC36f19909425f654777249815c073E8Fd79F'; | ||
export const AaveV3BaseAssets_cbETH_S_TOKEN = '0xa9dF5c62d16d3f496673F4d736852017b086eCA0'; | ||
export const AaveV3BaseAssets_cbETH_ORACLE = '0x80f2c02224a2E548FC67c0bF705eBFA825dd5439'; | ||
export const AaveV3BaseAssets_cbETH_INTEREST_RATE_STRATEGY = | ||
'0x05295489b6aE0d97ae7C49a42989497294F7F428'; | ||
|
||
export const AaveV3BaseAssets_USDbC_UNDERLYING = '0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA'; | ||
export const AaveV3BaseAssets_USDbC_A_TOKEN = '0x0a1d576f3eFeF75b330424287a95A366e8281D54'; | ||
export const AaveV3BaseAssets_USDbC_V_TOKEN = '0x7376b2F323dC56fCd4C191B34163ac8a84702DAB'; | ||
export const AaveV3BaseAssets_USDbC_S_TOKEN = '0xBBaDd47fbaFa9dE717FE203e4707DEB893C64654'; | ||
export const AaveV3BaseAssets_USDbC_ORACLE = '0x7e860098F58bBFC8648a4311b374B1D669a2bc6B'; | ||
export const AaveV3BaseAssets_USDbC_INTEREST_RATE_STRATEGY = | ||
'0x8BAdED77793c340ab79848A09C7F5f7F16007Ab6'; |