@bgd-labs/aave-address-book 4.38.1 → 4.38.3-b7a257fd0fc7e3a4fc1c7e04b0e8c4add76330c2.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/dist/AaveAddressBook.d.mts +1 -1
- package/dist/AaveAddressBook.d.ts +1 -1
- package/dist/{AaveV3Plasma-CvSLdBIM.d.mts → AaveV3Plasma-Bc4cTJEU.d.mts} +59 -1
- package/dist/{AaveV3Plasma-CvSLdBIM.d.ts → AaveV3Plasma-Bc4cTJEU.d.ts} +59 -1
- package/dist/AaveV3Plasma.d.mts +1 -1
- package/dist/AaveV3Plasma.d.ts +1 -1
- package/dist/AaveV3Plasma.js +81 -1
- package/dist/AaveV3Plasma.js.map +1 -1
- package/dist/AaveV3Plasma.mjs +81 -1
- package/dist/AaveV3Plasma.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 +3 -3
- package/src/AaveV3Plasma.sol +46 -0
- package/tokenlist.json +42 -2
package/dist/tokenlist.mjs
CHANGED
|
@@ -9554,6 +9554,46 @@ var tokens = [
|
|
|
9554
9554
|
underlying: "0x6100E367285b01F48D07953803A2d8dCA5D19873"
|
|
9555
9555
|
}
|
|
9556
9556
|
},
|
|
9557
|
+
{
|
|
9558
|
+
chainId: 9745,
|
|
9559
|
+
address: "0xab509448ad489e2E1341e25CC500f2596464Cc82",
|
|
9560
|
+
name: "PT Ethena sUSDE 9APR2026",
|
|
9561
|
+
decimals: 18,
|
|
9562
|
+
symbol: "PT-sUSDE-9APR2026",
|
|
9563
|
+
tags: ["underlying"]
|
|
9564
|
+
},
|
|
9565
|
+
{
|
|
9566
|
+
chainId: 9745,
|
|
9567
|
+
address: "0x53349cBeD7A3F851f0722Bf3Fa8f1b93fA939BeF",
|
|
9568
|
+
name: "Aave Plasma PT_sUSDE_9APR2026",
|
|
9569
|
+
decimals: 18,
|
|
9570
|
+
symbol: "aPlaPT_sUSDE_9APR2026",
|
|
9571
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
9572
|
+
extensions: {
|
|
9573
|
+
pool: "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
|
|
9574
|
+
underlying: "0xab509448ad489e2E1341e25CC500f2596464Cc82"
|
|
9575
|
+
}
|
|
9576
|
+
},
|
|
9577
|
+
{
|
|
9578
|
+
chainId: 9745,
|
|
9579
|
+
address: "0x54Dc267be2839303ff1e323584A16e86CeC4Aa44",
|
|
9580
|
+
name: "PT Ethena USDe 9APR2026",
|
|
9581
|
+
decimals: 18,
|
|
9582
|
+
symbol: "PT-USDe-9APR2026",
|
|
9583
|
+
tags: ["underlying"]
|
|
9584
|
+
},
|
|
9585
|
+
{
|
|
9586
|
+
chainId: 9745,
|
|
9587
|
+
address: "0x9326fA5a71C93D5De313c91C3b80D74d0c3a0F5A",
|
|
9588
|
+
name: "Aave Plasma PT_USDe_9APR2026",
|
|
9589
|
+
decimals: 18,
|
|
9590
|
+
symbol: "aPlaPT_USDe_9APR2026",
|
|
9591
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
9592
|
+
extensions: {
|
|
9593
|
+
pool: "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
|
|
9594
|
+
underlying: "0x54Dc267be2839303ff1e323584A16e86CeC4Aa44"
|
|
9595
|
+
}
|
|
9596
|
+
},
|
|
9557
9597
|
{
|
|
9558
9598
|
chainId: 1,
|
|
9559
9599
|
address: "0x6bf183243FdD1e306ad2C4450BC7dcf6f0bf8Aa6",
|
|
@@ -9607,8 +9647,8 @@ var tokens = [
|
|
|
9607
9647
|
}
|
|
9608
9648
|
}
|
|
9609
9649
|
];
|
|
9610
|
-
var version = { major: 3, minor: 0, patch:
|
|
9611
|
-
var timestamp = "2026-01-
|
|
9650
|
+
var version = { major: 3, minor: 0, patch: 155 };
|
|
9651
|
+
var timestamp = "2026-01-07T20:59:29.004Z";
|
|
9612
9652
|
var tokenlist_default = {
|
|
9613
9653
|
name,
|
|
9614
9654
|
logoURI,
|