@bgd-labs/aave-address-book 4.9.0 → 4.10.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 (48) hide show
  1. package/dist/AaveAddressBook.d.mts +4 -3
  2. package/dist/AaveAddressBook.d.ts +4 -3
  3. package/dist/AaveAddressBook.js +3 -0
  4. package/dist/AaveAddressBook.js.map +1 -1
  5. package/dist/AaveAddressBook.mjs +2 -0
  6. package/dist/AaveAddressBook.mjs.map +1 -1
  7. package/dist/{AaveV3Arbitrum-D1Z8IjR_.d.mts → AaveV3Arbitrum-C50eZmqo.d.mts} +1 -0
  8. package/dist/{AaveV3Arbitrum-D1Z8IjR_.d.ts → AaveV3Arbitrum-C50eZmqo.d.ts} +1 -0
  9. package/dist/AaveV3Arbitrum.d.mts +1 -1
  10. package/dist/AaveV3Arbitrum.d.ts +1 -1
  11. package/dist/AaveV3Arbitrum.js +2 -1
  12. package/dist/AaveV3Arbitrum.js.map +1 -1
  13. package/dist/AaveV3Arbitrum.mjs +2 -1
  14. package/dist/AaveV3Arbitrum.mjs.map +1 -1
  15. package/dist/GhoArbitrum-iGexGz-J.d.mts +18 -0
  16. package/dist/GhoArbitrum-iGexGz-J.d.ts +18 -0
  17. package/dist/GhoArbitrum.d.mts +1 -1
  18. package/dist/GhoArbitrum.d.ts +1 -1
  19. package/dist/GhoArbitrum.js +15 -3
  20. package/dist/GhoArbitrum.js.map +1 -1
  21. package/dist/GhoArbitrum.mjs +10 -2
  22. package/dist/GhoArbitrum.mjs.map +1 -1
  23. package/dist/GhoBase-TF4cONpj.d.mts +18 -0
  24. package/dist/GhoBase-TF4cONpj.d.ts +18 -0
  25. package/dist/GhoBase.d.mts +1 -0
  26. package/dist/GhoBase.d.ts +1 -0
  27. package/dist/GhoBase.js +46 -0
  28. package/dist/GhoBase.js.map +1 -0
  29. package/dist/GhoBase.mjs +16 -0
  30. package/dist/GhoBase.mjs.map +1 -0
  31. package/dist/{GhoEthereum-CZA6n-Ay.d.mts → GhoEthereum-BcBpw2bc.d.mts} +11 -3
  32. package/dist/{GhoEthereum-CZA6n-Ay.d.ts → GhoEthereum-BcBpw2bc.d.ts} +11 -3
  33. package/dist/GhoEthereum.d.mts +1 -1
  34. package/dist/GhoEthereum.d.ts +1 -1
  35. package/dist/GhoEthereum.js +13 -1
  36. package/dist/GhoEthereum.js.map +1 -1
  37. package/dist/GhoEthereum.mjs +9 -1
  38. package/dist/GhoEthereum.mjs.map +1 -1
  39. package/dist/tokenlist.d.mts +20 -7
  40. package/dist/tokenlist.d.ts +20 -7
  41. package/dist/tokenlist.js +17 -7
  42. package/dist/tokenlist.js.map +1 -1
  43. package/dist/tokenlist.mjs +17 -7
  44. package/dist/tokenlist.mjs.map +1 -1
  45. package/package.json +1 -1
  46. package/tokenlist.json +17 -7
  47. package/dist/GhoArbitrum-fhUqUWPZ.d.mts +0 -10
  48. package/dist/GhoArbitrum-fhUqUWPZ.d.ts +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgd-labs/aave-address-book",
3
- "version": "4.9.0",
3
+ "version": "4.10.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": [
package/tokenlist.json CHANGED
@@ -5450,8 +5450,7 @@
5450
5450
  "name": "Tether USD",
5451
5451
  "decimals": 6,
5452
5452
  "symbol": "USDT",
5453
- "tags": ["underlying"],
5454
- "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/usdt.svg"
5453
+ "tags": ["underlying"]
5455
5454
  },
