Skip to content

Commit 3f6d632

Browse files
fix(cache): automated cache update - updated addresses (#1129)
Co-authored-by: Cache-bot <[email protected]>
1 parent e1a9f03 commit 3f6d632

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

safe.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4178,6 +4178,7 @@ address,name,chainId
41784178
0x63aB166e6E1b6Fb705b6ca23686FaD9705EB3534,AaveV3Linea ASSETS USDC V_TOKEN,59144
41794179
0xB1532b76D054c9F9E61b25c4d91f69B4133E4671,AaveV3Linea ASSETS USDC INTEREST_RATE_STRATEGY,59144
41804180
0x14ac9f8a8646D11D66fbaA9E9F5A869dC08B5D71,AaveV3Linea ASSETS USDC ORACLE,59144
4181+
0xbC3af484919304E005Ca8b735a0d463b876aeB52,AaveV3Linea ASSETS USDC STATA_TOKEN,59144
41814182
0xA219439258ca9da29E9Cc4cE5596924745e12B93,AaveV3Linea ASSETS USDT UNDERLYING,59144
41824183
0x88231dfEC71D4FF5c1e466D08C321944A7adC673,AaveV3Linea ASSETS USDT A_TOKEN,59144
41834184
0x4CEdfa47F7d0e9036110B850Ce49f4cd47b28a2F,AaveV3Linea ASSETS USDT V_TOKEN,59144

src/AaveV3Linea.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ library AaveV3LineaAssets {
150150
address internal constant USDC_INTEREST_RATE_STRATEGY =
151151
0xB1532b76D054c9F9E61b25c4d91f69B4133E4671;
152152

153+
// https://lineascan.build/address/0xbC3af484919304E005Ca8b735a0d463b876aeB52
154+
address internal constant USDC_STATA_TOKEN = 0xbC3af484919304E005Ca8b735a0d463b876aeB52;
155+
153156
// https://lineascan.build/address/0xA219439258ca9da29E9Cc4cE5596924745e12B93
154157
address internal constant USDT_UNDERLYING = 0xA219439258ca9da29E9Cc4cE5596924745e12B93;
155158

src/ts/AaveV3Linea.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const ASSETS = {
111111
V_TOKEN: '0x63aB166e6E1b6Fb705b6ca23686FaD9705EB3534',
112112
INTEREST_RATE_STRATEGY: '0xB1532b76D054c9F9E61b25c4d91f69B4133E4671',
113113
ORACLE: '0x14ac9f8a8646D11D66fbaA9E9F5A869dC08B5D71',
114+
STATA_TOKEN: '0xbC3af484919304E005Ca8b735a0d463b876aeB52',
114115
},
115116
USDT: {
116117
decimals: 6,

tokenlist.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8153,6 +8153,20 @@
81538153
"underlying": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff"
81548154
}
81558155
},
8156+
{
8157+
"chainId": 59144,
8158+
"address": "0xbC3af484919304E005Ca8b735a0d463b876aeB52",
8159+
"name": "Wrapped Aave Linea USDC",
8160+
"decimals": 6,
8161+
"symbol": "waLinUSDC",
8162+
"tags": ["aaveV3", "stataToken"],
8163+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statausdc.svg",
8164+
"extensions": {
8165+
"pool": "0xc47b8C00b0f69a36fa203Ffeac0334874574a8Ac",
8166+
"underlying": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
8167+
"underlyingAToken": "0x374D7860c4f2f604De0191298dD393703Cce84f3"
8168+
}
8169+
},
81568170
{
81578171
"chainId": 59144,
81588172
"address": "0xA219439258ca9da29E9Cc4cE5596924745e12B93",
@@ -9078,6 +9092,6 @@
90789092
}
90799093
}
90809094
],
9081-
"version": { "major": 3, "minor": 0, "patch": 140 },
9082-
"timestamp": "2025-10-21T18:50:16.485Z"
9095+
"version": { "major": 3, "minor": 0, "patch": 141 },
9096+
"timestamp": "2025-10-23T00:15:04.745Z"
90839097
}

0 commit comments

Comments
 (0)