@bgd-labs/aave-address-book 4.36.0 → 4.36.1-4b1635bf27d6cce6f1a6c727517471fd8f4ee80e.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.
Files changed (75) hide show
  1. package/dist/AaveAddressBook.d.mts +7 -5
  2. package/dist/AaveAddressBook.d.ts +7 -5
  3. package/dist/AaveAddressBook.js +6 -0
  4. package/dist/AaveAddressBook.js.map +1 -1
  5. package/dist/AaveAddressBook.mjs +4 -0
  6. package/dist/AaveAddressBook.mjs.map +1 -1
  7. package/dist/{AaveV3Base-C85lprH6.d.mts → AaveV3Base-DdHmNC5b.d.mts} +10 -0
  8. package/dist/{AaveV3Base-C85lprH6.d.ts → AaveV3Base-DdHmNC5b.d.ts} +10 -0
  9. package/dist/AaveV3Base.d.mts +1 -1
  10. package/dist/AaveV3Base.d.ts +1 -1
  11. package/dist/AaveV3Base.js +13 -0
  12. package/dist/AaveV3Base.js.map +1 -1
  13. package/dist/AaveV3Base.mjs +13 -0
  14. package/dist/AaveV3Base.mjs.map +1 -1
  15. package/dist/{AaveV3Ethereum-B0ns0uTz.d.mts → AaveV3Ethereum-Cpd_Uh8l.d.mts} +2 -2
  16. package/dist/{AaveV3Ethereum-B0ns0uTz.d.ts → AaveV3Ethereum-Cpd_Uh8l.d.ts} +2 -2
  17. package/dist/AaveV3Ethereum.d.mts +1 -1
  18. package/dist/AaveV3Ethereum.d.ts +1 -1
  19. package/dist/AaveV3Ethereum.js +2 -2
  20. package/dist/AaveV3Ethereum.js.map +1 -1
  21. package/dist/AaveV3Ethereum.mjs +2 -2
  22. package/dist/AaveV3Ethereum.mjs.map +1 -1
  23. package/dist/{AaveV3EthereumHorizon-LNYyVPi7.d.mts → AaveV3EthereumHorizon-Dqrg-NEy.d.mts} +16 -7
  24. package/dist/{AaveV3EthereumHorizon-LNYyVPi7.d.ts → AaveV3EthereumHorizon-Dqrg-NEy.d.ts} +16 -7
  25. package/dist/AaveV3EthereumHorizon.d.mts +1 -1
  26. package/dist/AaveV3EthereumHorizon.d.ts +1 -1
  27. package/dist/AaveV3EthereumHorizon.js +16 -7
  28. package/dist/AaveV3EthereumHorizon.js.map +1 -1
  29. package/dist/AaveV3EthereumHorizon.mjs +16 -7
  30. package/dist/AaveV3EthereumHorizon.mjs.map +1 -1
  31. package/dist/{AaveV3Plasma-BolgST1Z.d.mts → AaveV3Plasma-DP_p4GJz.d.mts} +12 -12
  32. package/dist/{AaveV3Plasma-BolgST1Z.d.ts → AaveV3Plasma-DP_p4GJz.d.ts} +12 -12
  33. package/dist/AaveV3Plasma.d.mts +1 -1
  34. package/dist/AaveV3Plasma.d.ts +1 -1
  35. package/dist/AaveV3Plasma.js +12 -12
  36. package/dist/AaveV3Plasma.js.map +1 -1
  37. package/dist/AaveV3Plasma.mjs +12 -12
  38. package/dist/AaveV3Plasma.mjs.map +1 -1
  39. package/dist/{AaveV3Polygon-CoUNpGmf.d.mts → AaveV3Polygon-DbieRy7J.d.mts} +1 -0
  40. package/dist/{AaveV3Polygon-CoUNpGmf.d.ts → AaveV3Polygon-DbieRy7J.d.ts} +1 -0
  41. package/dist/AaveV3Polygon.d.mts +1 -1
  42. package/dist/AaveV3Polygon.d.ts +1 -1
  43. package/dist/AaveV3Polygon.js +2 -1
  44. package/dist/AaveV3Polygon.js.map +1 -1
  45. package/dist/AaveV3Polygon.mjs +2 -1
  46. package/dist/AaveV3Polygon.mjs.map +1 -1
  47. package/dist/GovernanceV3XLayer-B9X15Cgm.d.mts +22 -0
  48. package/dist/GovernanceV3XLayer-B9X15Cgm.d.ts +22 -0
  49. package/dist/GovernanceV3XLayer.d.mts +1 -0
  50. package/dist/GovernanceV3XLayer.d.ts +1 -0
  51. package/dist/GovernanceV3XLayer.js +52 -0
  52. package/dist/GovernanceV3XLayer.js.map +1 -0
  53. package/dist/GovernanceV3XLayer.mjs +20 -0
  54. package/dist/GovernanceV3XLayer.mjs.map +1 -0
  55. package/dist/MiscXLayer-B0HDldKM.d.mts +10 -0
  56. package/dist/MiscXLayer-B0HDldKM.d.ts +10 -0
  57. package/dist/MiscXLayer.d.mts +1 -0
  58. package/dist/MiscXLayer.d.ts +1 -0
  59. package/dist/MiscXLayer.js +34 -0
  60. package/dist/MiscXLayer.js.map +1 -0
  61. package/dist/MiscXLayer.mjs +8 -0
  62. package/dist/MiscXLayer.mjs.map +1 -0
  63. package/dist/tokenlist.d.mts +51 -4
  64. package/dist/tokenlist.d.ts +51 -4
  65. package/dist/tokenlist.js +43 -4
  66. package/dist/tokenlist.js.map +1 -1
  67. package/dist/tokenlist.mjs +43 -4
  68. package/dist/tokenlist.mjs.map +1 -1
  69. package/package.json +2 -2
  70. package/src/AaveV3Base.sol +2 -0
  71. package/src/AaveV3EthereumHorizon.sol +21 -1
  72. package/src/AaveV3Polygon.sol +3 -0
  73. package/src/GovernanceV3XLayer.sol +29 -0
  74. package/src/MiscXLayer.sol +8 -0
  75. package/tokenlist.json +43 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgd-labs/aave-address-book",
