Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#750)
Browse files Browse the repository at this point in the history
Co-authored-by: Cache-bot <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Dec 19, 2024
1 parent 07f53d3 commit 1efa352
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions safe.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,7 @@ address,name,chainId
0x05e08702028de6AaD395DC6478b554a56920b9AD,AaveV3Base ASSETS cbBTC V_TOKEN,8453
0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5,AaveV3Base ASSETS cbBTC INTEREST_RATE_STRATEGY,8453
0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F,AaveV3Base ASSETS cbBTC ORACLE,8453
0xeaCFa728623d0958e3C386bACed79138BCAfC50F,AaveV3Base ASSETS cbBTC STATIC_A_TOKEN,8453
0x12DEB4025b79f2B43f6aeF079F9D77C3f9a67bb6,AaveV3Base CAPS_PLUS_RISK_STEWARD,8453
0xBA9424d650A4F5c80a0dA641254d1AcCE2A37057,AaveV3Base COLLECTOR,8453
0xD828E29E2268f56309dDbbAB697ae85DCEb43B9d,AaveV3Base CONFIG_ENGINE,8453
Expand Down
3 changes: 3 additions & 0 deletions src/AaveV3Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ library AaveV3BaseAssets {
// https://basescan.org/address/0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5
address internal constant cbBTC_INTEREST_RATE_STRATEGY =
0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5;

// https://basescan.org/address/0xeaCFa728623d0958e3C386bACed79138BCAfC50F
address internal constant cbBTC_STATIC_A_TOKEN = 0xeaCFa728623d0958e3C386bACed79138BCAfC50F;
}
library AaveV3BaseEModes {
uint8 internal constant NONE = 0;
Expand Down
1 change: 1 addition & 0 deletions src/ts/AaveV3Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ export const ASSETS = {
V_TOKEN: '0x05e08702028de6AaD395DC6478b554a56920b9AD',
INTEREST_RATE_STRATEGY: '0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5',
ORACLE: '0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F',
STATIC_A_TOKEN: '0xeaCFa728623d0958e3C386bACed79138BCAfC50F',
},
} as const;
export const E_MODES = {
Expand Down
18 changes: 16 additions & 2 deletions tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4162,6 +4162,20 @@
"underlying": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
}
},
{
"chainId": 8453,
"address": "0xeaCFa728623d0958e3C386bACed79138BCAfC50F",
"name": "Static Aave Base cbBTC",
"decimals": 8,
"symbol": "stataBascbBTC",
"tags": ["aaveV3", "staticAT"],
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statacbbtc.svg",
"extensions": {
"pool": "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5",
"underlying": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
"underlyingAToken": "0xBdb9300b7CDE636d9cD4AFF00f6F009fFBBc8EE6"
}
},
{
"chainId": 1088,
"address": "0x4c078361FC9BbB78DF910800A991C7c3DD2F6ce0",
Expand Down Expand Up @@ -6890,6 +6904,6 @@
}
}
],
"version": { "major": 3, "minor": 0, "patch": 64 },
"timestamp": "2024-12-16T00:15:18.778Z"
"version": { "major": 3, "minor": 0, "patch": 65 },
"timestamp": "2024-12-19T00:14:21.703Z"
}

0 comments on commit 1efa352

Please sign in to comment.