5456
5455
  {
5457
5456
  "chainId": 42161,
@@ -5460,7 +5459,6 @@
5460
5459
  "decimals": 6,
5461
5460
  "symbol": "aArbUSDT",
5462
5461
  "tags": ["aTokenV3", "aaveV3"],
5463
- "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ausdt.svg",
5464
5462
  "extensions": {
5465
5463
  "pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
5466
5464
  "underlying": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
@@ -5473,7 +5471,6 @@
5473
5471
  "decimals": 6,
5474
5472
  "symbol": "stataArbUSDT",
5475
5473
  "tags": ["aaveV3", "staticAT"],
5476
- "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statausdt.svg",
5477
5474
  "extensions": {
5478
5475
  "pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
5479
5476
  "underlying": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
@@ -5487,7 +5484,6 @@
5487
5484
  "decimals": 6,
5488
5485
  "symbol": "waArbUSDT",
5489
5486
  "tags": ["aaveV3", "stataToken"],
5490
- "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statausdt.svg",
5491
5487
  "extensions": {
5492
5488
  "pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
5493
5489
  "underlying": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
@@ -5982,6 +5978,20 @@
5982
5978
  "underlying": "0x2416092f143378750bb29b79eD961ab195CcEea5"
5983
5979
  }
5984
5980
  },
5981
+ {
5982
+ "chainId": 42161,
5983
+ "address": "0x4ff50C17df0D1b788d021ACd85039810a1aA68A1",
5984
+ "name": "Wrapped Aave Arbitrum ezETH",
5985
+ "decimals": 18,
5986
+ "symbol": "waArbezETH",
5987
+ "tags": ["aaveV3", "stataToken"],
5988
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/stataezeth.svg",
5989
+ "extensions": {
5990
+ "pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
5991
+ "underlying": "0x2416092f143378750bb29b79eD961ab195CcEea5",
5992
+ "underlyingAToken": "0xEA1132120ddcDDA2F119e99Fa7A27a0d036F7Ac9"
5993
+ }
5994
+ },
5985
5995
  {
5986
5996
  "chainId": 10,
5987
5997
  "address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
@@ -7394,6 +7404,6 @@
7394
7404
  }
7395
7405
  }
7396
7406
  ],
7397
- "version": { "major": 3, "minor": 0, "patch": 79 },
7398
- "timestamp": "2025-01-27T11:16:20.221Z"
7407
+ "version": { "major": 3, "minor": 0, "patch": 80 },
7408
+ "timestamp": "2025-01-30T12:01:43.440Z"
7399
7409
  }
@@ -1,10 +0,0 @@
1
- declare const GHO_CCIP_TOKEN_POOL = "0xF168B83598516A532a85995b52504a2Fa058C068";
2
- declare const CHAIN_ID = 42161;
3
-
4
- declare const GhoArbitrum_CHAIN_ID: typeof CHAIN_ID;
5
- declare const GhoArbitrum_GHO_CCIP_TOKEN_POOL: typeof GHO_CCIP_TOKEN_POOL;
6
- declare namespace GhoArbitrum {
7
- export { GhoArbitrum_CHAIN_ID as CHAIN_ID, GhoArbitrum_GHO_CCIP_TOKEN_POOL as GHO_CCIP_TOKEN_POOL };
8
- }
9
-
10
- export { CHAIN_ID as C, GhoArbitrum as G, GHO_CCIP_TOKEN_POOL as a };
@@ -1,10 +0,0 @@
1
- declare const GHO_CCIP_TOKEN_POOL = "0xF168B83598516A532a85995b52504a2Fa058C068";
2
- declare const CHAIN_ID = 42161;
3
-
4
- declare const GhoArbitrum_CHAIN_ID: typeof CHAIN_ID;
5
- declare const GhoArbitrum_GHO_CCIP_TOKEN_POOL: typeof GHO_CCIP_TOKEN_POOL;
6
- declare namespace GhoArbitrum {
7
- export { GhoArbitrum_CHAIN_ID as CHAIN_ID, GhoArbitrum_GHO_CCIP_TOKEN_POOL as GHO_CCIP_TOKEN_POOL };
8
- }
9
-
10
- export { CHAIN_ID as C, GhoArbitrum as G, GHO_CCIP_TOKEN_POOL as a };