@bgd-labs/aave-address-book 4.41.7-e2aa6cd10b4205ca884a28b2d126411707924105.0 → 4.41.7

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.41.7-e2aa6cd10b4205ca884a28b2d126411707924105.0",
3
+ "version": "4.41.7",
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": [
@@ -427,6 +427,24 @@ library AaveV3BaseAssets {
427
427
  // https://basescan.org/address/0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5
428
428
  address internal constant tBTC_INTEREST_RATE_STRATEGY =
429
429
  0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5;
430
+
431
+ // https://basescan.org/address/0x660975730059246A68521a3e2FBD4740173100f5
432
+ address internal constant syrupUSDC_UNDERLYING = 0x660975730059246A68521a3e2FBD4740173100f5;
433
+
434
+ uint8 internal constant syrupUSDC_DECIMALS = 6;
435
+
436
+ // https://basescan.org/address/0xD7424238CcbE7b7198Ab3cFE232e0271E22da7bd
437
+ address internal constant syrupUSDC_A_TOKEN = 0xD7424238CcbE7b7198Ab3cFE232e0271E22da7bd;
438
+
439
+ // https://basescan.org/address/0x57B8C05ee2cD9d0143eBC21FBD9288C39B9F716c
440
+ address internal constant syrupUSDC_V_TOKEN = 0x57B8C05ee2cD9d0143eBC21FBD9288C39B9F716c;
441
+
442
+ // https://basescan.org/address/0xa61f10Bb2f05A94728734A8a95673ADbCA9B8397
443
+ address internal constant syrupUSDC_ORACLE = 0xa61f10Bb2f05A94728734A8a95673ADbCA9B8397;
444
+
445
+ // https://basescan.org/address/0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5
446
+ address internal constant syrupUSDC_INTEREST_RATE_STRATEGY =
447
+ 0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5;
430
448
  }
431
449
  library AaveV3BaseEModes {
432
450
  uint8 internal constant NONE = 0;
@@ -450,6 +468,8 @@ library AaveV3BaseEModes {
450
468
  uint8 internal constant cbETH__WETH = 9;
451
469
 
452
470
  uint8 internal constant cbBTC__USDC_GHO = 10;
471
+
472
+ uint8 internal constant syrupUSDC__USDC_GHO = 11;
453
473
  }
454
474
  library AaveV3BaseExternalLibraries {
455
475
  // https://basescan.org/address/0xE66AdcF153d0bD67a74e5d23e23F90b4011024EC
package/tokenlist.json CHANGED
@@ -5400,6 +5400,26 @@
5400
5400
  "underlying": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b"
5401
5401
  }
5402
5402
  },
5403
+ {
5404
+ "chainId": 8453,
5405
+ "address": "0x660975730059246A68521a3e2FBD4740173100f5",
5406
+ "name": "Syrup USDC",
5407
+ "decimals": 6,
5408
+ "symbol": "syrupUSDC",
5409
+ "tags": ["underlying"]
5410
+ },
5411
+ {
5412
+ "chainId": 8453,
5413
+ "address": "0xD7424238CcbE7b7198Ab3cFE232e0271E22da7bd",
5414
+ "name": "Aave Base syrupUSDC",
5415
+ "decimals": 6,
5416
+ "symbol": "aBassyrupUSDC",
5417
+ "tags": ["aTokenV3", "aaveV3"],
5418
+ "extensions": {
5419
+ "pool": "0xA238Dd80C259a72e81d7e4664a9801593F98d1c5",
5420
+ "underlying": "0x660975730059246A68521a3e2FBD4740173100f5"
5421
+ }
5422
+ },
5403
5423
  {
5404
5424
  "chainId": 1088,
5405
5425
  "address": "0x4c078361FC9BbB78DF910800A991C7c3DD2F6ce0",
@@ -9647,6 +9667,6 @@
9647
9667
  }
9648
9668
  }
9649
9669
  ],
9650
- "version": { "major": 3, "minor": 0, "patch": 156 },
9651
- "timestamp": "2026-01-09T10:35:31.553Z"
9670
+ "version": { "major": 3, "minor": 0, "patch": 157 },
9671
+ "timestamp": "2026-01-26T00:18:26.383Z"
9652
9672
  }