Skip to content

Commit

Permalink
chore(cache): automated cache update (#379)
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 Feb 23, 2024
1 parent 8ca8403 commit 449a68d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/AaveV3Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ library AaveV3BaseAssets {
// https://basescan.org/address/0x136848FdaedEB56245bE0e61E28A3CB8c0B45CaA
address internal constant USDC_INTEREST_RATE_STRATEGY =
0x136848FdaedEB56245bE0e61E28A3CB8c0B45CaA;

// https://basescan.org/address/0x4EA71A20e655794051D1eE8b6e4A3269B13ccaCc
address internal constant USDC_STATA_TOKEN = 0x4EA71A20e655794051D1eE8b6e4A3269B13ccaCc;
}

library AaveV3BaseEModes {
Expand Down
2 changes: 1 addition & 1 deletion src/ts/AaveV3Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const ASSETS = {
V_TOKEN: '0x59dca05b6c26dbd64b5381374aAaC5CD05644C28',
INTEREST_RATE_STRATEGY: '0x136848FdaedEB56245bE0e61E28A3CB8c0B45CaA',
ORACLE: '0x7e860098F58bBFC8648a4311b374B1D669a2bc6B',
STATA_TOKEN: '0x0000000000000000000000000000000000000000',
STATA_TOKEN: '0x4EA71A20e655794051D1eE8b6e4A3269B13ccaCc',
},
} as const;
export const E_MODES = {
Expand Down
17 changes: 15 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"description": "Tokens that are wrapped into a 4626 Vault"
}
},
"timestamp": "2024-02-21T09:06:48.186Z",
"version": { "major": 3, "minor": 0, "patch": 6 },
"timestamp": "2024-02-23T00:46:36.905Z",
"version": { "major": 3, "minor": 0, "patch": 7 },
"tokens": [
{
"chainId": 1,
Expand Down Expand Up @@ -4937,6 +4937,19 @@
"underlying": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}
},
{
"chainId": 8453,
"address": "0x4EA71A20e655794051D1eE8b6e4A3269B13ccaCc",
"name": "Static Aave Base USDC",
"decimals": 6,
"symbol": "stataBasUSDC",
"tags": ["aaveV3", "stataToken"],
"extensions": {
"pool": "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5",
"underlying": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"underlyingAToken": "0x4e65fE4DbA92790696d040ac24Aa414708F5c0AB"
}
},
{
"chainId": 1088,
"address": "0x4c078361FC9BbB78DF910800A991C7c3DD2F6ce0",
Expand Down

0 comments on commit 449a68d

Please sign in to comment.