@bgd-labs/aave-address-book 4.24.0 → 4.24.1

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.24.0",
3
+ "version": "4.24.1",
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": [
@@ -1082,6 +1082,24 @@ library AaveV3EthereumAssets {
1082
1082
  // https://etherscan.io/address/0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB
1083
1083
  address internal constant FBTC_INTEREST_RATE_STRATEGY =
1084
1084
  0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB;
1085
+
1086
+ // https://etherscan.io/address/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c
1087
+ address internal constant EURC_UNDERLYING = 0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c;
1088
+
1089
+ uint8 internal constant EURC_DECIMALS = 6;
1090
+
1091
+ // https://etherscan.io/address/0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0
1092
+ address internal constant EURC_A_TOKEN = 0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0;
1093
+
1094
+ // https://etherscan.io/address/0x6c82c66622Eb360FC973D3F492f9D8E9eA538b08
1095
+ address internal constant EURC_V_TOKEN = 0x6c82c66622Eb360FC973D3F492f9D8E9eA538b08;
1096
+
1097
+ // https://etherscan.io/address/0xa6aB031A4d189B24628EC9Eb155F0a0f1A0E55a3
1098
+ address internal constant EURC_ORACLE = 0xa6aB031A4d189B24628EC9Eb155F0a0f1A0E55a3;
1099
+
1100
+ // https://etherscan.io/address/0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB
1101
+ address internal constant EURC_INTEREST_RATE_STRATEGY =
1102
+ 0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB;
1085
1103
  }
1086
1104
  library AaveV3EthereumEModes {
1087
1105
  uint8 internal constant NONE = 0;
package/tokenlist.json CHANGED
@@ -3206,6 +3206,28 @@
3206
3206
  "underlying": "0xC96dE26018A54D51c097160568752c4E3BD6C364"
3207
3207
  }
3208
3208
  },
3209
+ {
3210
+ "chainId": 1,
3211
+ "address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
3212
+ "name": "Euro Coin",
3213
+ "decimals": 6,
3214
+ "symbol": "EURC",
3215
+ "tags": ["underlying"],
3216
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/eurc.svg"
3217
+ },
3218
+ {
3219
+ "chainId": 1,
3220
+ "address": "0xAA6e91C82942aeAE040303Bf96c15a6dBcB82CA0",
3221
+ "name": "Aave Ethereum EURC",
3222
+ "decimals": 6,
3223
+ "symbol": "aEthEURC",
3224
+ "tags": ["aTokenV3", "aaveV3"],
3225
+ "logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aeurc.svg",
3226
+ "extensions": {
3227
+ "pool": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
3228
+ "underlying": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c"
3229
+ }
3230
+ },
3209
3231
  {
3210
3232
  "chainId": 137,
3211
3233
  "address": "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
@@ -8364,6 +8386,6 @@
8364
8386
  }
8365
8387
  }
8366
8388
  ],
8367
- "version": { "major": 3, "minor": 0, "patch": 122 },
8368
- "timestamp": "2025-06-28T14:21:49.513Z"
8389
+ "version": { "major": 3, "minor": 0, "patch": 123 },
8390
+ "timestamp": "2025-07-02T00:15:45.328Z"
8369
8391
  }