@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgd-labs/aave-address-book",
3
- "version": "4.38.1",
3
+ "version": "4.38.3-b7a257fd0fc7e3a4fc1c7e04b0e8c4add76330c2.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": [
@@ -85,8 +85,8 @@
85
85
  },
86
86
  "homepage": "https://github.com/bgd-labs/aave-address-book#readme",
87
87
  "devDependencies": {
88
- "@bgd-labs/react-web3-icons": "^1.57.0",
89
- "@bgd-labs/toolbox": "^0.0.55",
88
+ "@bgd-labs/react-web3-icons": "^1.58.0",
89
+ "@bgd-labs/toolbox": "^0.2.0",
90
90
  "@size-limit/file": "^11.2.0",
91
91
  "@types/node": "^22.4.1",
92
92
  "@uniswap/token-lists": "^1.0.0-beta.33",
@@ -334,6 +334,44 @@ library AaveV3PlasmaAssets {
334
334
  // https://plasmascan.to/address/0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC
335
335
  address internal constant WXPL_INTEREST_RATE_STRATEGY =
336
336
  0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC;
337
+
338
+ // https://plasmascan.to/address/0xab509448ad489e2E1341e25CC500f2596464Cc82
339
+ address internal constant PT_sUSDE_9APR2026_UNDERLYING =
340
+ 0xab509448ad489e2E1341e25CC500f2596464Cc82;
341
+
342
+ uint8 internal constant PT_sUSDE_9APR2026_DECIMALS = 18;
343
+
344
+ // https://plasmascan.to/address/0x53349cBeD7A3F851f0722Bf3Fa8f1b93fA939BeF
345
+ address internal constant PT_sUSDE_9APR2026_A_TOKEN = 0x53349cBeD7A3F851f0722Bf3Fa8f1b93fA939BeF;
346
+
347
+ // https://plasmascan.to/address/0xA4408E7C8b5D4481a2D8aD7Aa89f3576a6A4a5D6
348
+ address internal constant PT_sUSDE_9APR2026_V_TOKEN = 0xA4408E7C8b5D4481a2D8aD7Aa89f3576a6A4a5D6;
349
+
350
+ // https://plasmascan.to/address/0x13f2EA8dfa948c5247826283079615Ee4d0A1AA5
351
+ address internal constant PT_sUSDE_9APR2026_ORACLE = 0x13f2EA8dfa948c5247826283079615Ee4d0A1AA5;
352
+
353
+ // https://plasmascan.to/address/0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC
354
+ address internal constant PT_sUSDE_9APR2026_INTEREST_RATE_STRATEGY =
355
+ 0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC;
356
+
357
+ // https://plasmascan.to/address/0x54Dc267be2839303ff1e323584A16e86CeC4Aa44
358
+ address internal constant PT_USDe_9APR2026_UNDERLYING =
359
+ 0x54Dc267be2839303ff1e323584A16e86CeC4Aa44;
360
+
361
+ uint8 internal constant PT_USDe_9APR2026_DECIMALS = 18;
362
+
363
+ // https://plasmascan.to/address/0x9326fA5a71C93D5De313c91C3b80D74d0c3a0F5A
364
+ address internal constant PT_USDe_9APR2026_A_TOKEN = 0x9326fA5a71C93D5De313c91C3b80D74d0c3a0F5A;
365
+
366
+ // https://plasmascan.to/address/0xA746feD5635787e2d97da1979c714BfcDf60fa1A
367
+ address internal constant PT_USDe_9APR2026_V_TOKEN = 0xA746feD5635787e2d97da1979c714BfcDf60fa1A;
368
+
369
+ // https://plasmascan.to/address/0x37f3a8b02BAbe4dd71acb5f214F22C09AFf607f3
370
+ address internal constant PT_USDe_9APR2026_ORACLE = 0x37f3a8b02BAbe4dd71acb5f214F22C09AFf607f3;
371
+
372
+ // https://plasmascan.to/address/0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC
373
+ address internal constant PT_USDe_9APR2026_INTEREST_RATE_STRATEGY =
374
+ 0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC;
337
375
  }
338
376
  library AaveV3PlasmaEModes {
339
377
  uint8 internal constant NONE = 0;
@@ -361,6 +399,14 @@ library AaveV3PlasmaEModes {
361
399
  uint8 internal constant syrupUSDT__USDT0 = 11;
362
400
 
363
401
  uint8 internal constant WXPL__USDT0 = 12;
402
+
403
+ uint8 internal constant USDe_PT_USDe_15JAN2026_PT_USDe_9APR2026__USDT0_USDe = 13;
404
+
405
+ uint8 internal constant USDe_PT_USDe_15JAN2026_PT_USDe_9APR2026__USDe = 14;
406
+
407
+ uint8 internal constant sUSDe_PT_sUSDE_15JAN2026_PT_sUSDE_9APR2026__USDT0_USDe = 15;
408
+
409
+ uint8 internal constant sUSDe_PT_sUSDE_15JAN2026_PT_sUSDE_9APR2026__USDe = 16;
364
410
  }
365
411
  library AaveV3PlasmaExternalLibraries {
366
412
  // https://plasmascan.to/address/0x50a4646D4f5Cc0e45051bF4f222D02fA39eC749D
package/tokenlist.json CHANGED
@@ -9554,6 +9554,46 @@
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,6 +9647,6 @@
9607
9647
  }
9608
9648
  }
9609
9649
  ],
9610
- "version": { "major": 3, "minor": 0, "patch": 152 },
9611
- "timestamp": "2026-01-06T00:17:24.876Z"
9650
+ "version": { "major": 3, "minor": 0, "patch": 155 },
9651
+ "timestamp": "2026-01-07T20:59:29.004Z"
9612
9652
  }