@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/dist/AaveAddressBook.d.mts +1 -1
- package/dist/AaveAddressBook.d.ts +1 -1
- package/dist/{AaveV3Ethereum-B_IkkajI.d.mts → AaveV3Ethereum-Bd2eN-2C.d.mts} +13 -4
- package/dist/{AaveV3Ethereum-B_IkkajI.d.ts → AaveV3Ethereum-Bd2eN-2C.d.ts} +13 -4
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +13 -4
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +13 -4
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/tokenlist.d.mts +29 -2
- package/dist/tokenlist.d.ts +29 -2
- package/dist/tokenlist.js +24 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +24 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3Ethereum.sol +18 -0
- package/tokenlist.json +24 -2
package/dist/tokenlist.mjs
CHANGED
|
@@ -3206,6 +3206,28 @@ var tokens = [
|
|
|
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,8 +8386,8 @@ var tokens = [
|
|
|
8364
8386
|
}
|
|
8365
8387
|
}
|
|
8366
8388
|
];
|
|
8367
|
-
var version = { major: 3, minor: 0, patch:
|
|
8368
|
-
var timestamp = "2025-
|
|
8389
|
+
var version = { major: 3, minor: 0, patch: 123 };
|
|
8390
|
+
var timestamp = "2025-07-02T00:15:45.328Z";
|
|
8369
8391
|
var tokenlist_default = {
|
|
8370
8392
|
name,
|
|
8371
8393
|
logoURI,
|