@bgd-labs/aave-address-book 4.38.0 → 4.38.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.
Files changed (64) hide show
  1. package/dist/AaveAddressBook.d.mts +6 -6
  2. package/dist/AaveAddressBook.d.ts +6 -6
  3. package/dist/{AaveV3Base-DmDa6NJd.d.mts → AaveV3Base-CfHsJZRf.d.mts} +3 -3
  4. package/dist/{AaveV3Base-DmDa6NJd.d.ts → AaveV3Base-CfHsJZRf.d.ts} +3 -3
  5. package/dist/AaveV3Base.d.mts +1 -1
  6. package/dist/AaveV3Base.d.ts +1 -1
  7. package/dist/AaveV3Base.js +6 -3
  8. package/dist/AaveV3Base.js.map +1 -1
  9. package/dist/AaveV3Base.mjs +6 -3
  10. package/dist/AaveV3Base.mjs.map +1 -1
  11. package/dist/{AaveV3BaseSepolia-CoEiAUdq.d.mts → AaveV3BaseSepolia-BKe_Duh1.d.mts} +9 -9
  12. package/dist/{AaveV3BaseSepolia-CoEiAUdq.d.ts → AaveV3BaseSepolia-BKe_Duh1.d.ts} +9 -9
  13. package/dist/AaveV3BaseSepolia.d.mts +1 -1
  14. package/dist/AaveV3BaseSepolia.d.ts +1 -1
  15. package/dist/AaveV3BaseSepolia.js +9 -9
  16. package/dist/AaveV3BaseSepolia.js.map +1 -1
  17. package/dist/AaveV3BaseSepolia.mjs +9 -9
  18. package/dist/AaveV3BaseSepolia.mjs.map +1 -1
  19. package/dist/{AaveV3BaseSepoliaLido-mIA9bWUm.d.mts → AaveV3BaseSepoliaLido-BLx4mGQL.d.mts} +9 -9
  20. package/dist/{AaveV3BaseSepoliaLido-mIA9bWUm.d.ts → AaveV3BaseSepoliaLido-BLx4mGQL.d.ts} +9 -9
  21. package/dist/AaveV3BaseSepoliaLido.d.mts +1 -1
  22. package/dist/AaveV3BaseSepoliaLido.d.ts +1 -1
  23. package/dist/AaveV3BaseSepoliaLido.js +9 -9
  24. package/dist/AaveV3BaseSepoliaLido.js.map +1 -1
  25. package/dist/AaveV3BaseSepoliaLido.mjs +9 -9
  26. package/dist/AaveV3BaseSepoliaLido.mjs.map +1 -1
  27. package/dist/{AaveV3Ethereum-tEaeb1ou.d.mts → AaveV3Ethereum-DbMoWdzW.d.mts} +62 -53
  28. package/dist/{AaveV3Ethereum-tEaeb1ou.d.ts → AaveV3Ethereum-DbMoWdzW.d.ts} +62 -53
  29. package/dist/AaveV3Ethereum.d.mts +1 -1
  30. package/dist/AaveV3Ethereum.d.ts +1 -1
  31. package/dist/AaveV3Ethereum.js +59 -57
  32. package/dist/AaveV3Ethereum.js.map +1 -1
  33. package/dist/AaveV3Ethereum.mjs +59 -57
  34. package/dist/AaveV3Ethereum.mjs.map +1 -1
  35. package/dist/{AaveV3EthereumLido-CjBYD9ND.d.mts → AaveV3EthereumLido-cgeFMDiS.d.mts} +6 -6
  36. package/dist/{AaveV3EthereumLido-CjBYD9ND.d.ts → AaveV3EthereumLido-cgeFMDiS.d.ts} +6 -6
  37. package/dist/AaveV3EthereumLido.d.mts +1 -1
  38. package/dist/AaveV3EthereumLido.d.ts +1 -1
  39. package/dist/AaveV3EthereumLido.js +4 -6
  40. package/dist/AaveV3EthereumLido.js.map +1 -1
  41. package/dist/AaveV3EthereumLido.mjs +4 -6
  42. package/dist/AaveV3EthereumLido.mjs.map +1 -1
  43. package/dist/{AaveV3Plasma-2D49Wem_.d.mts → AaveV3Plasma-Bc4cTJEU.d.mts} +66 -8
  44. package/dist/{AaveV3Plasma-2D49Wem_.d.ts → AaveV3Plasma-Bc4cTJEU.d.ts} +66 -8
  45. package/dist/AaveV3Plasma.d.mts +1 -1
  46. package/dist/AaveV3Plasma.d.ts +1 -1
  47. package/dist/AaveV3Plasma.js +88 -8
  48. package/dist/AaveV3Plasma.js.map +1 -1
  49. package/dist/AaveV3Plasma.mjs +88 -8
  50. package/dist/AaveV3Plasma.mjs.map +1 -1
  51. package/dist/tokenlist.d.mts +77 -2
  52. package/dist/tokenlist.d.ts +77 -2
  53. package/dist/tokenlist.js +62 -2
  54. package/dist/tokenlist.js.map +1 -1
  55. package/dist/tokenlist.mjs +62 -2
  56. package/dist/tokenlist.mjs.map +1 -1
  57. package/package.json +1 -1
  58. package/src/AaveV3Base.sol +1 -1
  59. package/src/AaveV3BaseSepolia.sol +18 -18
  60. package/src/AaveV3BaseSepoliaLido.sol +18 -18
  61. package/src/AaveV3Ethereum.sol +33 -17
  62. package/src/AaveV3EthereumLido.sol +2 -2
  63. package/src/AaveV3Plasma.sol +46 -0
  64. package/tokenlist.json +62 -2