3
- "version": "4.36.0",
3
+ "version": "4.36.1-4b1635bf27d6cce6f1a6c727517471fd8f4ee80e.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": [
@@ -86,7 +86,7 @@
86
86
  "homepage": "https://github.com/bgd-labs/aave-address-book#readme",
87
87
  "devDependencies": {
88
88
  "@bgd-labs/react-web3-icons": "^1.51.0",
89
- "@bgd-labs/toolbox": "^0.0.51",
89
+ "@bgd-labs/toolbox": "^0.0.52",
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",
@@ -448,6 +448,8 @@ library AaveV3BaseEModes {
448
448
  uint8 internal constant wstETH__WETH = 8;
449
449
 
450
450
  uint8 internal constant cbETH__WETH = 9;
451
+
452
+ uint8 internal constant cbBTC__USDC_GHO = 10;
451
453
  }
452
454
  library AaveV3BaseExternalLibraries {
453
455
  // https://basescan.org/address/0x5e84CEe2afb7B37d2AB14722C39A7c1C26F5B0BB
@@ -211,14 +211,34 @@ library AaveV3EthereumHorizonAssets {
211
211
  // https://etherscan.io/address/0x87593272C06f4FC49EC2942eBda0972d2F1Ab521
212
212
  address internal constant JAAA_INTEREST_RATE_STRATEGY =
213
213
  0x87593272C06f4FC49EC2942eBda0972d2F1Ab521;
214
+
215
+ // https://etherscan.io/address/0x2255718832bC9fD3bE1CaF75084F4803DA14FF01
216
+ address internal constant VBILL_UNDERLYING = 0x2255718832bC9fD3bE1CaF75084F4803DA14FF01;
217
+
218
+ uint8 internal constant VBILL_DECIMALS = 6;
219
+
220
+ // https://etherscan.io/address/0xE1CfD16b8E4B1C86Bb5b7A104cfEFbc7b09326dD
221
+ address internal constant VBILL_A_TOKEN = 0xE1CfD16b8E4B1C86Bb5b7A104cfEFbc7b09326dD;
222
+
223
+ // https://etherscan.io/address/0xEAf93Fd541f11D2617C2915D02F7fe67bCa71d4f
224
+ address internal constant VBILL_V_TOKEN = 0xEAf93Fd541f11D2617C2915D02F7fe67bCa71d4f;
225
+
226
+ // https://etherscan.io/address/0x5ed77a9D9b7cc80E9d0D7711024AF38C2643C1c4
227
+ address internal constant VBILL_ORACLE = 0x5ed77a9D9b7cc80E9d0D7711024AF38C2643C1c4;
228
+
229
+ // https://etherscan.io/address/0x87593272C06f4FC49EC2942eBda0972d2F1Ab521
230
+ address internal constant VBILL_INTEREST_RATE_STRATEGY =
231
+ 0x87593272C06f4FC49EC2942eBda0972d2F1Ab521;
214
232
  }
215
233
  library AaveV3EthereumHorizonEModes {
216
234
  uint8 internal constant NONE = 0;
217
235
 
218
- uint8 internal constant __ = 9;
236
+ uint8 internal constant VBILL__GHO = 1;
219
237
 
220
238
  uint8 internal constant USTB__GHO = 2;
221
239
 
240
+ uint8 internal constant __ = 9;
241
+
222
242
  uint8 internal constant USCC__GHO = 4;
223
243
 
224
244
  uint8 internal constant USYC__GHO = 6;
@@ -238,6 +238,9 @@ library AaveV3PolygonAssets {
238
238
  // https://polygonscan.com/address/0x87A1fdc4C726c459f597282be639a045062c0E46
239
239
  address internal constant USDT0_STATIC_A_TOKEN = 0x87A1fdc4C726c459f597282be639a045062c0E46;
240
240
 
241
+ // https://polygonscan.com/address/0x2eaD203C5C1C00612B1DdbBb20e4180dA822d6ff
242
+ address internal constant USDT0_STATA_TOKEN = 0x2eaD203C5C1C00612B1DdbBb20e4180dA822d6ff;
243
+
241
244
  // https://polygonscan.com/address/0xD6DF932A45C0f255f85145f286eA0b292B21C90B
242
245
  address internal constant AAVE_UNDERLYING = 0xD6DF932A45C0f255f85145f286eA0b292B21C90B;
243
246
 
@@ -0,0 +1,29 @@
1
+ // SPDX-License-Identifier: MIT
2
+ pragma solidity >=0.6.0;
3
+
4
+ // AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
5
+ import {IPayloadsControllerCore} from './GovernanceV3.sol';
6
+
7
+ library GovernanceV3XLayer {
8
+ // https://www.oklink.com/xlayer/address/0xFdd46155fD3DA5B907AD3B9f9395366290f58097
9
+ address internal constant CROSS_CHAIN_CONTROLLER = 0xFdd46155fD3DA5B907AD3B9f9395366290f58097;
10
+
11
+ // https://www.oklink.com/xlayer/address/0x80e11cB895a23C901a990239E5534054C66476B5
12
+ IPayloadsControllerCore internal constant PAYLOADS_CONTROLLER =
13
+ IPayloadsControllerCore(0x80e11cB895a23C901a990239E5534054C66476B5);
14
+
15
+ // https://www.oklink.com/xlayer/address/0x9fE056F44510F970d724adA16903ba5D75CC4742
16
+ address internal constant PC_DATA_HELPER = 0x9fE056F44510F970d724adA16903ba5D75CC4742;
17
+
18
+ // https://www.oklink.com/xlayer/address/0xD6727ec503A8d0C10a0EAA4e76eAf9A628188b25
19
+ address internal constant GRANULAR_GUARDIAN = 0xD6727ec503A8d0C10a0EAA4e76eAf9A628188b25;
20
+
21
+ // https://www.oklink.com/xlayer/address/0xeB55A63bf9993d80c86D47f819B5eC958c7C127B
22
+ address internal constant GOVERNANCE_GUARDIAN = 0xeB55A63bf9993d80c86D47f819B5eC958c7C127B;
23
+
24
+ // https://www.oklink.com/xlayer/address/0x8a86927E3cf7309D74E504EBDb866903DBD11a1f
25
+ address internal constant CL_EMERGENCY_ORACLE = 0x8a86927E3cf7309D74E504EBDb866903DBD11a1f;
26
+
27
+ // https://www.oklink.com/xlayer/address/0xE2E8Badc5d50f8a6188577B89f50701cDE2D4e19
28
+ address internal constant EXECUTOR_LVL_1 = 0xE2E8Badc5d50f8a6188577B89f50701cDE2D4e19;
29
+ }
@@ -0,0 +1,8 @@
1
+ // AUTOGENERATED - MANUALLY CHANGES WILL BE REVERTED BY THE GENERATOR
2
+ // SPDX-License-Identifier: MIT
3
+ pragma solidity >=0.6.0;
4
+
5
+ library MiscXLayer {
6
+ // https://www.oklink.com/xlayer/address/0xEB0682d148e874553008730f0686ea89db7DA412
7
+ address internal constant TRANSPARENT_PROXY_FACTORY = 0xEB0682d148e874553008730f0686ea89db7DA412;
8
+ }
package/tokenlist.json CHANGED
@@ -3552,6 +3552,20 @@
3552
3552
  "underlyingAToken": "0x6ab707Aca953eDAeFBc4fD23bA73294241490620"
3553
3553
  }
3554
3554
  },
3555
+ {
3556
+ "chainId": 137,
3557
+ "address": "0x2eaD203C5C1C00612B1DdbBb20e4180dA822d6ff",
3558
+ "name": "Wrapped Aave Polygon USDT",
3559
+ "decimals": 6,
3560
+ "symbol": "waPolUSDT",
3561
+ "tags": ["aaveV3", "stataToken"],
3562
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statausdt0.svg",
3563
+ "extensions": {
3564
+ "pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
3565
+ "underlying": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
3566
+ "underlyingAToken": "0x6ab707Aca953eDAeFBc4fD23bA73294241490620"
3567
+ }
3568
+ },
3555
3569
  {
3556
3570
  "chainId": 137,
3557
3571
  "address": "0xf329e36C7bF6E5E86ce2150875a84Ce77f477375",
@@ -8270,6 +8284,26 @@
8270
8284
  "underlying": "0x5a0F93D040De44e78F251b03c43be9CF317Dcf64"
8271
8285
  }
8272
8286
  },
8287
+ {
8288
+ "chainId": 1,
8289
+ "address": "0x2255718832bC9fD3bE1CaF75084F4803DA14FF01",
8290
+ "name": "VanEck Treasury Fund",
8291
+ "decimals": 6,
8292
+ "symbol": "VBILL",
8293
+ "tags": ["underlying"]
8294
+ },
8295
+ {
8296
+ "chainId": 1,
8297
+ "address": "0xE1CfD16b8E4B1C86Bb5b7A104cfEFbc7b09326dD",
8298
+ "name": "Aave Horizon RWA VBILL",
8299
+ "decimals": 6,
8300
+ "symbol": "aHorRwaVBILL",
8301
+ "tags": ["aTokenV3", "aaveV3"],
8302
+ "extensions": {
8303
+ "pool": "0xAe05Cd22df81871bc7cC2a04BeCfb516bFe332C8",
8304
+ "underlying": "0x2255718832bC9fD3bE1CaF75084F4803DA14FF01"
8305
+ }
8306
+ },
8273
8307
  {
8274
8308
  "chainId": 59144,
8275
8309
  "address": "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f",
@@ -8842,7 +8876,8 @@
8842
8876
  "name": "Kraken Wrapped Bitcoin",
8843
8877
  "decimals": 8,
8844
8878
  "symbol": "kBTC",
8845
- "tags": ["underlying"]
8879
+ "tags": ["underlying"],
8880
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/kbtc.svg"
8846
8881
  },
8847
8882
  {
8848
8883
  "chainId": 57073,
@@ -8851,6 +8886,7 @@
8851
8886
  "decimals": 8,
8852
8887
  "symbol": "aInkWlKBTC",
8853
8888
  "tags": ["aTokenV3", "aaveV3"],
8889
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/akbtc.svg",
8854
8890
  "extensions": {
8855
8891
  "pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
8856
8892
  "underlying": "0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98"
@@ -9034,7 +9070,8 @@
9034
9070
  "name": "XAUt0",
9035
9071
  "decimals": 6,
9036
9072
  "symbol": "XAUt0",
9037
- "tags": ["underlying"]
9073
+ "tags": ["underlying"],
9074
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/xaut0.svg"
9038
9075
  },
9039
9076
  {
9040
9077
  "chainId": 9745,
@@ -9043,6 +9080,7 @@
9043
9080
  "decimals": 6,
9044
9081
  "symbol": "aPlaXAUt0",
9045
9082
  "tags": ["aTokenV3", "aaveV3"],
9083
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/axaut0.svg",
9046
9084
  "extensions": {
9047
9085
  "pool": "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
9048
9086
  "underlying": "0x1B64B9025EEbb9A6239575dF9Ea4b9Ac46D4d193"
@@ -9055,6 +9093,7 @@
9055
9093
  "decimals": 6,
9056
9094
  "symbol": "waPlaXAUt0",
9057
9095
  "tags": ["aaveV3", "stataToken"],
9096
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/stataxaut0.svg",
9058
9097
  "extensions": {
9059
9098
  "pool": "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
9060
9099
  "underlying": "0x1B64B9025EEbb9A6239575dF9Ea4b9Ac46D4d193",
@@ -9290,6 +9329,6 @@
9290
9329
  }
9291
9330
  }
9292
9331
  ],
9293
- "version": { "major": 3, "minor": 0, "patch": 143 },
9294
- "timestamp": "2025-10-27T13:51:27.646Z"
9332
+ "version": { "major": 3, "minor": 0, "patch": 145 },
9333
+ "timestamp": "2025-11-04T11:24:56.277Z"
9295
9334
  }