@bgd-labs/aave-address-book 4.36.2-7a978e628b812ad05a8b7aac0f7e528d983d84a2.0 → 4.36.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 +6 -6
- package/dist/AaveAddressBook.d.ts +6 -6
- package/dist/{AaveV2Avalanche-C7ZL6ins.d.mts → AaveV2Avalanche-xN_Or64C.d.mts} +1 -1
- package/dist/{AaveV2Avalanche-C7ZL6ins.d.ts → AaveV2Avalanche-xN_Or64C.d.ts} +1 -1
- package/dist/AaveV2Avalanche.d.mts +1 -1
- package/dist/AaveV2Avalanche.d.ts +1 -1
- package/dist/AaveV2Avalanche.js +1 -1
- package/dist/AaveV2Avalanche.js.map +1 -1
- package/dist/AaveV2Avalanche.mjs +1 -1
- package/dist/AaveV2Avalanche.mjs.map +1 -1
- package/dist/{AaveV2Ethereum-DJSJPXRX.d.mts → AaveV2Ethereum-Dxk8Kjgt.d.mts} +1 -1
- package/dist/{AaveV2Ethereum-DJSJPXRX.d.ts → AaveV2Ethereum-Dxk8Kjgt.d.ts} +1 -1
- package/dist/AaveV2Ethereum.d.mts +1 -1
- package/dist/AaveV2Ethereum.d.ts +1 -1
- package/dist/AaveV2Ethereum.js +1 -1
- package/dist/AaveV2Ethereum.js.map +1 -1
- package/dist/AaveV2Ethereum.mjs +1 -1
- package/dist/AaveV2Ethereum.mjs.map +1 -1
- package/dist/{AaveV2Polygon-DwPZG6Ul.d.mts → AaveV2Polygon-BjPvRYgH.d.mts} +1 -1
- package/dist/{AaveV2Polygon-DwPZG6Ul.d.ts → AaveV2Polygon-BjPvRYgH.d.ts} +1 -1
- package/dist/AaveV2Polygon.d.mts +1 -1
- package/dist/AaveV2Polygon.d.ts +1 -1
- package/dist/AaveV2Polygon.js +1 -1
- package/dist/AaveV2Polygon.js.map +1 -1
- package/dist/AaveV2Polygon.mjs +1 -1
- package/dist/AaveV2Polygon.mjs.map +1 -1
- package/dist/{AaveV3Ethereum-Dc23AI2m.d.mts → AaveV3Ethereum-Dk2Cprby.d.mts} +62 -4
- package/dist/{AaveV3Ethereum-Dc23AI2m.d.ts → AaveV3Ethereum-Dk2Cprby.d.ts} +62 -4
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +84 -4
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +84 -4
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3Plasma-s-CF-Hdm.d.mts → AaveV3Plasma-HVfTqTA4.d.mts} +11 -11
- package/dist/{AaveV3Plasma-s-CF-Hdm.d.ts → AaveV3Plasma-HVfTqTA4.d.ts} +11 -11
- package/dist/AaveV3Plasma.d.mts +1 -1
- package/dist/AaveV3Plasma.d.ts +1 -1
- package/dist/AaveV3Plasma.js +11 -11
- package/dist/AaveV3Plasma.js.map +1 -1
- package/dist/AaveV3Plasma.mjs +11 -11
- package/dist/AaveV3Plasma.mjs.map +1 -1
- package/dist/{GhoEthereum--VmdM5nK.d.mts → GhoEthereum-BqjS41yN.d.mts} +6 -6
- package/dist/{GhoEthereum--VmdM5nK.d.ts → GhoEthereum-BqjS41yN.d.ts} +6 -6
- package/dist/GhoEthereum.d.mts +1 -1
- package/dist/GhoEthereum.d.ts +1 -1
- package/dist/GhoEthereum.js +6 -6
- package/dist/GhoEthereum.js.map +1 -1
- package/dist/GhoEthereum.mjs +6 -6
- package/dist/GhoEthereum.mjs.map +1 -1
- package/dist/tokenlist.d.mts +52 -2
- package/dist/tokenlist.d.ts +52 -2
- package/dist/tokenlist.js +42 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +42 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV2Avalanche.sol +2 -2
- package/src/AaveV2Ethereum.sol +2 -2
- package/src/AaveV2Polygon.sol +2 -2
- package/src/AaveV3Ethereum.sol +46 -0
- package/src/GhoEthereum.sol +12 -12
- package/tokenlist.json +42 -2
package/dist/tokenlist.mjs
CHANGED
|
@@ -3390,6 +3390,46 @@ var tokens = [
|
|
|
3390
3390
|
underlying: "0x62C6E813b9589C3631Ba0Cdb013acdB8544038B7"
|
|
3391
3391
|
}
|
|
3392
3392
|
},
|
|
3393
|
+
{
|
|
3394
|
+
chainId: 1,
|
|
3395
|
+
address: "0x1F84a51296691320478c98b8d77f2Bbd17D34350",
|
|
3396
|
+
name: "PT Ethena USDe 5FEB2026",
|
|
3397
|
+
decimals: 18,
|
|
3398
|
+
symbol: "PT-USDe-5FEB2026",
|
|
3399
|
+
tags: ["underlying"]
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
chainId: 1,
|
|
3403
|
+
address: "0xE728577e9a1Fe7032bc309B4541F58f45443866e",
|
|
3404
|
+
name: "Aave Ethereum PT_USDE_5FEB_2026",
|
|
3405
|
+
decimals: 18,
|
|
3406
|
+
symbol: "aEthPT_USDE_5FEB_2026",
|
|
3407
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
3408
|
+
extensions: {
|
|
3409
|
+
pool: "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
|
|
3410
|
+
underlying: "0x1F84a51296691320478c98b8d77f2Bbd17D34350"
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
chainId: 1,
|
|
3415
|
+
address: "0xE8483517077afa11A9B07f849cee2552f040d7b2",
|
|
3416
|
+
name: "PT Ethena sUSDE 5FEB2026",
|
|
3417
|
+
decimals: 18,
|
|
3418
|
+
symbol: "PT-sUSDE-5FEB2026",
|
|
3419
|
+
tags: ["underlying"]
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
chainId: 1,
|
|
3423
|
+
address: "0xbe54767735fB7Acca2aa7E2d209a6f705073536D",
|
|
3424
|
+
name: "Aave Ethereum PT_sUSDe_5FEB_2026",
|
|
3425
|
+
decimals: 18,
|
|
3426
|
+
symbol: "aEthPT_sUSDe_5FEB_2026",
|
|
3427
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
3428
|
+
extensions: {
|
|
3429
|
+
pool: "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
|
|
3430
|
+
underlying: "0xE8483517077afa11A9B07f849cee2552f040d7b2"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3393
3433
|
{
|
|
3394
3434
|
chainId: 137,
|
|
3395
3435
|
address: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
|
|
@@ -9363,8 +9403,8 @@ var tokens = [
|
|
|
9363
9403
|
}
|
|
9364
9404
|
}
|
|
9365
9405
|
];
|
|
9366
|
-
var version = { major: 3, minor: 0, patch:
|
|
9367
|
-
var timestamp = "2025-11-
|
|
9406
|
+
var version = { major: 3, minor: 0, patch: 146 };
|
|
9407
|
+
var timestamp = "2025-11-24T11:17:33.861Z";
|
|
9368
9408
|
var tokenlist_default = {
|
|
9369
9409
|
name,
|
|
9370
9410
|
logoURI,
|