@bgd-labs/aave-address-book 4.29.1 → 4.29.2
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-C5zmr1Qu.d.mts → AaveV3Ethereum-CDCOfgSx.d.mts} +33 -4
- package/dist/{AaveV3Ethereum-C5zmr1Qu.d.ts → AaveV3Ethereum-CDCOfgSx.d.ts} +33 -4
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +45 -4
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +45 -4
- 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
|
@@ -3350,6 +3350,26 @@ var tokens = [
|
|
|
3350
3350
|
underlying: "0xe6A934089BBEe34F832060CE98848359883749B3"
|
|
3351
3351
|
}
|
|
3352
3352
|
},
|
|
3353
|
+
{
|
|
3354
|
+
chainId: 1,
|
|
3355
|
+
address: "0x62C6E813b9589C3631Ba0Cdb013acdB8544038B7",
|
|
3356
|
+
name: "PT Ethena USDe 27NOV2025",
|
|
3357
|
+
decimals: 18,
|
|
3358
|
+
symbol: "PT-USDe-27NOV2025",
|
|
3359
|
+
tags: ["underlying"]
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
chainId: 1,
|
|
3363
|
+
address: "0x38C503a438185cDE29b5cF4dC1442FD6F074F1cc",
|
|
3364
|
+
name: "Aave Ethereum PT_USDe_27NOV2025",
|
|
3365
|
+
decimals: 18,
|
|
3366
|
+
symbol: "aEthPT_USDe_27NOV2025",
|
|
3367
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
3368
|
+
extensions: {
|
|
3369
|
+
pool: "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
|
|
3370
|
+
underlying: "0x62C6E813b9589C3631Ba0Cdb013acdB8544038B7"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3353
3373
|
{
|
|
3354
3374
|
chainId: 137,
|
|
3355
3375
|
address: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
|
|
@@ -8607,8 +8627,8 @@ var tokens = [
|
|
|
8607
8627
|
}
|
|
8608
8628
|
}
|
|
8609
8629
|
];
|
|
8610
|
-
var version = { major: 3, minor: 0, patch:
|
|
8611
|
-
var timestamp = "2025-09-
|
|
8630
|
+
var version = { major: 3, minor: 0, patch: 133 };
|
|
8631
|
+
var timestamp = "2025-09-10T00:14:41.248Z";
|
|
8612
8632
|
var tokenlist_default = {
|
|
8613
8633
|
name,
|
|
8614
8634
|
logoURI,
|