@bgd-labs/aave-address-book 4.36.1-c3422d8badc1b68c4afa3a7c09676174f1795c9f.0 → 4.36.2-2299fbf0254f3ec509dd5f03ad432e00d565cd73.0
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-BTY4IbGh.d.mts → AaveV3Ethereum-Dc23AI2m.d.mts} +2 -2
- package/dist/{AaveV3Ethereum-BTY4IbGh.d.ts → AaveV3Ethereum-Dc23AI2m.d.ts} +2 -2
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +2 -2
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +2 -2
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3Plasma-ds94rpaE.d.mts → AaveV3Plasma-s-CF-Hdm.d.mts} +12 -12
- package/dist/{AaveV3Plasma-ds94rpaE.d.ts → AaveV3Plasma-s-CF-Hdm.d.ts} +12 -12
- package/dist/AaveV3Plasma.d.mts +1 -1
- package/dist/AaveV3Plasma.d.ts +1 -1
- package/dist/AaveV3Plasma.js +12 -12
- package/dist/AaveV3Plasma.js.map +1 -1
- package/dist/AaveV3Plasma.mjs +12 -12
- package/dist/AaveV3Plasma.mjs.map +1 -1
- package/dist/{GhoEthereum--VmdM5nK.d.mts → GhoEthereum-KClO1WhH.d.mts} +6 -6
- package/dist/{GhoEthereum--VmdM5nK.d.ts → GhoEthereum-KClO1WhH.d.ts} +6 -6
- package/dist/GhoEthereum.d.mts +1 -1
- package/dist/GhoEthereum.d.ts +1 -1
- package/dist/GhoEthereum.js +6 -6
- package/dist/GhoEthereum.js.map +1 -1
- package/dist/GhoEthereum.mjs +6 -6
- package/dist/GhoEthereum.mjs.map +1 -1
- package/dist/abis/IAToken.d.mts +20 -30
- package/dist/abis/IAToken.d.ts +20 -30
- package/dist/abis/IAToken.js +25 -37
- package/dist/abis/IAToken.js.map +1 -1
- package/dist/abis/IAToken.mjs +25 -37
- package/dist/abis/IAToken.mjs.map +1 -1
- package/dist/abis/IAaveV3ConfigEngine.d.mts +35 -0
- package/dist/abis/IAaveV3ConfigEngine.d.ts +35 -0
- package/dist/abis/IAaveV3ConfigEngine.js +45 -0
- package/dist/abis/IAaveV3ConfigEngine.js.map +1 -1
- package/dist/abis/IAaveV3ConfigEngine.mjs +45 -0
- package/dist/abis/IAaveV3ConfigEngine.mjs.map +1 -1
- package/dist/abis/IPool.d.mts +92 -125
- package/dist/abis/IPool.d.ts +92 -125
- package/dist/abis/IPool.js +108 -147
- package/dist/abis/IPool.js.map +1 -1
- package/dist/abis/IPool.mjs +108 -147
- package/dist/abis/IPool.mjs.map +1 -1
- package/dist/abis/IPoolConfigurator.d.mts +2 -102
- package/dist/abis/IPoolConfigurator.d.ts +2 -102
- package/dist/abis/IPoolConfigurator.js +2 -129
- package/dist/abis/IPoolConfigurator.js.map +1 -1
- package/dist/abis/IPoolConfigurator.mjs +2 -129
- package/dist/abis/IPoolConfigurator.mjs.map +1 -1
- package/dist/abis/IStataTokenFactory.d.mts +15 -0
- package/dist/abis/IStataTokenFactory.d.ts +15 -0
- package/dist/abis/IStataTokenFactory.js +19 -0
- package/dist/abis/IStataTokenFactory.js.map +1 -1
- package/dist/abis/IStataTokenFactory.mjs +19 -0
- package/dist/abis/IStataTokenFactory.mjs.map +1 -1
- package/package.json +1 -1
- package/src/GhoEthereum.sol +12 -12
package/dist/abis/IPool.d.ts
CHANGED
|
@@ -8,16 +8,6 @@ declare const IPool_ABI: readonly [{
|
|
|
8
8
|
readonly internalType: "contract IPoolAddressesProvider";
|
|
9
9
|
}];
|
|
10
10
|
readonly stateMutability: "view";
|
|
11
|
-
}, {
|
|
12
|
-
readonly type: "function";
|
|
13
|
-
readonly name: "BRIDGE_PROTOCOL_FEE";
|
|
14
|
-
readonly inputs: readonly [];
|
|
15
|
-
readonly outputs: readonly [{
|
|
16
|
-
readonly name: "";
|
|
17
|
-
readonly type: "uint256";
|
|
18
|
-
readonly internalType: "uint256";
|
|
19
|
-
}];
|
|
20
|
-
readonly stateMutability: "view";
|
|
21
11
|
}, {
|
|
22
12
|
readonly type: "function";
|
|
23
13
|
readonly name: "FLASHLOAN_PREMIUM_TOTAL";
|
|
@@ -50,25 +40,27 @@ declare const IPool_ABI: readonly [{
|
|
|
50
40
|
readonly stateMutability: "view";
|
|
51
41
|
}, {
|
|
52
42
|
readonly type: "function";
|
|
53
|
-
readonly name: "
|
|
43
|
+
readonly name: "RESERVE_INTEREST_RATE_STRATEGY";
|
|
44
|
+
readonly inputs: readonly [];
|
|
45
|
+
readonly outputs: readonly [{
|
|
46
|
+
readonly name: "";
|
|
47
|
+
readonly type: "address";
|
|
48
|
+
readonly internalType: "address";
|
|
49
|
+
}];
|
|
50
|
+
readonly stateMutability: "view";
|
|
51
|
+
}, {
|
|
52
|
+
readonly type: "function";
|
|
53
|
+
readonly name: "approvePositionManager";
|
|
54
54
|
readonly inputs: readonly [{
|
|
55
|
-
readonly name: "
|
|
55
|
+
readonly name: "positionManager";
|
|
56
56
|
readonly type: "address";
|
|
57
57
|
readonly internalType: "address";
|
|
58
58
|
}, {
|
|
59
|
-
readonly name: "
|
|
60
|
-
readonly type: "
|
|
61
|
-
readonly internalType: "
|
|
62
|
-
}, {
|
|
63
|
-
readonly name: "fee";
|
|
64
|
-
readonly type: "uint256";
|
|
65
|
-
readonly internalType: "uint256";
|
|
66
|
-
}];
|
|
67
|
-
readonly outputs: readonly [{
|
|
68
|
-
readonly name: "";
|
|
69
|
-
readonly type: "uint256";
|
|
70
|
-
readonly internalType: "uint256";
|
|
59
|
+
readonly name: "approve";
|
|
60
|
+
readonly type: "bool";
|
|
61
|
+
readonly internalType: "bool";
|
|
71
62
|
}];
|
|
63
|
+
readonly outputs: readonly [];
|
|
72
64
|
readonly stateMutability: "nonpayable";
|
|
73
65
|
}, {
|
|
74
66
|
readonly type: "function";
|
|
@@ -199,7 +191,11 @@ declare const IPool_ABI: readonly [{
|
|
|
199
191
|
readonly type: "uint256";
|
|
200
192
|
readonly internalType: "uint256";
|
|
201
193
|
}];
|
|
202
|
-
readonly outputs: readonly [
|
|
194
|
+
readonly outputs: readonly [{
|
|
195
|
+
readonly name: "";
|
|
196
|
+
readonly type: "uint256";
|
|
197
|
+
readonly internalType: "uint256";
|
|
198
|
+
}];
|
|
203
199
|
readonly stateMutability: "nonpayable";
|
|
204
200
|
}, {
|
|
205
201
|
readonly type: "function";
|
|
@@ -217,15 +213,15 @@ declare const IPool_ABI: readonly [{
|
|
|
217
213
|
readonly type: "address";
|
|
218
214
|
readonly internalType: "address";
|
|
219
215
|
}, {
|
|
220
|
-
readonly name: "
|
|
216
|
+
readonly name: "scaledAmount";
|
|
221
217
|
readonly type: "uint256";
|
|
222
218
|
readonly internalType: "uint256";
|
|
223
219
|
}, {
|
|
224
|
-
readonly name: "
|
|
220
|
+
readonly name: "scaledBalanceFromBefore";
|
|
225
221
|
readonly type: "uint256";
|
|
226
222
|
readonly internalType: "uint256";
|
|
227
223
|
}, {
|
|
228
|
-
readonly name: "
|
|
224
|
+
readonly name: "scaledBalanceToBefore";
|
|
229
225
|
readonly type: "uint256";
|
|
230
226
|
readonly internalType: "uint256";
|
|
231
227
|
}];
|
|
@@ -301,16 +297,6 @@ declare const IPool_ABI: readonly [{
|
|
|
301
297
|
readonly internalType: "address";
|
|
302
298
|
}];
|
|
303
299
|
readonly stateMutability: "view";
|
|
304
|
-
}, {
|
|
305
|
-
readonly type: "function";
|
|
306
|
-
readonly name: "getBridgeLogic";
|
|
307
|
-
readonly inputs: readonly [];
|
|
308
|
-
readonly outputs: readonly [{
|
|
309
|
-
readonly name: "";
|
|
310
|
-
readonly type: "address";
|
|
311
|
-
readonly internalType: "address";
|
|
312
|
-
}];
|
|
313
|
-
readonly stateMutability: "view";
|
|
314
300
|
}, {
|
|
315
301
|
readonly type: "function";
|
|
316
302
|
readonly name: "getConfiguration";
|
|
@@ -778,13 +764,27 @@ declare const IPool_ABI: readonly [{
|
|
|
778
764
|
readonly name: "variableDebtAddress";
|
|
779
765
|
readonly type: "address";
|
|
780
766
|
readonly internalType: "address";
|
|
767
|
+
}];
|
|
768
|
+
readonly outputs: readonly [];
|
|
769
|
+
readonly stateMutability: "nonpayable";
|
|
770
|
+
}, {
|
|
771
|
+
readonly type: "function";
|
|
772
|
+
readonly name: "isApprovedPositionManager";
|
|
773
|
+
readonly inputs: readonly [{
|
|
774
|
+
readonly name: "user";
|
|
775
|
+
readonly type: "address";
|
|
776
|
+
readonly internalType: "address";
|
|
781
777
|
}, {
|
|
782
|
-
readonly name: "
|
|
778
|
+
readonly name: "positionManager";
|
|
783
779
|
readonly type: "address";
|
|
784
780
|
readonly internalType: "address";
|
|
785
781
|
}];
|
|
786
|
-
readonly outputs: readonly [
|
|
787
|
-
|
|
782
|
+
readonly outputs: readonly [{
|
|
783
|
+
readonly name: "";
|
|
784
|
+
readonly type: "bool";
|
|
785
|
+
readonly internalType: "bool";
|
|
786
|
+
}];
|
|
787
|
+
readonly stateMutability: "view";
|
|
788
788
|
}, {
|
|
789
789
|
readonly type: "function";
|
|
790
790
|
readonly name: "liquidationCall";
|
|
@@ -797,7 +797,7 @@ declare const IPool_ABI: readonly [{
|
|
|
797
797
|
readonly type: "address";
|
|
798
798
|
readonly internalType: "address";
|
|
799
799
|
}, {
|
|
800
|
-
readonly name: "
|
|
800
|
+
readonly name: "borrower";
|
|
801
801
|
readonly type: "address";
|
|
802
802
|
readonly internalType: "address";
|
|
803
803
|
}, {
|
|
@@ -823,23 +823,11 @@ declare const IPool_ABI: readonly [{
|
|
|
823
823
|
readonly stateMutability: "nonpayable";
|
|
824
824
|
}, {
|
|
825
825
|
readonly type: "function";
|
|
826
|
-
readonly name: "
|
|
826
|
+
readonly name: "renouncePositionManagerRole";
|
|
827
827
|
readonly inputs: readonly [{
|
|
828
|
-
readonly name: "
|
|
829
|
-
readonly type: "address";
|
|
830
|
-
readonly internalType: "address";
|
|
831
|
-
}, {
|
|
832
|
-
readonly name: "amount";
|
|
833
|
-
readonly type: "uint256";
|
|
834
|
-
readonly internalType: "uint256";
|
|
835
|
-
}, {
|
|
836
|
-
readonly name: "onBehalfOf";
|
|
828
|
+
readonly name: "user";
|
|
837
829
|
readonly type: "address";
|
|
838
830
|
readonly internalType: "address";
|
|
839
|
-
}, {
|
|
840
|
-
readonly name: "referralCode";
|
|
841
|
-
readonly type: "uint16";
|
|
842
|
-
readonly internalType: "uint16";
|
|
843
831
|
}];
|
|
844
832
|
readonly outputs: readonly [];
|
|
845
833
|
readonly stateMutability: "nonpayable";
|
|
@@ -996,25 +984,25 @@ declare const IPool_ABI: readonly [{
|
|
|
996
984
|
readonly stateMutability: "nonpayable";
|
|
997
985
|
}, {
|
|
998
986
|
readonly type: "function";
|
|
999
|
-
readonly name: "
|
|
987
|
+
readonly name: "setUserEMode";
|
|
1000
988
|
readonly inputs: readonly [{
|
|
1001
|
-
readonly name: "
|
|
1002
|
-
readonly type: "
|
|
1003
|
-
readonly internalType: "
|
|
1004
|
-
}, {
|
|
1005
|
-
readonly name: "rateStrategyAddress";
|
|
1006
|
-
readonly type: "address";
|
|
1007
|
-
readonly internalType: "address";
|
|
989
|
+
readonly name: "categoryId";
|
|
990
|
+
readonly type: "uint8";
|
|
991
|
+
readonly internalType: "uint8";
|
|
1008
992
|
}];
|
|
1009
993
|
readonly outputs: readonly [];
|
|
1010
994
|
readonly stateMutability: "nonpayable";
|
|
1011
995
|
}, {
|
|
1012
996
|
readonly type: "function";
|
|
1013
|
-
readonly name: "
|
|
997
|
+
readonly name: "setUserEModeOnBehalfOf";
|
|
1014
998
|
readonly inputs: readonly [{
|
|
1015
999
|
readonly name: "categoryId";
|
|
1016
1000
|
readonly type: "uint8";
|
|
1017
1001
|
readonly internalType: "uint8";
|
|
1002
|
+
}, {
|
|
1003
|
+
readonly name: "onBehalfOf";
|
|
1004
|
+
readonly type: "address";
|
|
1005
|
+
readonly internalType: "address";
|
|
1018
1006
|
}];
|
|
1019
1007
|
readonly outputs: readonly [];
|
|
1020
1008
|
readonly stateMutability: "nonpayable";
|
|
@@ -1032,6 +1020,24 @@ declare const IPool_ABI: readonly [{
|
|
|
1032
1020
|
}];
|
|
1033
1021
|
readonly outputs: readonly [];
|
|
1034
1022
|
readonly stateMutability: "nonpayable";
|
|
1023
|
+
}, {
|
|
1024
|
+
readonly type: "function";
|
|
1025
|
+
readonly name: "setUserUseReserveAsCollateralOnBehalfOf";
|
|
1026
|
+
readonly inputs: readonly [{
|
|
1027
|
+
readonly name: "asset";
|
|
1028
|
+
readonly type: "address";
|
|
1029
|
+
readonly internalType: "address";
|
|
1030
|
+
}, {
|
|
1031
|
+
readonly name: "useAsCollateral";
|
|
1032
|
+
readonly type: "bool";
|
|
1033
|
+
readonly internalType: "bool";
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly name: "onBehalfOf";
|
|
1036
|
+
readonly type: "address";
|
|
1037
|
+
readonly internalType: "address";
|
|
1038
|
+
}];
|
|
1039
|
+
readonly outputs: readonly [];
|
|
1040
|
+
readonly stateMutability: "nonpayable";
|
|
1035
1041
|
}, {
|
|
1036
1042
|
readonly type: "function";
|
|
1037
1043
|
readonly name: "supply";
|
|
@@ -1114,23 +1120,9 @@ declare const IPool_ABI: readonly [{
|
|
|
1114
1120
|
readonly stateMutability: "nonpayable";
|
|
1115
1121
|
}, {
|
|
1116
1122
|
readonly type: "function";
|
|
1117
|
-
readonly name: "
|
|
1123
|
+
readonly name: "updateFlashloanPremium";
|
|
1118
1124
|
readonly inputs: readonly [{
|
|
1119
|
-
readonly name: "
|
|
1120
|
-
readonly type: "uint256";
|
|
1121
|
-
readonly internalType: "uint256";
|
|
1122
|
-
}];
|
|
1123
|
-
readonly outputs: readonly [];
|
|
1124
|
-
readonly stateMutability: "nonpayable";
|
|
1125
|
-
}, {
|
|
1126
|
-
readonly type: "function";
|
|
1127
|
-
readonly name: "updateFlashloanPremiums";
|
|
1128
|
-
readonly inputs: readonly [{
|
|
1129
|
-
readonly name: "flashLoanPremiumTotal";
|
|
1130
|
-
readonly type: "uint128";
|
|
1131
|
-
readonly internalType: "uint128";
|
|
1132
|
-
}, {
|
|
1133
|
-
readonly name: "flashLoanPremiumToProtocol";
|
|
1125
|
+
readonly name: "flashLoanPremium";
|
|
1134
1126
|
readonly type: "uint128";
|
|
1135
1127
|
readonly internalType: "uint128";
|
|
1136
1128
|
}];
|
|
@@ -1158,31 +1150,6 @@ declare const IPool_ABI: readonly [{
|
|
|
1158
1150
|
readonly internalType: "uint256";
|
|
1159
1151
|
}];
|
|
1160
1152
|
readonly stateMutability: "nonpayable";
|
|
1161
|
-
}, {
|
|
1162
|
-
readonly type: "event";
|
|
1163
|
-
readonly name: "BackUnbacked";
|
|
1164
|
-
readonly inputs: readonly [{
|
|
1165
|
-
readonly name: "reserve";
|
|
1166
|
-
readonly type: "address";
|
|
1167
|
-
readonly indexed: true;
|
|
1168
|
-
readonly internalType: "address";
|
|
1169
|
-
}, {
|
|
1170
|
-
readonly name: "backer";
|
|
1171
|
-
readonly type: "address";
|
|
1172
|
-
readonly indexed: true;
|
|
1173
|
-
readonly internalType: "address";
|
|
1174
|
-
}, {
|
|
1175
|
-
readonly name: "amount";
|
|
1176
|
-
readonly type: "uint256";
|
|
1177
|
-
readonly indexed: false;
|
|
1178
|
-
readonly internalType: "uint256";
|
|
1179
|
-
}, {
|
|
1180
|
-
readonly name: "fee";
|
|
1181
|
-
readonly type: "uint256";
|
|
1182
|
-
readonly indexed: false;
|
|
1183
|
-
readonly internalType: "uint256";
|
|
1184
|
-
}];
|
|
1185
|
-
readonly anonymous: false;
|
|
1186
1153
|
}, {
|
|
1187
1154
|
readonly type: "event";
|
|
1188
1155
|
readonly name: "Borrow";
|
|
@@ -1360,47 +1327,47 @@ declare const IPool_ABI: readonly [{
|
|
|
1360
1327
|
readonly anonymous: false;
|
|
1361
1328
|
}, {
|
|
1362
1329
|
readonly type: "event";
|
|
1363
|
-
readonly name: "
|
|
1330
|
+
readonly name: "MintedToTreasury";
|
|
1364
1331
|
readonly inputs: readonly [{
|
|
1365
1332
|
readonly name: "reserve";
|
|
1366
1333
|
readonly type: "address";
|
|
1367
1334
|
readonly indexed: true;
|
|
1368
1335
|
readonly internalType: "address";
|
|
1369
1336
|
}, {
|
|
1337
|
+
readonly name: "amountMinted";
|
|
1338
|
+
readonly type: "uint256";
|
|
1339
|
+
readonly indexed: false;
|
|
1340
|
+
readonly internalType: "uint256";
|
|
1341
|
+
}];
|
|
1342
|
+
readonly anonymous: false;
|
|
1343
|
+
}, {
|
|
1344
|
+
readonly type: "event";
|
|
1345
|
+
readonly name: "PositionManagerApproved";
|
|
1346
|
+
readonly inputs: readonly [{
|
|
1370
1347
|
readonly name: "user";
|
|
1371
1348
|
readonly type: "address";
|
|
1372
|
-
readonly indexed:
|
|
1349
|
+
readonly indexed: true;
|
|
1373
1350
|
readonly internalType: "address";
|
|
1374
1351
|
}, {
|
|
1375
|
-
readonly name: "
|
|
1352
|
+
readonly name: "positionManager";
|
|
1376
1353
|
readonly type: "address";
|
|
1377
1354
|
readonly indexed: true;
|
|
1378
1355
|
readonly internalType: "address";
|
|
1379
|
-
}, {
|
|
1380
|
-
readonly name: "amount";
|
|
1381
|
-
readonly type: "uint256";
|
|
1382
|
-
readonly indexed: false;
|
|
1383
|
-
readonly internalType: "uint256";
|
|
1384
|
-
}, {
|
|
1385
|
-
readonly name: "referralCode";
|
|
1386
|
-
readonly type: "uint16";
|
|
1387
|
-
readonly indexed: true;
|
|
1388
|
-
readonly internalType: "uint16";
|
|
1389
1356
|
}];
|
|
1390
1357
|
readonly anonymous: false;
|
|
1391
1358
|
}, {
|
|
1392
1359
|
readonly type: "event";
|
|
1393
|
-
readonly name: "
|
|
1360
|
+
readonly name: "PositionManagerRevoked";
|
|
1394
1361
|
readonly inputs: readonly [{
|
|
1395
|
-
readonly name: "
|
|
1362
|
+
readonly name: "user";
|
|
1396
1363
|
readonly type: "address";
|
|
1397
1364
|
readonly indexed: true;
|
|
1398
1365
|
readonly internalType: "address";
|
|
1399
1366
|
}, {
|
|
1400
|
-
readonly name: "
|
|
1401
|
-
readonly type: "
|
|
1402
|
-
readonly indexed:
|
|
1403
|
-
readonly internalType: "
|
|
1367
|
+
readonly name: "positionManager";
|
|
1368
|
+
readonly type: "address";
|
|
1369
|
+
readonly indexed: true;
|
|
1370
|
+
readonly internalType: "address";
|
|
1404
1371
|
}];
|
|
1405
1372
|
readonly anonymous: false;
|
|
1406
1373
|
}, {
|