@defisaver/sdk 1.1.3 → 1.1.6
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/.yarn/releases/yarn-1.22.1.cjs +147386 -0
- package/.yarnrc.yml +3 -0
- package/esm/src/Action.d.ts +2 -2
- package/esm/src/actions/aaveV3/AaveV3DelegateWithSigAction.d.ts +11 -0
- package/esm/src/actions/aaveV3/AaveV3DelegateWithSigAction.js +33 -0
- package/esm/src/actions/aaveV3/index.d.ts +1 -0
- package/esm/src/actions/aaveV3/index.js +1 -0
- package/esm/src/actions/basic/PermitTokenAction.d.ts +21 -0
- package/esm/src/actions/basic/PermitTokenAction.js +50 -0
- package/esm/src/actions/basic/StarknetClaimAction.d.ts +11 -0
- package/esm/src/actions/basic/StarknetClaimAction.js +30 -0
- package/esm/src/actions/basic/index.d.ts +2 -0
- package/esm/src/actions/basic/index.js +2 -0
- package/esm/src/actions/flashloan/AaveV2FlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/AaveV2FlashLoanAction.js +1 -0
- package/esm/src/actions/flashloan/AaveV3FlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/AaveV3FlashLoanAction.js +1 -0
- package/esm/src/actions/flashloan/BalancerFlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/BalancerFlashLoanAction.js +1 -0
- package/esm/src/actions/flashloan/FLAction.d.ts +5 -1
- package/esm/src/actions/flashloan/FLAction.js +1 -30
- package/esm/src/actions/flashloan/FlashLoanId.d.ts +3 -0
- package/esm/src/actions/flashloan/FlashLoanId.js +1 -0
- package/esm/src/actions/flashloan/GhoFlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/GhoFlashLoanAction.js +1 -0
- package/esm/src/actions/flashloan/MakerFlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/MakerFlashLoanAction.js +1 -0
- package/esm/src/actions/flashloan/MorphoBlueFlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/MorphoBlueFlashLoanAction.js +1 -0
- package/esm/src/actions/flashloan/SparkFlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/SparkFlashLoanAction.js +1 -0
- package/esm/src/actions/flashloan/UniV3FlashLoanAction.d.ts +3 -1
- package/esm/src/actions/flashloan/UniV3FlashLoanAction.js +1 -0
- package/esm/src/actions/spark/SparkDelegateWithSigAction.d.ts +11 -0
- package/esm/src/actions/spark/SparkDelegateWithSigAction.js +33 -0
- package/esm/src/actions/spark/index.d.ts +1 -0
- package/esm/src/actions/spark/index.js +1 -0
- package/esm/src/addresses.d.ts +18 -2
- package/esm/src/addresses.js +18 -6
- package/esm/src/index.d.ts +72 -8
- package/esm/src/types.d.ts +20 -20
- package/package.json +1 -1
- package/src/actions/aaveV3/AaveV3DelegateWithSigAction.ts +42 -0
- package/src/actions/aaveV3/index.ts +2 -1
- package/src/actions/basic/PermitTokenAction.ts +50 -0
- package/src/actions/basic/StarknetClaimAction.ts +27 -0
- package/src/actions/basic/index.ts +2 -0
- package/src/actions/flashloan/AaveV2FlashLoanAction.ts +6 -3
- package/src/actions/flashloan/AaveV3FlashLoanAction.ts +6 -3
- package/src/actions/flashloan/BalancerFlashLoanAction.ts +6 -3
- package/src/actions/flashloan/FLAction.ts +8 -28
- package/src/actions/flashloan/FlashLoanId.ts +3 -0
- package/src/actions/flashloan/GhoFlashLoanAction.ts +6 -3
- package/src/actions/flashloan/MakerFlashLoanAction.ts +6 -3
- package/src/actions/flashloan/MorphoBlueFlashLoanAction.ts +6 -3
- package/src/actions/flashloan/SparkFlashLoanAction.ts +6 -3
- package/src/actions/flashloan/UniV3FlashLoanAction.ts +6 -3
- package/src/actions/spark/SparkDelegateWithSigAction.ts +42 -0
- package/src/actions/spark/index.ts +2 -1
- package/src/addresses.ts +18 -6
- package/umd/index.js +1494 -1237
- package/yarn-error.log +0 -3976
package/esm/src/addresses.d.ts
CHANGED
|
@@ -19,6 +19,8 @@ export declare const actionAddresses: {
|
|
|
19
19
|
SDaiWrap: string;
|
|
20
20
|
SDaiUnwrap: string;
|
|
21
21
|
TokenizedVaultAdapter: string;
|
|
22
|
+
PermitToken: string;
|
|
23
|
+
StarknetClaim: string;
|
|
22
24
|
DFSSell: string;
|
|
23
25
|
DFSSellTEMP: string;
|
|
24
26
|
McdGenerate: string;
|
|
@@ -58,6 +60,7 @@ export declare const actionAddresses: {
|
|
|
58
60
|
AaveV3Borrow: string;
|
|
59
61
|
AaveV3ATokenPayback: string;
|
|
60
62
|
AaveV3View: string;
|
|
63
|
+
AaveV3DelegateWithSig: string;
|
|
61
64
|
LSVWithdraw: string;
|
|
62
65
|
LSVBorrow: string;
|
|
63
66
|
LSVSupply: string;
|
|
@@ -83,6 +86,7 @@ export declare const actionAddresses: {
|
|
|
83
86
|
SparkSwapBorrowRateMode: string;
|
|
84
87
|
SparkWithdraw: string;
|
|
85
88
|
SparkDelegateCredit: string;
|
|
89
|
+
SparkDelegateWithSig: string;
|
|
86
90
|
CompBorrow: string;
|
|
87
91
|
CompClaim: string;
|
|
88
92
|
CompPayback: string;
|
|
@@ -225,6 +229,7 @@ export declare const actionAddresses: {
|
|
|
225
229
|
TokenBalance: string;
|
|
226
230
|
TokenizedVaultAdapter: string;
|
|
227
231
|
ChangeProxyOwner: string;
|
|
232
|
+
PermitToken: string;
|
|
228
233
|
AaveV3ATokenPayback: string;
|
|
229
234
|
AaveV3Borrow: string;
|
|
230
235
|
AaveV3CollateralSwitch: string;
|
|
@@ -234,6 +239,7 @@ export declare const actionAddresses: {
|
|
|
234
239
|
AaveV3SwapBorrowRateMode: string;
|
|
235
240
|
AaveV3Withdraw: string;
|
|
236
241
|
AaveV3ClaimRewards: string;
|
|
242
|
+
AaveV3DelegateWithSig: string;
|
|
237
243
|
AaveV3DelegateCredit: string;
|
|
238
244
|
FLAaveV3NoFee: string;
|
|
239
245
|
FLAaveV3: string;
|
|
@@ -261,6 +267,7 @@ export declare const actionAddresses: {
|
|
|
261
267
|
CreateSub?: undefined;
|
|
262
268
|
SDaiWrap?: undefined;
|
|
263
269
|
SDaiUnwrap?: undefined;
|
|
270
|
+
StarknetClaim?: undefined;
|
|
264
271
|
McdGenerate?: undefined;
|
|
265
272
|
McdGive?: undefined;
|
|
266
273
|
McdMerge?: undefined;
|
|
@@ -314,6 +321,7 @@ export declare const actionAddresses: {
|
|
|
314
321
|
SparkSwapBorrowRateMode?: undefined;
|
|
315
322
|
SparkWithdraw?: undefined;
|
|
316
323
|
SparkDelegateCredit?: undefined;
|
|
324
|
+
SparkDelegateWithSig?: undefined;
|
|
317
325
|
CompBorrow?: undefined;
|
|
318
326
|
CompClaim?: undefined;
|
|
319
327
|
CompPayback?: undefined;
|
|
@@ -430,10 +438,12 @@ export declare const actionAddresses: {
|
|
|
430
438
|
SumInputs: string;
|
|
431
439
|
SubInputs: string;
|
|
432
440
|
SendTokenAndUnwrap: string;
|
|
441
|
+
ApproveToken: string;
|
|
433
442
|
ToggleSub: string;
|
|
434
443
|
TokenBalance: string;
|
|
435
444
|
TokenizedVaultAdapter: string;
|
|
436
445
|
ChangeProxyOwner: string;
|
|
446
|
+
PermitToken: string;
|
|
437
447
|
AaveV3ATokenPayback: string;
|
|
438
448
|
AaveV3Borrow: string;
|
|
439
449
|
AaveV3CollateralSwitch: string;
|
|
@@ -443,6 +453,7 @@ export declare const actionAddresses: {
|
|
|
443
453
|
AaveV3SwapBorrowRateMode: string;
|
|
444
454
|
AaveV3Withdraw: string;
|
|
445
455
|
AaveV3ClaimRewards: string;
|
|
456
|
+
AaveV3DelegateWithSig: string;
|
|
446
457
|
CompV3Allow: string;
|
|
447
458
|
CompV3Borrow: string;
|
|
448
459
|
CompV3Claim: string;
|
|
@@ -478,9 +489,9 @@ export declare const actionAddresses: {
|
|
|
478
489
|
UpdateSub?: undefined;
|
|
479
490
|
TransferNFT?: undefined;
|
|
480
491
|
CreateSub?: undefined;
|
|
481
|
-
ApproveToken?: undefined;
|
|
482
492
|
SDaiWrap?: undefined;
|
|
483
493
|
SDaiUnwrap?: undefined;
|
|
494
|
+
StarknetClaim?: undefined;
|
|
484
495
|
McdGenerate?: undefined;
|
|
485
496
|
McdGive?: undefined;
|
|
486
497
|
McdMerge?: undefined;
|
|
@@ -534,6 +545,7 @@ export declare const actionAddresses: {
|
|
|
534
545
|
SparkSwapBorrowRateMode?: undefined;
|
|
535
546
|
SparkWithdraw?: undefined;
|
|
536
547
|
SparkDelegateCredit?: undefined;
|
|
548
|
+
SparkDelegateWithSig?: undefined;
|
|
537
549
|
CompBorrow?: undefined;
|
|
538
550
|
CompClaim?: undefined;
|
|
539
551
|
CompPayback?: undefined;
|
|
@@ -637,10 +649,12 @@ export declare const actionAddresses: {
|
|
|
637
649
|
UnwrapEth: string;
|
|
638
650
|
SendToken: string;
|
|
639
651
|
PullToken: string;
|
|
652
|
+
ApproveToken: string;
|
|
640
653
|
SumInputs: string;
|
|
641
654
|
SubInputs: string;
|
|
642
655
|
TokenBalance: string;
|
|
643
656
|
ChangeProxyOwner: string;
|
|
657
|
+
PermitToken: string;
|
|
644
658
|
FLAaveV3: string;
|
|
645
659
|
FLBalancer: string;
|
|
646
660
|
FLUniV3: string;
|
|
@@ -656,6 +670,7 @@ export declare const actionAddresses: {
|
|
|
656
670
|
AaveV3Borrow: string;
|
|
657
671
|
AaveV3ATokenPayback: string;
|
|
658
672
|
AaveV3View: string;
|
|
673
|
+
AaveV3DelegateWithSig: string;
|
|
659
674
|
CompV3Allow: string;
|
|
660
675
|
CompV3Borrow: string;
|
|
661
676
|
CompV3Claim: string;
|
|
@@ -669,10 +684,10 @@ export declare const actionAddresses: {
|
|
|
669
684
|
UpdateSub?: undefined;
|
|
670
685
|
TransferNFT?: undefined;
|
|
671
686
|
CreateSub?: undefined;
|
|
672
|
-
ApproveToken?: undefined;
|
|
673
687
|
SDaiWrap?: undefined;
|
|
674
688
|
SDaiUnwrap?: undefined;
|
|
675
689
|
TokenizedVaultAdapter?: undefined;
|
|
690
|
+
StarknetClaim?: undefined;
|
|
676
691
|
McdGenerate?: undefined;
|
|
677
692
|
McdGive?: undefined;
|
|
678
693
|
McdMerge?: undefined;
|
|
@@ -725,6 +740,7 @@ export declare const actionAddresses: {
|
|
|
725
740
|
SparkSwapBorrowRateMode?: undefined;
|
|
726
741
|
SparkWithdraw?: undefined;
|
|
727
742
|
SparkDelegateCredit?: undefined;
|
|
743
|
+
SparkDelegateWithSig?: undefined;
|
|
728
744
|
CompBorrow?: undefined;
|
|
729
745
|
CompClaim?: undefined;
|
|
730
746
|
CompPayback?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -20,6 +20,8 @@ export const actionAddresses = {
|
|
|
20
20
|
SDaiWrap: '0xac7Ac294F29d818D26Bd9DF86d36904B1Ed346Ae',
|
|
21
21
|
SDaiUnwrap: '0xe8Cb536BB96075241c4bd8f1831A8577562F2B32',
|
|
22
22
|
TokenizedVaultAdapter: '0x3944364Ce3a273D269707484F3a676fCa17E08b8',
|
|
23
|
+
PermitToken: '0x2654056046ed5E3f673FbcBC99A1BDB77F5c460B',
|
|
24
|
+
StarknetClaim: '0x40069889098cd54d6c1021578000f37b197479cf',
|
|
23
25
|
// exchange
|
|
24
26
|
DFSSell: '0x8bfc99652358884AF965324e6A233014510F0CFc',
|
|
25
27
|
DFSSellTEMP: '0x8bfc99652358884AF965324e6A233014510F0CFc',
|
|
@@ -57,7 +59,7 @@ export const actionAddresses = {
|
|
|
57
59
|
// aave v3
|
|
58
60
|
AaveV3Withdraw: '0x9D4e4b26A5E2e6Dad30C5d95F5cE78A8310F04C2',
|
|
59
61
|
AaveV3SwapBorrowRateMode: '0x630F530Ac523C935cf2528E62D0A06F8900C5b1B',
|
|
60
|
-
AaveV3Supply: '
|
|
62
|
+
AaveV3Supply: '0x91b3fCCEA2f2e0622Cc1fb54E12f5ac5aAa55a87',
|
|
61
63
|
AaveV3SetEMode: '0xBe7F735d7955e0461579E34266f41F928AE06D78',
|
|
62
64
|
AaveV3Payback: '0xe29265217D65F5a2ae41972E09C13E107D049004',
|
|
63
65
|
AaveV3CollateralSwitch: '0x54A4d6cB567B2C6CDe4687c361b24fd912695DAb',
|
|
@@ -65,6 +67,7 @@ export const actionAddresses = {
|
|
|
65
67
|
AaveV3Borrow: '0x7079ba1Bd00EeFCD2a260BbD6D088230505e3858',
|
|
66
68
|
AaveV3ATokenPayback: '0xDe5c012cd1878D86E91309593764895a3adb380E',
|
|
67
69
|
AaveV3View: '0x9ECB0645b357fDD7B92789B91595160862Bd45d0',
|
|
70
|
+
AaveV3DelegateWithSig: '0x9253E22Ce4f0AeE541301CF8cC29843f9083a1F4',
|
|
68
71
|
// LSV action
|
|
69
72
|
LSVWithdraw: '0x0A4Ef5ADf759064b546441a50109eCbC2528A455',
|
|
70
73
|
LSVBorrow: '0x7dFB434527Fdb39854156cDBa9bF4799E36E7e82',
|
|
@@ -90,10 +93,11 @@ export const actionAddresses = {
|
|
|
90
93
|
SparkPayback: '0x3a0F7Ca5cCf15aF19147F71de5fc84DC195f149f',
|
|
91
94
|
SparkSetEMode: '0x2252a83Da69A237686eD9AC07a38DDA74ec7cE5f',
|
|
92
95
|
SparkSpTokenPayback: '0x57403bB33A4829EBf5935D39eD08F19282F61d9c',
|
|
93
|
-
SparkSupply: '
|
|
96
|
+
SparkSupply: '0xcb4505a5ED92e405BF1F5cD7C791B15c4564AAe9',
|
|
94
97
|
SparkSwapBorrowRateMode: '0x71B0687C7ec0286dc3cfb715fe97249604aC898f',
|
|
95
98
|
SparkWithdraw: '0x1e3187D89e79B5c411D710E0fdF2709517852600',
|
|
96
99
|
SparkDelegateCredit: '0x0000000000000000000000000000000000000000',
|
|
100
|
+
SparkDelegateWithSig: '0xDaDC0a8B6359487257B91347064534c4B3fAc515',
|
|
97
101
|
// compound
|
|
98
102
|
CompBorrow: '0x8495579BF6Ae848f7E59686536F834f1d2CCd79C',
|
|
99
103
|
CompClaim: '0x81F488cF7A0128A9DB5e7207042cCAB1CB0ac902',
|
|
@@ -248,22 +252,24 @@ export const actionAddresses = {
|
|
|
248
252
|
PullToken: '0x392579E020a688068422A925c85f28bFD12a7EBB',
|
|
249
253
|
SumInputs: '0xd19C646Be027a7a04ea4201f116d43659b8b5f65',
|
|
250
254
|
SubInputs: '0x60d00020f12dd202eAfDba84e8F69E165a84c64D',
|
|
251
|
-
ApproveToken: '
|
|
255
|
+
ApproveToken: '0x842a81d2cfe26d401CD63Cc14e9DEf275c197C1a',
|
|
252
256
|
SendTokenAndUnwrap: '0xd4f69250cb4d1f083Dd372FEace391A16ABbfBDc',
|
|
253
257
|
ToggleSub: '0x988C5C24AE6348404196267e19962f36961CAc29',
|
|
254
258
|
TokenBalance: '0xC6FF5b01f7c7b35b6e093fF70D2332B361C5Be5A',
|
|
255
259
|
TokenizedVaultAdapter: '0xdf31669FEd440f5BfF658ca0bBF0D22B8abdeb73',
|
|
256
260
|
ChangeProxyOwner: '0x62769258ea8b3a85cc6fb4332fc2760a122dbc9e',
|
|
261
|
+
PermitToken: '0xE70c05125E7Cfe929f7ccC1baD348004aCF0f0d6',
|
|
257
262
|
// aave v3
|
|
258
263
|
AaveV3ATokenPayback: '0x71B27114D1777298bD46c3770C42F9f807C49847',
|
|
259
264
|
AaveV3Borrow: '0x8CaDc8A911D19B9e4D36c9bAdE47d970f362BcEa',
|
|
260
265
|
AaveV3CollateralSwitch: '0x20D1388Ffa0A2D6ff6328AD014C67051542ca3a8',
|
|
261
266
|
AaveV3Payback: '0x88eb4050e89FecE4DF940109B0e58daF9B59e551',
|
|
262
267
|
AaveV3SetEMode: '0x7F264737066b9b7D9729Fe9715abB97423D8b35B',
|
|
263
|
-
AaveV3Supply: '
|
|
268
|
+
AaveV3Supply: '0x7e49bdf4690feef64cb341ca46d1e3b45233a683',
|
|
264
269
|
AaveV3SwapBorrowRateMode: '0xB8f0243b492f0e80feF5315Ba8692e7635481845',
|
|
265
270
|
AaveV3Withdraw: '0xf19d045f6cFc04A5Ee5E0e8837b565b9f276e3F7',
|
|
266
271
|
AaveV3ClaimRewards: '0xBE8e8cea67085F869C1C0040fD52F9F3115E962e',
|
|
272
|
+
AaveV3DelegateWithSig: '0x8dd05d32fB05E8c3e8F37294e6f2d13e5823a712',
|
|
267
273
|
AaveV3DelegateCredit: '0x0000000000000000000000000000000000000000',
|
|
268
274
|
// flashloan
|
|
269
275
|
FLAaveV3NoFee: '0xfbcF23D2BeF8A2C491cfa4dD409D8dF12d431c85',
|
|
@@ -300,20 +306,23 @@ export const actionAddresses = {
|
|
|
300
306
|
SumInputs: '0xc530f49c11e5946735df8bad41bc6a64d32b56bc',
|
|
301
307
|
SubInputs: '0x8ec14f9568e1d7cf73b68df899808abd7fe6fc8d',
|
|
302
308
|
SendTokenAndUnwrap: '0x009C5B1c7C844Bd662Da3991295b1B3Bd71a430c',
|
|
309
|
+
ApproveToken: '0x01058999F5Ac434EF48DFB5Cd942c57A7661787B',
|
|
303
310
|
ToggleSub: '0x71015226EADFd4aC887fB56556F64338e352439b',
|
|
304
311
|
TokenBalance: '0x483B903E702F60698Dd8124558C6199922737f1F',
|
|
305
312
|
TokenizedVaultAdapter: '0xD05C512bDFf6D3eAc5328807B3bC075F35271167',
|
|
306
313
|
ChangeProxyOwner: '0x29F66A5fcB601c806E7156f29FDEC771BdC9c08d',
|
|
314
|
+
PermitToken: '0x2E5E7a691092C158bb8341b936eF24FCcA6c0e00',
|
|
307
315
|
// aave v3
|
|
308
316
|
AaveV3ATokenPayback: '0x261906e5E0D0D38D9cBb5c10dB9c4031aabdf8C1',
|
|
309
317
|
AaveV3Borrow: '0x5786809DA660dB613994460F096F19fcd19eD4c9',
|
|
310
318
|
AaveV3CollateralSwitch: '0x7AcdD66C13f87b1cBcE7B106a8C34E426475BADd',
|
|
311
319
|
AaveV3Payback: '0xd88D5356e08dAd84E1576F89f4BF43C79a8BF0b2',
|
|
312
320
|
AaveV3SetEMode: '0x99D5068d9520316e8D3B5136c0B6EA33C5E0c27e',
|
|
313
|
-
AaveV3Supply: '
|
|
321
|
+
AaveV3Supply: '0xA2127f5C7E943c05B6a6A3a541557087F1F1287D',
|
|
314
322
|
AaveV3SwapBorrowRateMode: '0x738042389A8d6B0F6D6ab009c42dfF84ebB737C0',
|
|
315
323
|
AaveV3Withdraw: '0xbf492F869DdB1A18BB4F41b6c3059D9f882Fe7ff',
|
|
316
324
|
AaveV3ClaimRewards: '0x3a4d72Ed2a47a409a82ba61f0fca1C749Ea8aB66',
|
|
325
|
+
AaveV3DelegateWithSig: '0xFF2CE05250d1880f0f45ea8fB453292CABA42F12',
|
|
317
326
|
// CompV3
|
|
318
327
|
CompV3Allow: '0x0380E8e13CdE0499c720999930CaA07A5744887c',
|
|
319
328
|
CompV3Borrow: '0x1C0eCc794fDA7c29aBd19E0b2F7dA166C237d616',
|
|
@@ -358,10 +367,12 @@ export const actionAddresses = {
|
|
|
358
367
|
UnwrapEth: '0xcF91546046F16B3c38b890CC508E280BEffa66b9',
|
|
359
368
|
SendToken: '0x1420f4977E7B71AFddccBFc6F6e1505CefdF99F0',
|
|
360
369
|
PullToken: '0x5B0B7E38C2a8e46CfAe13c360BC5927570BeEe94',
|
|
370
|
+
ApproveToken: '0x24cb522be664b2a1ab9d37df7a3bded887566e18',
|
|
361
371
|
SumInputs: '0xC856ef8fe425B2EFe373e0e7038fAFF4a4f764fE',
|
|
362
372
|
SubInputs: '0xd244B1991Fcb8FC0f32FA55bce37714fc5929B95',
|
|
363
373
|
TokenBalance: '0xc44bcE580B1b3339fE9272D3bC3d6566083ea59C',
|
|
364
374
|
ChangeProxyOwner: '0x1947a44d3717a47556175d64fdc208619aa08874',
|
|
375
|
+
PermitToken: '0x57c8ae94a5A11dA33e0518054102488b604628D0',
|
|
365
376
|
// Flashloan
|
|
366
377
|
FLAaveV3: '0x79Eb9cEe432Cd3e7b09A9eFdB21A733A6d7b4c3A',
|
|
367
378
|
FLBalancer: '0x862E533198C9656B75bB6A5dDF0953F7ED5E8507',
|
|
@@ -371,7 +382,7 @@ export const actionAddresses = {
|
|
|
371
382
|
// AaveV3
|
|
372
383
|
AaveV3Withdraw: '0x1d2Fa7dAcC660A9124c3685EE8a6E699d10409Eb',
|
|
373
384
|
AaveV3SwapBorrowRateMode: '0x9d1D7A0dD5e82cCe9CC131eC0C807B0F543be70e',
|
|
374
|
-
AaveV3Supply: '
|
|
385
|
+
AaveV3Supply: '0x4Df428298a204E4881D95611320b30938CB3facd',
|
|
375
386
|
AaveV3SetEMode: '0xdeF8B05Ce194D50C376233C9C5530027f6180442',
|
|
376
387
|
AaveV3Payback: '0x1A8B4DF4DE4274630A5c5a8E42Fa5F0DdF654ec2',
|
|
377
388
|
AaveV3CollateralSwitch: '0xFdfeA6469c537b19A334726E01621810bc49B929',
|
|
@@ -379,6 +390,7 @@ export const actionAddresses = {
|
|
|
379
390
|
AaveV3Borrow: '0x8C6eC1A4869e2B307Ee1667e1c18D5776b61CCe3',
|
|
380
391
|
AaveV3ATokenPayback: '0x3D57875885e3cEe9E56Cb65D21789893B6e67815',
|
|
381
392
|
AaveV3View: '0x125b8b832BD7F2EBD77Eef148A6319AdE751C44b',
|
|
393
|
+
AaveV3DelegateWithSig: '0x9e295AFaC75E7843b88a563D119FD953EDf441c2',
|
|
382
394
|
// CompV3
|
|
383
395
|
CompV3Allow: '0x3Fe56B85BBcD759459408Bd8434c37bac93e26bF',
|
|
384
396
|
CompV3Borrow: '0x74346bf868Dc9201922A7F7DD26917F7BF5F0f3b',
|