@bgd-labs/aave-address-book 4.25.2 → 4.25.3
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/dist/AaveAddressBook.d.mts +1 -1
- package/dist/AaveAddressBook.d.ts +1 -1
- package/dist/{AaveV3Ethereum-BAAoPla3.d.mts → AaveV3Ethereum-ChZ6kS3B.d.mts} +29 -0
- package/dist/{AaveV3Ethereum-BAAoPla3.d.ts → AaveV3Ethereum-ChZ6kS3B.d.ts} +29 -0
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +44 -0
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +44 -0
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/tokenlist.d.mts +27 -2
- package/dist/tokenlist.d.ts +27 -2
- package/dist/tokenlist.js +22 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +22 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3Ethereum.sol +23 -0
- package/tokenlist.json +22 -2
package/dist/tokenlist.mjs
CHANGED
|
@@ -3248,6 +3248,26 @@ var tokens = [
|
|
|
3248
3248
|
underlying: "0x9F56094C450763769BA0EA9Fe2876070c0fD5F77"
|
|
3249
3249
|
}
|
|
3250
3250
|
},
|
|
3251
|
+
{
|
|
3252
|
+
chainId: 1,
|
|
3253
|
+
address: "0xBC6736d346a5eBC0dEbc997397912CD9b8FAe10a",
|
|
3254
|
+
name: "PT Ethena USDe 25SEP2025",
|
|
3255
|
+
decimals: 18,
|
|
3256
|
+
symbol: "PT-USDe-25SEP2025",
|
|
3257
|
+
tags: ["underlying"]
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
chainId: 1,
|
|
3261
|
+
address: "0x38A5357Ce55c81add62aBc84Fb32981e2626ADEf",
|
|
3262
|
+
name: "Aave Ethereum PT_USDe_25SEP2025",
|
|
3263
|
+
decimals: 18,
|
|
3264
|
+
symbol: "aEthPT_USDe_25SEP2025",
|
|
3265
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
3266
|
+
extensions: {
|
|
3267
|
+
pool: "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
|
|
3268
|
+
underlying: "0xBC6736d346a5eBC0dEbc997397912CD9b8FAe10a"
|
|
3269
|
+
}
|
|
3270
|
+
},
|
|
3251
3271
|
{
|
|
3252
3272
|
chainId: 137,
|
|
3253
3273
|
address: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
|
|
@@ -8406,8 +8426,8 @@ var tokens = [
|
|
|
8406
8426
|
}
|
|
8407
8427
|
}
|
|
8408
8428
|
];
|
|
8409
|
-
var version = { major: 3, minor: 0, patch:
|
|
8410
|
-
var timestamp = "2025-07-
|
|
8429
|
+
var version = { major: 3, minor: 0, patch: 125 };
|
|
8430
|
+
var timestamp = "2025-07-30T18:13:06.469Z";
|
|
8411
8431
|
var tokenlist_default = {
|
|
8412
8432
|
name,
|
|
8413
8433
|
logoURI,
|