@bgd-labs/aave-address-book 4.28.1 → 4.28.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgd-labs/aave-address-book",
3
- "version": "4.28.1",
3
+ "version": "4.28.2",
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": [
@@ -550,6 +550,24 @@ library AaveV3ArbitrumAssets {
550
550
  // https://arbiscan.io/address/0x429F16dBA3B9e1900087Cbaa7b50D38Bc60fB73F
551
551
  address internal constant rsETH_INTEREST_RATE_STRATEGY =
552
552
  0x429F16dBA3B9e1900087Cbaa7b50D38Bc60fB73F;
553
+
554
+ // https://arbiscan.io/address/0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40
555
+ address internal constant tBTC_UNDERLYING = 0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40;
556
+
557
+ uint8 internal constant tBTC_DECIMALS = 18;
558
+
559
+ // https://arbiscan.io/address/0x62fC96b27a510cF4977B59FF952Dc32378Cc221d
560
+ address internal constant tBTC_A_TOKEN = 0x62fC96b27a510cF4977B59FF952Dc32378Cc221d;
561
+
562
+ // https://arbiscan.io/address/0xB5b46F918C2923fC7f26DB76e8a6A6e9C4347Cf9
563
+ address internal constant tBTC_V_TOKEN = 0xB5b46F918C2923fC7f26DB76e8a6A6e9C4347Cf9;
564
+
565
+ // https://arbiscan.io/address/0x6ce185860a4963106506C203335A2910413708e9
566
+ address internal constant tBTC_ORACLE = 0x6ce185860a4963106506C203335A2910413708e9;
567
+
568
+ // https://arbiscan.io/address/0x429F16dBA3B9e1900087Cbaa7b50D38Bc60fB73F
569
+ address internal constant tBTC_INTEREST_RATE_STRATEGY =
570
+ 0x429F16dBA3B9e1900087Cbaa7b50D38Bc60fB73F;
553
571
  }
554
572
  library AaveV3ArbitrumEModes {
555
573
  uint8 internal constant NONE = 0;
package/tokenlist.json CHANGED
@@ -6744,6 +6744,28 @@
6744
6744
  "underlying": "0x4186BFC76E2E237523CBC30FD220FE055156b41F"
6745
6745
  }
6746
6746
  },
6747
+ {
6748
+ "chainId": 42161,
6749
+ "address": "0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40",
6750
+ "name": "Arbitrum tBTC v2",
6751
+ "decimals": 18,
6752
+ "symbol": "tBTC",
6753
+ "tags": ["underlying"],
6754
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/tbtc.svg"
6755
+ },
6756
+ {
6757
+ "chainId": 42161,
6758
+ "address": "0x62fC96b27a510cF4977B59FF952Dc32378Cc221d",
6759
+ "name": "Aave Arbitrum tBTC",
6760
+ "decimals": 18,
6761
+ "symbol": "aArbtBTC",
6762
+ "tags": ["aTokenV3", "aaveV3"],
6763
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/atbtc.svg",
6764
+ "extensions": {
6765
+ "pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
6766
+ "underlying": "0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40"
6767
+ }
6768
+ },
6747
6769
  {
6748
6770
  "chainId": 10,
6749
6771
  "address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
@@ -8509,6 +8531,6 @@
8509
8531
  }
8510
8532
  }
8511
8533
  ],
8512
- "version": { "major": 3, "minor": 0, "patch": 128 },
8513
- "timestamp": "2025-08-25T00:16:14.470Z"
8534
+ "version": { "major": 3, "minor": 0, "patch": 129 },
8535
+ "timestamp": "2025-08-26T00:15:27.715Z"
8514
8536
  }