@bgd-labs/aave-address-book 4.41.2-589ddbf1b7a0f36ee19943d0f2ac878bb9f2364e.0 → 4.41.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/dist/AaveAddressBook.d.mts +3 -3
- package/dist/AaveAddressBook.d.ts +3 -3
- package/dist/{AaveV3Ethereum-C3eHADIX.d.mts → AaveV3Ethereum-Bx3NJCzt.d.mts} +9 -9
- package/dist/{AaveV3Ethereum-C3eHADIX.d.ts → AaveV3Ethereum-Bx3NJCzt.d.ts} +9 -9
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +9 -9
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +9 -9
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3EthereumLido-CZVqn8PI.d.mts → AaveV3EthereumLido-CIFu3KmL.d.mts} +9 -9
- package/dist/{AaveV3EthereumLido-CZVqn8PI.d.ts → AaveV3EthereumLido-CIFu3KmL.d.ts} +9 -9
- package/dist/AaveV3EthereumLido.d.mts +1 -1
- package/dist/AaveV3EthereumLido.d.ts +1 -1
- package/dist/AaveV3EthereumLido.js +9 -9
- package/dist/AaveV3EthereumLido.js.map +1 -1
- package/dist/AaveV3EthereumLido.mjs +9 -9
- package/dist/AaveV3EthereumLido.mjs.map +1 -1
- package/dist/{AaveV3Plasma-DSQ5HOTZ.d.mts → AaveV3Plasma-DyTYnunE.d.mts} +8 -8
- package/dist/{AaveV3Plasma-DSQ5HOTZ.d.ts → AaveV3Plasma-DyTYnunE.d.ts} +8 -8
- package/dist/AaveV3Plasma.d.mts +1 -1
- package/dist/AaveV3Plasma.d.ts +1 -1
- package/dist/AaveV3Plasma.js +8 -8
- package/dist/AaveV3Plasma.js.map +1 -1
- package/dist/AaveV3Plasma.mjs +8 -8
- package/dist/AaveV3Plasma.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3Ethereum.sol +18 -18
- package/src/AaveV3EthereumLido.sol +18 -18
|
@@ -29,11 +29,11 @@ library AaveV3EthereumLido {
|
|
|
29
29
|
IPoolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
30
30
|
IPoolDataProvider(0xB85B2bFEbeC4F5f401dbf92ac147A3076391fCD5);
|
|
31
31
|
|
|
32
|
-
// https://etherscan.io/address/
|
|
33
|
-
address internal constant POOL_IMPL =
|
|
32
|
+
// https://etherscan.io/address/0xC313A383D1838dCDA96f4c97698238F0A5499eA4
|
|
33
|
+
address internal constant POOL_IMPL = 0xC313A383D1838dCDA96f4c97698238F0A5499eA4;
|
|
34
34
|
|
|
35
|
-
// https://etherscan.io/address/
|
|
36
|
-
address internal constant POOL_CONFIGURATOR_IMPL =
|
|
35
|
+
// https://etherscan.io/address/0x6fDdde45f777a4E461B0721a578b169b44579623
|
|
36
|
+
address internal constant POOL_CONFIGURATOR_IMPL = 0x6fDdde45f777a4E461B0721a578b169b44579623;
|
|
37
37
|
|
|
38
38
|
// https://etherscan.io/address/0x8164Cc65827dcFe994AB23944CBC90e0aa80bFcb
|
|
39
39
|
address internal constant DEFAULT_INCENTIVES_CONTROLLER =
|
|
@@ -45,12 +45,12 @@ library AaveV3EthereumLido {
|
|
|
45
45
|
// https://etherscan.io/address/0x464C71f6c2F760DdA6093dCB91C24c39e5d6e18c
|
|
46
46
|
ICollector internal constant COLLECTOR = ICollector(0x464C71f6c2F760DdA6093dCB91C24c39e5d6e18c);
|
|
47
47
|
|
|
48
|
-
// https://etherscan.io/address/
|
|
49
|
-
address internal constant DEFAULT_A_TOKEN_IMPL =
|
|
48
|
+
// https://etherscan.io/address/0x80D786DF608603cCDcC83F5712B97C185A6A948d
|
|
49
|
+
address internal constant DEFAULT_A_TOKEN_IMPL = 0x80D786DF608603cCDcC83F5712B97C185A6A948d;
|
|
50
50
|
|
|
51
|
-
// https://etherscan.io/address/
|
|
51
|
+
// https://etherscan.io/address/0x79f5C4562EC3e85C3103Ce63Ab94E92EFfDd6197
|
|
52
52
|
address internal constant DEFAULT_VARIABLE_DEBT_TOKEN_IMPL =
|
|
53
|
-
|
|
53
|
+
0x79f5C4562EC3e85C3103Ce63Ab94E92EFfDd6197;
|
|
54
54
|
|
|
55
55
|
// https://etherscan.io/address/0xC6cAB8D39D93DC0Bd5986E7Ce5Bb956E30103A43
|
|
56
56
|
address internal constant POOL_ADDRESSES_PROVIDER_REGISTRY =
|
|
@@ -297,18 +297,18 @@ library AaveV3EthereumLidoEModes {
|
|
|
297
297
|
uint8 internal constant tETH__wstETH = 7;
|
|
298
298
|
}
|
|
299
299
|
library AaveV3EthereumLidoExternalLibraries {
|
|
300
|
-
// https://etherscan.io/address/
|
|
301
|
-
address internal constant FLASHLOAN_LOGIC =
|
|
300
|
+
// https://etherscan.io/address/0xE66AdcF153d0bD67a74e5d23e23F90b4011024EC
|
|
301
|
+
address internal constant FLASHLOAN_LOGIC = 0xE66AdcF153d0bD67a74e5d23e23F90b4011024EC;
|
|
302
302
|
|
|
303
|
-
// https://etherscan.io/address/
|
|
304
|
-
address internal constant BORROW_LOGIC =
|
|
303
|
+
// https://etherscan.io/address/0x1Fb8f7C906cddD28B42ae6Eb76abC04A91188635
|
|
304
|
+
address internal constant BORROW_LOGIC = 0x1Fb8f7C906cddD28B42ae6Eb76abC04A91188635;
|
|
305
305
|
|
|
306
|
-
// https://etherscan.io/address/
|
|
307
|
-
address internal constant LIQUIDATION_LOGIC =
|
|
306
|
+
// https://etherscan.io/address/0x8dc095F287dBEBD9e15f75BB3DfBF18389BB8104
|
|
307
|
+
address internal constant LIQUIDATION_LOGIC = 0x8dc095F287dBEBD9e15f75BB3DfBF18389BB8104;
|
|
308
308
|
|
|
309
|
-
// https://etherscan.io/address/
|
|
310
|
-
address internal constant POOL_LOGIC =
|
|
309
|
+
// https://etherscan.io/address/0x25Ed699a052B820d772765E26Ed4dD9f0A26F3E5
|
|
310
|
+
address internal constant POOL_LOGIC = 0x25Ed699a052B820d772765E26Ed4dD9f0A26F3E5;
|
|
311
311
|
|
|
312
|
-
// https://etherscan.io/address/
|
|
313
|
-
address internal constant SUPPLY_LOGIC =
|
|
312
|
+
// https://etherscan.io/address/0x33654b16A4De97bCE05d7dD06803Bf1066f3123C
|
|
313
|
+
address internal constant SUPPLY_LOGIC = 0x33654b16A4De97bCE05d7dD06803Bf1066f3123C;
|
|
314
314
|
}
|