@bgd-labs/aave-address-book 4.37.0 → 4.37.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 +4 -4
- package/dist/AaveAddressBook.d.ts +4 -4
- package/dist/{AaveV3Avalanche-a1kXqoqX.d.mts → AaveV3Avalanche-DENI2xUP.d.mts} +19 -0
- package/dist/{AaveV3Avalanche-a1kXqoqX.d.ts → AaveV3Avalanche-DENI2xUP.d.ts} +19 -0
- package/dist/AaveV3Avalanche.d.mts +1 -1
- package/dist/AaveV3Avalanche.d.ts +1 -1
- package/dist/AaveV3Avalanche.js +19 -0
- package/dist/AaveV3Avalanche.js.map +1 -1
- package/dist/AaveV3Avalanche.mjs +19 -0
- package/dist/AaveV3Avalanche.mjs.map +1 -1
- package/dist/{AaveV3Ethereum-TE_8lEVV.d.mts → AaveV3Ethereum-BgmiV3FD.d.mts} +19 -10
- package/dist/{AaveV3Ethereum-TE_8lEVV.d.ts → AaveV3Ethereum-BgmiV3FD.d.ts} +19 -10
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +19 -10
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +19 -10
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3Linea-Bjd9wD9-.d.mts → AaveV3Linea-CjzLmcXj.d.mts} +9 -0
- package/dist/{AaveV3Linea-Bjd9wD9-.d.ts → AaveV3Linea-CjzLmcXj.d.ts} +9 -0
- package/dist/AaveV3Linea.d.mts +1 -1
- package/dist/AaveV3Linea.d.ts +1 -1
- package/dist/AaveV3Linea.js +9 -0
- package/dist/AaveV3Linea.js.map +1 -1
- package/dist/AaveV3Linea.mjs +9 -0
- package/dist/AaveV3Linea.mjs.map +1 -1
- package/dist/{AaveV3Plasma-DcKNVmnD.d.mts → AaveV3Plasma-BMWagUPc.d.mts} +9 -9
- package/dist/{AaveV3Plasma-DcKNVmnD.d.ts → AaveV3Plasma-BMWagUPc.d.ts} +9 -9
- package/dist/AaveV3Plasma.d.mts +1 -1
- package/dist/AaveV3Plasma.d.ts +1 -1
- package/dist/AaveV3Plasma.js +9 -9
- package/dist/AaveV3Plasma.js.map +1 -1
- package/dist/AaveV3Plasma.mjs +9 -9
- package/dist/AaveV3Plasma.mjs.map +1 -1
- package/dist/tokenlist.d.mts +79 -2
- package/dist/tokenlist.d.ts +79 -2
- package/dist/tokenlist.js +64 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +64 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3Avalanche.sol +20 -0
- package/src/AaveV3Ethereum.sol +18 -0
- package/src/AaveV3Linea.sol +18 -0
- package/tokenlist.json +64 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bgd-labs/aave-address-book",
|
|
3
|
-
"version": "4.37.
|
|
3
|
+
"version": "4.37.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": [
|
package/src/AaveV3Avalanche.sol
CHANGED
|
@@ -495,6 +495,24 @@ library AaveV3AvalancheAssets {
|
|
|
495
495
|
// https://snowscan.xyz/address/0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da
|
|
496
496
|
address internal constant sUSDe_INTEREST_RATE_STRATEGY =
|
|
497
497
|
0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da;
|
|
498
|
+
|
|
499
|
+
// https://snowscan.xyz/address/0x7bFd4CA2a6Cf3A3fDDd645D10B323031afe47FF0
|
|
500
|
+
address internal constant wrsETH_UNDERLYING = 0x7bFd4CA2a6Cf3A3fDDd645D10B323031afe47FF0;
|
|
501
|
+
|
|
502
|
+
uint8 internal constant wrsETH_DECIMALS = 18;
|
|
503
|
+
|
|
504
|
+
// https://snowscan.xyz/address/0x40B4BAEcc69B882e8804f9286b12228C27F8c9BF
|
|
505
|
+
address internal constant wrsETH_A_TOKEN = 0x40B4BAEcc69B882e8804f9286b12228C27F8c9BF;
|
|
506
|
+
|
|
507
|
+
// https://snowscan.xyz/address/0x3ca5FA07689F266e907439aFd1fBB59c44fe12f6
|
|
508
|
+
address internal constant wrsETH_V_TOKEN = 0x3ca5FA07689F266e907439aFd1fBB59c44fe12f6;
|
|
509
|
+
|
|
510
|
+
// https://snowscan.xyz/address/0xe5Af98d1c62c7D9C1378AF187eEFB0BEe112ff64
|
|
511
|
+
address internal constant wrsETH_ORACLE = 0xe5Af98d1c62c7D9C1378AF187eEFB0BEe112ff64;
|
|
512
|
+
|
|
513
|
+
// https://snowscan.xyz/address/0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da
|
|
514
|
+
address internal constant wrsETH_INTEREST_RATE_STRATEGY =
|
|
515
|
+
0xCe1C5509f2f4d755aA64B8D135B15ec6F12a93da;
|
|
498
516
|
}
|
|
499
517
|
library AaveV3AvalancheEModes {
|
|
500
518
|
uint8 internal constant NONE = 0;
|
|
@@ -506,6 +524,8 @@ library AaveV3AvalancheEModes {
|
|
|
506
524
|
uint8 internal constant USDe__USDC_USDt_GHO = 3;
|
|
507
525
|
|
|
508
526
|
uint8 internal constant sUSDe__USDC_USDt_GHO_USDe = 4;
|
|
527
|
+
|
|
528
|
+
uint8 internal constant wrsETH__WETHe = 5;
|
|
509
529
|
}
|
|
510
530
|
library AaveV3AvalancheExternalLibraries {
|
|
511
531
|
// https://snowscan.xyz/address/0x5e84CEe2afb7B37d2AB14722C39A7c1C26F5B0BB
|
package/src/AaveV3Ethereum.sol
CHANGED
|
@@ -1280,6 +1280,24 @@ library AaveV3EthereumAssets {
|
|
|
1280
1280
|
// https://etherscan.io/address/0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB
|
|
1281
1281
|
address internal constant PT_sUSDE_5FEB2026_INTEREST_RATE_STRATEGY =
|
|
1282
1282
|
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB;
|
|
1283
|
+
|
|
1284
|
+
// https://etherscan.io/address/0xacA92E438df0B2401fF60dA7E4337B687a2435DA
|
|
1285
|
+
address internal constant mUSD_UNDERLYING = 0xacA92E438df0B2401fF60dA7E4337B687a2435DA;
|
|
1286
|
+
|
|
1287
|
+
uint8 internal constant mUSD_DECIMALS = 6;
|
|
1288
|
+
|
|
1289
|
+
// https://etherscan.io/address/0xAa0200d169fF3ba9385c12E073c5d1d30434AE7b
|
|
1290
|
+
address internal constant mUSD_A_TOKEN = 0xAa0200d169fF3ba9385c12E073c5d1d30434AE7b;
|
|
1291
|
+
|
|
1292
|
+
// https://etherscan.io/address/0xE35e6A0D3AbC28289f5d4C2d262a133Df936b98D
|
|
1293
|
+
address internal constant mUSD_V_TOKEN = 0xE35e6A0D3AbC28289f5d4C2d262a133Df936b98D;
|
|
1294
|
+
|
|
1295
|
+
// https://etherscan.io/address/0xf22de319901C3b9BAEc7Fa14FdF013Ede40E7312
|
|
1296
|
+
address internal constant mUSD_ORACLE = 0xf22de319901C3b9BAEc7Fa14FdF013Ede40E7312;
|
|
1297
|
+
|
|
1298
|
+
// https://etherscan.io/address/0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB
|
|
1299
|
+
address internal constant mUSD_INTEREST_RATE_STRATEGY =
|
|
1300
|
+
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB;
|
|
1283
1301
|
}
|
|
1284
1302
|
library AaveV3EthereumEModes {
|
|
1285
1303
|
uint8 internal constant NONE = 0;
|
package/src/AaveV3Linea.sol
CHANGED
|
@@ -245,6 +245,24 @@ library AaveV3LineaAssets {
|
|
|
245
245
|
// https://lineascan.build/address/0xB1532b76D054c9F9E61b25c4d91f69B4133E4671
|
|
246
246
|
address internal constant wrsETH_INTEREST_RATE_STRATEGY =
|
|
247
247
|
0xB1532b76D054c9F9E61b25c4d91f69B4133E4671;
|
|
248
|
+
|
|
249
|
+
// https://lineascan.build/address/0xacA92E438df0B2401fF60dA7E4337B687a2435DA
|
|
250
|
+
address internal constant mUSD_UNDERLYING = 0xacA92E438df0B2401fF60dA7E4337B687a2435DA;
|
|
251
|
+
|
|
252
|
+
uint8 internal constant mUSD_DECIMALS = 6;
|
|
253
|
+
|
|
254
|
+
// https://lineascan.build/address/0x61B19879F4033c2b5682a969cccC9141e022823c
|
|
255
|
+
address internal constant mUSD_A_TOKEN = 0x61B19879F4033c2b5682a969cccC9141e022823c;
|
|
256
|
+
|
|
257
|
+
// https://lineascan.build/address/0x8619B395Fd96DCFe3f2711d8BF84b26338db0294
|
|
258
|
+
address internal constant mUSD_V_TOKEN = 0x8619B395Fd96DCFe3f2711d8BF84b26338db0294;
|
|
259
|
+
|
|
260
|
+
// https://lineascan.build/address/0xB8454f3b48395103F23c88B699d4F6A81fD1DCff
|
|
261
|
+
address internal constant mUSD_ORACLE = 0xB8454f3b48395103F23c88B699d4F6A81fD1DCff;
|
|
262
|
+
|
|
263
|
+
// https://lineascan.build/address/0xB1532b76D054c9F9E61b25c4d91f69B4133E4671
|
|
264
|
+
address internal constant mUSD_INTEREST_RATE_STRATEGY =
|
|
265
|
+
0xB1532b76D054c9F9E61b25c4d91f69B4133E4671;
|
|
248
266
|
}
|
|
249
267
|
library AaveV3LineaEModes {
|
|
250
268
|
uint8 internal constant NONE = 0;
|
package/tokenlist.json
CHANGED
|
@@ -3430,6 +3430,26 @@
|
|
|
3430
3430
|
"underlying": "0xE8483517077afa11A9B07f849cee2552f040d7b2"
|
|
3431
3431
|
}
|
|
3432
3432
|
},
|
|
3433
|
+
{
|
|
3434
|
+
"chainId": 1,
|
|
3435
|
+
"address": "0xacA92E438df0B2401fF60dA7E4337B687a2435DA",
|
|
3436
|
+
"name": "MetaMask USD",
|
|
3437
|
+
"decimals": 6,
|
|
3438
|
+
"symbol": "mUSD",
|
|
3439
|
+
"tags": ["underlying"]
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"chainId": 1,
|
|
3443
|
+
"address": "0xAa0200d169fF3ba9385c12E073c5d1d30434AE7b",
|
|
3444
|
+
"name": "Aave Ethereum mUSD",
|
|
3445
|
+
"decimals": 6,
|
|
3446
|
+
"symbol": "aEthmUSD",
|
|
3447
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
3448
|
+
"extensions": {
|
|
3449
|
+
"pool": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
|
|
3450
|
+
"underlying": "0xacA92E438df0B2401fF60dA7E4337B687a2435DA"
|
|
3451
|
+
}
|
|
3452
|
+
},
|
|
3433
3453
|
{
|
|
3434
3454
|
"chainId": 137,
|
|
3435
3455
|
"address": "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
|
|
@@ -4748,6 +4768,28 @@
|
|
|
4748
4768
|
"underlying": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"
|
|
4749
4769
|
}
|
|
4750
4770
|
},
|
|
4771
|
+
{
|
|
4772
|
+
"chainId": 43114,
|
|
4773
|
+
"address": "0x7bFd4CA2a6Cf3A3fDDd645D10B323031afe47FF0",
|
|
4774
|
+
"name": "rsETHWrapper",
|
|
4775
|
+
"decimals": 18,
|
|
4776
|
+
"symbol": "wrsETH",
|
|
4777
|
+
"tags": ["underlying"],
|
|
4778
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/wrseth.svg"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"chainId": 43114,
|
|
4782
|
+
"address": "0x40B4BAEcc69B882e8804f9286b12228C27F8c9BF",
|
|
4783
|
+
"name": "Aave Avalanche wrsETH",
|
|
4784
|
+
"decimals": 18,
|
|
4785
|
+
"symbol": "aAvawrsETH",
|
|
4786
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
4787
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/awrseth.svg",
|
|
4788
|
+
"extensions": {
|
|
4789
|
+
"pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
|
|
4790
|
+
"underlying": "0x7bFd4CA2a6Cf3A3fDDd645D10B323031afe47FF0"
|
|
4791
|
+
}
|
|
4792
|
+
},
|
|
4751
4793
|
{
|
|
4752
4794
|
"chainId": 8453,
|
|
4753
4795
|
"address": "0x4200000000000000000000000000000000000006",
|
|
@@ -8548,6 +8590,26 @@
|
|
|
8548
8590
|
"underlying": "0xD2671165570f41BBB3B0097893300b6EB6101E6C"
|
|
8549
8591
|
}
|
|
8550
8592
|
},
|
|
8593
|
+
{
|
|
8594
|
+
"chainId": 59144,
|
|
8595
|
+
"address": "0xacA92E438df0B2401fF60dA7E4337B687a2435DA",
|
|
8596
|
+
"name": "MetaMask USD",
|
|
8597
|
+
"decimals": 6,
|
|
8598
|
+
"symbol": "mUSD",
|
|
8599
|
+
"tags": ["underlying"]
|
|
8600
|
+
},
|
|
8601
|
+
{
|
|
8602
|
+
"chainId": 59144,
|
|
8603
|
+
"address": "0x61B19879F4033c2b5682a969cccC9141e022823c",
|
|
8604
|
+
"name": "Aave Linea mUSD",
|
|
8605
|
+
"decimals": 6,
|
|
8606
|
+
"symbol": "aLinmUSD",
|
|
8607
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
8608
|
+
"extensions": {
|
|
8609
|
+
"pool": "0xc47b8C00b0f69a36fa203Ffeac0334874574a8Ac",
|
|
8610
|
+
"underlying": "0xacA92E438df0B2401fF60dA7E4337B687a2435DA"
|
|
8611
|
+
}
|
|
8612
|
+
},
|
|
8551
8613
|
{
|
|
8552
8614
|
"chainId": 42220,
|
|
8553
8615
|
"address": "0xcebA9300f2b948710d2653dD7B07f33A8B32118C",
|
|
@@ -9491,6 +9553,6 @@
|
|
|
9491
9553
|
}
|
|
9492
9554
|
}
|
|
9493
9555
|
],
|
|
9494
|
-
"version": { "major": 3, "minor": 0, "patch":
|
|
9495
|
-
"timestamp": "2025-
|
|
9556
|
+
"version": { "major": 3, "minor": 0, "patch": 148 },
|
|
9557
|
+
"timestamp": "2025-12-02T00:16:28.121Z"
|
|
9496
9558
|
}
|