@bgd-labs/aave-address-book 4.34.2-0d2d09ea211ead47187a4bcad64ab9493c81626c.0 → 4.34.2-1134ee2bd1c82edd534a6dc84979ee561ef6460f.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgd-labs/aave-address-book",
3
- "version": "4.34.2-0d2d09ea211ead47187a4bcad64ab9493c81626c.0",
3
+ "version": "4.34.2-1134ee2bd1c82edd534a6dc84979ee561ef6460f.0",
4
4
  "description": "This repository contains an up-to-date registry of all addresses of the Aave ecosystem's smart contracts, for its usage in Solidity codebases.",
5
5
  "private": false,
6
6
  "files": [
@@ -87,6 +87,7 @@
87
87
  "devDependencies": {
88
88
  "@bgd-labs/react-web3-icons": "^1.51.0",
89
89
  "@bgd-labs/toolbox": "^0.0.51",
90
+ "@size-limit/file": "^11.2.0",
90
91
  "@types/node": "^22.4.1",
91
92
  "@uniswap/token-lists": "^1.0.0-beta.33",
92
93
  "ajv": "^8.12.0",
@@ -96,6 +97,7 @@
96
97
  "lefthook": "^1.8.4",
97
98
  "prettier": "^3.5.0",
98
99
  "prettier-plugin-solidity": "^1.4.2",
100
+ "size-limit": "^11.2.0",
99
101
  "tsup": "^8.0.2",
100
102
  "tsx": "^4.19.2",
101
103
  "typescript": "^5.7.2",
@@ -150,6 +150,9 @@ library AaveV3LineaAssets {
150
150
  address internal constant USDC_INTEREST_RATE_STRATEGY =
151
151
  0xB1532b76D054c9F9E61b25c4d91f69B4133E4671;
152
152
 
153
+ // https://lineascan.build/address/0xbC3af484919304E005Ca8b735a0d463b876aeB52
154
+ address internal constant USDC_STATA_TOKEN = 0xbC3af484919304E005Ca8b735a0d463b876aeB52;
155
+
153
156
  // https://lineascan.build/address/0xA219439258ca9da29E9Cc4cE5596924745e12B93
154
157
  address internal constant USDT_UNDERLYING = 0xA219439258ca9da29E9Cc4cE5596924745e12B93;
155
158
 
@@ -0,0 +1,8 @@
1
+ // AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
2
+ // SPDX-License-Identifier: MIT
3
+ pragma solidity >=0.6.0;
4
+
5
+ library MiscXLayer {
6
+ // https://www.oklink.com/xlayer/address/0xEB0682d148e874553008730f0686ea89db7DA412
7
+ address internal constant TRANSPARENT_PROXY_FACTORY = 0xEB0682d148e874553008730f0686ea89db7DA412;
8
+ }
package/tokenlist.json CHANGED
@@ -8153,6 +8153,20 @@
8153
8153
  "underlying": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff"
8154
8154
  }
8155
8155
  },
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
+ },
8156
8170
  {
8157
8171
  "chainId": 59144,
8158
8172
  "address": "0xA219439258ca9da29E9Cc4cE5596924745e12B93",
@@ -9078,6 +9092,6 @@
9078
9092
  }
9079
9093
  }
9080
9094
  ],
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-23T08:47:13.942Z"
9083
9097
  }