@@ -3480,6 +3480,26 @@ var tokens = [
3480
3480
  underlying: "0x356B8d89c1e1239Cbbb9dE4815c39A1474d5BA7D"
3481
3481
  }
3482
3482
  },
3483
+ {
3484
+ chainId: 1,
3485
+ address: "0xe343167631d89B6Ffc58B88d6b7fB0228795491D",
3486
+ name: "Global Dollar",
3487
+ decimals: 6,
3488
+ symbol: "USDG",
3489
+ tags: ["underlying"]
3490
+ },
3491
+ {
3492
+ chainId: 1,
3493
+ address: "0x7c0477d085ECb607CF8429f3eC91Ae5E1e460F4F",
3494
+ name: "Aave Ethereum USDG",
3495
+ decimals: 6,
3496
+ symbol: "aEthUSDG",
3497
+ tags: ["aTokenV3", "aaveV3"],
3498
+ extensions: {
3499
+ pool: "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
3500
+ underlying: "0xe343167631d89B6Ffc58B88d6b7fB0228795491D"
3501
+ }
3502
+ },
3483
3503
  {
3484
3504
  chainId: 137,
3485
3505
  address: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
@@ -9534,6 +9554,46 @@ var tokens = [
9534
9554
  underlying: "0x6100E367285b01F48D07953803A2d8dCA5D19873"
9535
9555
  }
9536
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
+ },
9537
9597
  {
9538
9598
  chainId: 1,
9539
9599
  address: "0x6bf183243FdD1e306ad2C4450BC7dcf6f0bf8Aa6",
@@ -9587,8 +9647,8 @@ var tokens = [
9587
9647
  }
9588
9648
  }
9589
9649
  ];
9590
- var version = { major: 3, minor: 0, patch: 151 };
9591
- var timestamp = "2025-12-17T22:59:05.124Z";
9650
+ var version = { major: 3, minor: 0, patch: 153 };
9651
+ var timestamp = "2026-01-07T12:08:30.614Z";
9592
9652
  var tokenlist_default = {
9593
9653
  name,
9594
9654
  logoURI,