@defisaver/sdk 1.3.6 → 1.3.8
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/esm/src/addresses.d.ts +280 -0
- package/esm/src/addresses.js +3 -1
- package/esm/src/config.js +6 -6
- package/esm/src/index.d.ts +1519 -399
- package/package.json +1 -1
- package/src/addresses.ts +4 -1
- package/umd/index.js +10 -8
package/esm/src/index.d.ts
CHANGED
|
@@ -1411,6 +1411,286 @@ declare const actionAddressesAllChains: {
|
|
|
1411
1411
|
GasFeeTakerL2?: undefined;
|
|
1412
1412
|
AaveV3RatioCheck?: undefined;
|
|
1413
1413
|
MorphoBlueView?: undefined;
|
|
1414
|
+
} | {
|
|
1415
|
+
DFSSell: string;
|
|
1416
|
+
DFSSellNoFee: string;
|
|
1417
|
+
WrapEth: string;
|
|
1418
|
+
UnwrapEth: string;
|
|
1419
|
+
SendToken: string;
|
|
1420
|
+
SendTokens: string;
|
|
1421
|
+
SendTokenAndUnwrap: string;
|
|
1422
|
+
PullToken: string;
|
|
1423
|
+
ApproveToken: string;
|
|
1424
|
+
SumInputs: string;
|
|
1425
|
+
SubInputs: string;
|
|
1426
|
+
TokenBalance: string;
|
|
1427
|
+
PermitToken: string;
|
|
1428
|
+
MerklClaim: string;
|
|
1429
|
+
TransferNFT: string;
|
|
1430
|
+
TokenizedVaultAdapter: string;
|
|
1431
|
+
FLAction: string;
|
|
1432
|
+
FLAaveV3: string;
|
|
1433
|
+
AaveV3Withdraw: string;
|
|
1434
|
+
AaveV3Supply: string;
|
|
1435
|
+
AaveV3SetEMode: string;
|
|
1436
|
+
AaveV3Payback: string;
|
|
1437
|
+
AaveV3CollateralSwitch: string;
|
|
1438
|
+
AaveV3ClaimRewards: string;
|
|
1439
|
+
AaveV3Borrow: string;
|
|
1440
|
+
AaveV3ATokenPayback: string;
|
|
1441
|
+
AaveV3View: string;
|
|
1442
|
+
AaveV3DelegateWithSig: string;
|
|
1443
|
+
AaveV3DelegateCredit: string;
|
|
1444
|
+
PendleTokenRedeem: string;
|
|
1445
|
+
ChangeProxyOwner?: undefined;
|
|
1446
|
+
AutomationV2Unsub?: undefined;
|
|
1447
|
+
ToggleSub?: undefined;
|
|
1448
|
+
UpdateSub?: undefined;
|
|
1449
|
+
CreateSub?: undefined;
|
|
1450
|
+
SDaiWrap?: undefined;
|
|
1451
|
+
SDaiUnwrap?: undefined;
|
|
1452
|
+
StarknetClaim?: undefined;
|
|
1453
|
+
HandleAuth?: undefined;
|
|
1454
|
+
SkyStake?: undefined;
|
|
1455
|
+
SkyUnstake?: undefined;
|
|
1456
|
+
SkyClaimRewards?: undefined;
|
|
1457
|
+
SkyStakingEngineOpen?: undefined;
|
|
1458
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
1459
|
+
SkyStakingEngineStake?: undefined;
|
|
1460
|
+
SkyStakingEngineUnstake?: undefined;
|
|
1461
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
1462
|
+
McdGenerate?: undefined;
|
|
1463
|
+
McdGive?: undefined;
|
|
1464
|
+
McdMerge?: undefined;
|
|
1465
|
+
McdOpen?: undefined;
|
|
1466
|
+
McdPayback?: undefined;
|
|
1467
|
+
McdSupply?: undefined;
|
|
1468
|
+
McdWithdraw?: undefined;
|
|
1469
|
+
McdClaim?: undefined;
|
|
1470
|
+
McdDsrDeposit?: undefined;
|
|
1471
|
+
McdDsrWithdraw?: undefined;
|
|
1472
|
+
McdTokenConverter?: undefined;
|
|
1473
|
+
ReflexerSupply?: undefined;
|
|
1474
|
+
ReflexerWithdraw?: undefined;
|
|
1475
|
+
ReflexerPayback?: undefined;
|
|
1476
|
+
ReflexerGenerate?: undefined;
|
|
1477
|
+
ReflexerOpen?: undefined;
|
|
1478
|
+
ReflexerWithdrawStuckFunds?: undefined;
|
|
1479
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
1480
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
1481
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
1482
|
+
AaveBorrow?: undefined;
|
|
1483
|
+
AavePayback?: undefined;
|
|
1484
|
+
AaveSupply?: undefined;
|
|
1485
|
+
AaveWithdraw?: undefined;
|
|
1486
|
+
AaveCollateralSwitch?: undefined;
|
|
1487
|
+
AaveUnstake?: undefined;
|
|
1488
|
+
AaveClaimAAVE?: undefined;
|
|
1489
|
+
AaveClaimStkAave?: undefined;
|
|
1490
|
+
AaveV3SwapBorrowRateMode?: undefined;
|
|
1491
|
+
GhoClaimAAVE?: undefined;
|
|
1492
|
+
GhoUnstake?: undefined;
|
|
1493
|
+
GhoStake?: undefined;
|
|
1494
|
+
LSVWithdraw?: undefined;
|
|
1495
|
+
LSVBorrow?: undefined;
|
|
1496
|
+
LSVSupply?: undefined;
|
|
1497
|
+
LSVPayback?: undefined;
|
|
1498
|
+
LSVSell?: undefined;
|
|
1499
|
+
MorphoAaveV2Borrow?: undefined;
|
|
1500
|
+
MorphoAaveV2Payback?: undefined;
|
|
1501
|
+
MorphoAaveV2Supply?: undefined;
|
|
1502
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
1503
|
+
MorphoClaim?: undefined;
|
|
1504
|
+
MorphoAaveV3Borrow?: undefined;
|
|
1505
|
+
MorphoAaveV3Payback?: undefined;
|
|
1506
|
+
MorphoAaveV3Supply?: undefined;
|
|
1507
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
1508
|
+
MorphoAaveV3SetManager?: undefined;
|
|
1509
|
+
SparkBorrow?: undefined;
|
|
1510
|
+
SparkClaimRewards?: undefined;
|
|
1511
|
+
SparkCollateralSwitch?: undefined;
|
|
1512
|
+
SparkPayback?: undefined;
|
|
1513
|
+
SparkSetEMode?: undefined;
|
|
1514
|
+
SparkSpTokenPayback?: undefined;
|
|
1515
|
+
SparkSupply?: undefined;
|
|
1516
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
1517
|
+
SparkWithdraw?: undefined;
|
|
1518
|
+
SparkDelegateCredit?: undefined;
|
|
1519
|
+
SparkDelegateWithSig?: undefined;
|
|
1520
|
+
SparkSPKClaim?: undefined;
|
|
1521
|
+
CompBorrow?: undefined;
|
|
1522
|
+
CompClaim?: undefined;
|
|
1523
|
+
CompPayback?: undefined;
|
|
1524
|
+
CompSupply?: undefined;
|
|
1525
|
+
CompWithdraw?: undefined;
|
|
1526
|
+
CompGetDebt?: undefined;
|
|
1527
|
+
CompCollateralSwitch?: undefined;
|
|
1528
|
+
FLAaveV2?: undefined;
|
|
1529
|
+
FLAaveV3NoFee?: undefined;
|
|
1530
|
+
FLAaveV3CarryDebt?: undefined;
|
|
1531
|
+
FLDyDx?: undefined;
|
|
1532
|
+
FLMaker?: undefined;
|
|
1533
|
+
FLBalancer?: undefined;
|
|
1534
|
+
FLSpark?: undefined;
|
|
1535
|
+
FLUniV3?: undefined;
|
|
1536
|
+
FLGho?: undefined;
|
|
1537
|
+
FLMorphoBlue?: undefined;
|
|
1538
|
+
UniSupply?: undefined;
|
|
1539
|
+
UniWithdraw?: undefined;
|
|
1540
|
+
UniCollectV3?: undefined;
|
|
1541
|
+
UniMintV3?: undefined;
|
|
1542
|
+
UniSupplyV3?: undefined;
|
|
1543
|
+
UniWithdrawV3?: undefined;
|
|
1544
|
+
UniCreatePoolV3?: undefined;
|
|
1545
|
+
DyDxWithdraw?: undefined;
|
|
1546
|
+
YearnSupply?: undefined;
|
|
1547
|
+
YearnWithdraw?: undefined;
|
|
1548
|
+
LiquityClose?: undefined;
|
|
1549
|
+
LiquityBorrow?: undefined;
|
|
1550
|
+
LiquityOpen?: undefined;
|
|
1551
|
+
LiquityPayback?: undefined;
|
|
1552
|
+
LiquityWithdraw?: undefined;
|
|
1553
|
+
LiquitySupply?: undefined;
|
|
1554
|
+
LiquitySPDeposit?: undefined;
|
|
1555
|
+
LiquitySPWithdraw?: undefined;
|
|
1556
|
+
LiquityStake?: undefined;
|
|
1557
|
+
LiquityUnstake?: undefined;
|
|
1558
|
+
LiquityEthGainToTrove?: undefined;
|
|
1559
|
+
LiquityClaim?: undefined;
|
|
1560
|
+
LiquityRedeem?: undefined;
|
|
1561
|
+
LiquityAdjust?: undefined;
|
|
1562
|
+
LiquityV2CloseLegacy?: undefined;
|
|
1563
|
+
LiquityV2PaybackLegacy?: undefined;
|
|
1564
|
+
LiquityV2Open?: undefined;
|
|
1565
|
+
LiquityV2Close?: undefined;
|
|
1566
|
+
LiquityV2Supply?: undefined;
|
|
1567
|
+
LiquityV2Withdraw?: undefined;
|
|
1568
|
+
LiquityV2Borrow?: undefined;
|
|
1569
|
+
LiquityV2Payback?: undefined;
|
|
1570
|
+
LiquityV2Claim?: undefined;
|
|
1571
|
+
LiquityV2Adjust?: undefined;
|
|
1572
|
+
LiquityV2AdjustInterestRate?: undefined;
|
|
1573
|
+
LiquityV2SPDeposit?: undefined;
|
|
1574
|
+
LiquityV2SPWithdraw?: undefined;
|
|
1575
|
+
LiquityV2SPClaimColl?: undefined;
|
|
1576
|
+
LiquityV2AdjustZombieTrove?: undefined;
|
|
1577
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
1578
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
1579
|
+
LidoStake?: undefined;
|
|
1580
|
+
LidoWrap?: undefined;
|
|
1581
|
+
LidoUnwrap?: undefined;
|
|
1582
|
+
InstPullTokens?: undefined;
|
|
1583
|
+
BalancerV2Supply?: undefined;
|
|
1584
|
+
BalancerV2Withdraw?: undefined;
|
|
1585
|
+
BalancerV2Claim?: undefined;
|
|
1586
|
+
GUniWithdraw?: undefined;
|
|
1587
|
+
GUniDeposit?: undefined;
|
|
1588
|
+
RariDeposit?: undefined;
|
|
1589
|
+
RariWithdraw?: undefined;
|
|
1590
|
+
MStableDeposit?: undefined;
|
|
1591
|
+
MStableWithdraw?: undefined;
|
|
1592
|
+
MStableClaim?: undefined;
|
|
1593
|
+
McdRatioCheck?: undefined;
|
|
1594
|
+
GasFeeTaker?: undefined;
|
|
1595
|
+
CurveStethPoolDeposit?: undefined;
|
|
1596
|
+
CurveStethPoolWithdraw?: undefined;
|
|
1597
|
+
CurveDeposit?: undefined;
|
|
1598
|
+
CurveWithdraw?: undefined;
|
|
1599
|
+
McdBoostComposite?: undefined;
|
|
1600
|
+
McdRepayComposite?: undefined;
|
|
1601
|
+
FLEuler?: undefined;
|
|
1602
|
+
TrailingStopTrigger?: undefined;
|
|
1603
|
+
CBRebondTrigger?: undefined;
|
|
1604
|
+
CBUpdateRebondSub?: undefined;
|
|
1605
|
+
LiquityRatioCheck?: undefined;
|
|
1606
|
+
ConvexDeposit?: undefined;
|
|
1607
|
+
ConvexWithdraw?: undefined;
|
|
1608
|
+
ConvexClaim?: undefined;
|
|
1609
|
+
CBCreate?: undefined;
|
|
1610
|
+
CBRedeem?: undefined;
|
|
1611
|
+
CBChickenIn?: undefined;
|
|
1612
|
+
CBChickenOut?: undefined;
|
|
1613
|
+
CBCreateRebondSub?: undefined;
|
|
1614
|
+
FetchBondId?: undefined;
|
|
1615
|
+
CompV3Allow?: undefined;
|
|
1616
|
+
CompV3Borrow?: undefined;
|
|
1617
|
+
CompV3Claim?: undefined;
|
|
1618
|
+
CompV3Payback?: undefined;
|
|
1619
|
+
CompV3Supply?: undefined;
|
|
1620
|
+
CompV3Transfer?: undefined;
|
|
1621
|
+
CompV3Withdraw?: undefined;
|
|
1622
|
+
CurveUsdBorrow?: undefined;
|
|
1623
|
+
CurveUsdCreate?: undefined;
|
|
1624
|
+
CurveUsdPayback?: undefined;
|
|
1625
|
+
CurveUsdSupply?: undefined;
|
|
1626
|
+
CurveUsdAdjust?: undefined;
|
|
1627
|
+
CurveUsdWithdraw?: undefined;
|
|
1628
|
+
CurveUsdLevCreate?: undefined;
|
|
1629
|
+
CurveUsdRepay?: undefined;
|
|
1630
|
+
CurveUsdSwapper?: undefined;
|
|
1631
|
+
CurveUsdSwapperTransient?: undefined;
|
|
1632
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
1633
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
1634
|
+
CurveUsdGetDebt?: undefined;
|
|
1635
|
+
CurveUsdCollRatioTrigger?: undefined;
|
|
1636
|
+
CurveUsdCollRatioCheck?: undefined;
|
|
1637
|
+
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
1638
|
+
CurveUsdLevCreateTransient?: undefined;
|
|
1639
|
+
CurveUsdRepayTransient?: undefined;
|
|
1640
|
+
MorphoBlueSupply?: undefined;
|
|
1641
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
1642
|
+
MorphoBlueWithdraw?: undefined;
|
|
1643
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
1644
|
+
MorphoBlueBorrow?: undefined;
|
|
1645
|
+
MorphoBluePayback?: undefined;
|
|
1646
|
+
MorphoBlueSetAuth?: undefined;
|
|
1647
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
1648
|
+
MorphoTokenWrap?: undefined;
|
|
1649
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
1650
|
+
MorphoBlueClaim?: undefined;
|
|
1651
|
+
LlamaLendCreate?: undefined;
|
|
1652
|
+
LlamaLendSupply?: undefined;
|
|
1653
|
+
LlamaLendBorrow?: undefined;
|
|
1654
|
+
LlamaLendWithdraw?: undefined;
|
|
1655
|
+
LlamaLendPayback?: undefined;
|
|
1656
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
1657
|
+
LlamaLendGetDebt?: undefined;
|
|
1658
|
+
LlamaLendBoost?: undefined;
|
|
1659
|
+
LlamaLendRepay?: undefined;
|
|
1660
|
+
LlamaLendLevCreate?: undefined;
|
|
1661
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
1662
|
+
EulerV2Supply?: undefined;
|
|
1663
|
+
EulerV2Withdraw?: undefined;
|
|
1664
|
+
EulerV2Borrow?: undefined;
|
|
1665
|
+
EulerV2Payback?: undefined;
|
|
1666
|
+
EulerV2CollateralSwitch?: undefined;
|
|
1667
|
+
EulerV2View?: undefined;
|
|
1668
|
+
RenzoStake?: undefined;
|
|
1669
|
+
EtherFiStake?: undefined;
|
|
1670
|
+
EtherFiWrap?: undefined;
|
|
1671
|
+
EtherFiUnwrap?: undefined;
|
|
1672
|
+
KingClaim?: undefined;
|
|
1673
|
+
FluidVaultT1Open?: undefined;
|
|
1674
|
+
FluidVaultT1Adjust?: undefined;
|
|
1675
|
+
FluidVaultT1Borrow?: undefined;
|
|
1676
|
+
FluidVaultT1Payback?: undefined;
|
|
1677
|
+
FluidVaultT1Withdraw?: undefined;
|
|
1678
|
+
FluidVaultT1Supply?: undefined;
|
|
1679
|
+
FluidView?: undefined;
|
|
1680
|
+
FluidClaim?: undefined;
|
|
1681
|
+
FluidDexOpen?: undefined;
|
|
1682
|
+
FluidDexSupply?: undefined;
|
|
1683
|
+
FluidDexBorrow?: undefined;
|
|
1684
|
+
FluidDexPayback?: undefined;
|
|
1685
|
+
FluidDexWithdraw?: undefined;
|
|
1686
|
+
UmbrellaClaimRewards?: undefined;
|
|
1687
|
+
UmbrellaStake?: undefined;
|
|
1688
|
+
UmbrellaUnstake?: undefined;
|
|
1689
|
+
SFApproveTokens?: undefined;
|
|
1690
|
+
AaveV3RatioTrigger?: undefined;
|
|
1691
|
+
GasFeeTakerL2?: undefined;
|
|
1692
|
+
AaveV3RatioCheck?: undefined;
|
|
1693
|
+
MorphoBlueView?: undefined;
|
|
1414
1694
|
};
|
|
1415
1695
|
};
|
|
1416
1696
|
declare const actionAddresses: (chainId?: null) => {
|
|
@@ -1703,8 +1983,288 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1703
1983
|
PullToken: string;
|
|
1704
1984
|
SumInputs: string;
|
|
1705
1985
|
SubInputs: string;
|
|
1706
|
-
ApproveToken: string;
|
|
1986
|
+
ApproveToken: string;
|
|
1987
|
+
SendTokenAndUnwrap: string;
|
|
1988
|
+
ToggleSub: string;
|
|
1989
|
+
CreateSub: string;
|
|
1990
|
+
TokenBalance: string;
|
|
1991
|
+
TokenizedVaultAdapter: string;
|
|
1992
|
+
ChangeProxyOwner: string;
|
|
1993
|
+
PermitToken: string;
|
|
1994
|
+
HandleAuth: string;
|
|
1995
|
+
MerklClaim: string;
|
|
1996
|
+
AaveV3ATokenPayback: string;
|
|
1997
|
+
AaveV3Borrow: string;
|
|
1998
|
+
AaveV3CollateralSwitch: string;
|
|
1999
|
+
AaveV3Payback: string;
|
|
2000
|
+
AaveV3SetEMode: string;
|
|
2001
|
+
AaveV3Supply: string;
|
|
2002
|
+
AaveV3SwapBorrowRateMode: string;
|
|
2003
|
+
AaveV3Withdraw: string;
|
|
2004
|
+
AaveV3ClaimRewards: string;
|
|
2005
|
+
AaveV3DelegateWithSig: string;
|
|
2006
|
+
AaveV3DelegateCredit: string;
|
|
2007
|
+
FLAaveV3NoFee: string;
|
|
2008
|
+
FLAaveV3: string;
|
|
2009
|
+
FLBalancer: string;
|
|
2010
|
+
FLAction: string;
|
|
2011
|
+
AaveV3RatioTrigger: string;
|
|
2012
|
+
GasFeeTakerL2: string;
|
|
2013
|
+
AaveV3RatioCheck: string;
|
|
2014
|
+
UniCollectV3: string;
|
|
2015
|
+
UniMintV3: string;
|
|
2016
|
+
UniSupplyV3: string;
|
|
2017
|
+
UniWithdrawV3: string;
|
|
2018
|
+
UniCreatePoolV3: string;
|
|
2019
|
+
CompV3Allow: string;
|
|
2020
|
+
CompV3Borrow: string;
|
|
2021
|
+
CompV3Claim: string;
|
|
2022
|
+
CompV3Payback: string;
|
|
2023
|
+
CompV3Supply: string;
|
|
2024
|
+
CompV3Transfer: string;
|
|
2025
|
+
CompV3Withdraw: string;
|
|
2026
|
+
SFApproveTokens: string;
|
|
2027
|
+
AutomationV2Unsub?: undefined;
|
|
2028
|
+
UpdateSub?: undefined;
|
|
2029
|
+
TransferNFT?: undefined;
|
|
2030
|
+
SDaiWrap?: undefined;
|
|
2031
|
+
SDaiUnwrap?: undefined;
|
|
2032
|
+
StarknetClaim?: undefined;
|
|
2033
|
+
SkyStake?: undefined;
|
|
2034
|
+
SkyUnstake?: undefined;
|
|
2035
|
+
SkyClaimRewards?: undefined;
|
|
2036
|
+
SkyStakingEngineOpen?: undefined;
|
|
2037
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
2038
|
+
SkyStakingEngineStake?: undefined;
|
|
2039
|
+
SkyStakingEngineUnstake?: undefined;
|
|
2040
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
2041
|
+
McdGenerate?: undefined;
|
|
2042
|
+
McdGive?: undefined;
|
|
2043
|
+
McdMerge?: undefined;
|
|
2044
|
+
McdOpen?: undefined;
|
|
2045
|
+
McdPayback?: undefined;
|
|
2046
|
+
McdSupply?: undefined;
|
|
2047
|
+
McdWithdraw?: undefined;
|
|
2048
|
+
McdClaim?: undefined;
|
|
2049
|
+
McdDsrDeposit?: undefined;
|
|
2050
|
+
McdDsrWithdraw?: undefined;
|
|
2051
|
+
McdTokenConverter?: undefined;
|
|
2052
|
+
ReflexerSupply?: undefined;
|
|
2053
|
+
ReflexerWithdraw?: undefined;
|
|
2054
|
+
ReflexerPayback?: undefined;
|
|
2055
|
+
ReflexerGenerate?: undefined;
|
|
2056
|
+
ReflexerOpen?: undefined;
|
|
2057
|
+
ReflexerWithdrawStuckFunds?: undefined;
|
|
2058
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
2059
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
2060
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
2061
|
+
AaveBorrow?: undefined;
|
|
2062
|
+
AavePayback?: undefined;
|
|
2063
|
+
AaveSupply?: undefined;
|
|
2064
|
+
AaveWithdraw?: undefined;
|
|
2065
|
+
AaveCollateralSwitch?: undefined;
|
|
2066
|
+
AaveUnstake?: undefined;
|
|
2067
|
+
AaveClaimAAVE?: undefined;
|
|
2068
|
+
AaveClaimStkAave?: undefined;
|
|
2069
|
+
AaveV3View?: undefined;
|
|
2070
|
+
GhoClaimAAVE?: undefined;
|
|
2071
|
+
GhoUnstake?: undefined;
|
|
2072
|
+
GhoStake?: undefined;
|
|
2073
|
+
LSVWithdraw?: undefined;
|
|
2074
|
+
LSVBorrow?: undefined;
|
|
2075
|
+
LSVSupply?: undefined;
|
|
2076
|
+
LSVPayback?: undefined;
|
|
2077
|
+
LSVSell?: undefined;
|
|
2078
|
+
MorphoAaveV2Borrow?: undefined;
|
|
2079
|
+
MorphoAaveV2Payback?: undefined;
|
|
2080
|
+
MorphoAaveV2Supply?: undefined;
|
|
2081
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
2082
|
+
MorphoClaim?: undefined;
|
|
2083
|
+
MorphoAaveV3Borrow?: undefined;
|
|
2084
|
+
MorphoAaveV3Payback?: undefined;
|
|
2085
|
+
MorphoAaveV3Supply?: undefined;
|
|
2086
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
2087
|
+
MorphoAaveV3SetManager?: undefined;
|
|
2088
|
+
SparkBorrow?: undefined;
|
|
2089
|
+
SparkClaimRewards?: undefined;
|
|
2090
|
+
SparkCollateralSwitch?: undefined;
|
|
2091
|
+
SparkPayback?: undefined;
|
|
2092
|
+
SparkSetEMode?: undefined;
|
|
2093
|
+
SparkSpTokenPayback?: undefined;
|
|
2094
|
+
SparkSupply?: undefined;
|
|
2095
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
2096
|
+
SparkWithdraw?: undefined;
|
|
2097
|
+
SparkDelegateCredit?: undefined;
|
|
2098
|
+
SparkDelegateWithSig?: undefined;
|
|
2099
|
+
SparkSPKClaim?: undefined;
|
|
2100
|
+
CompBorrow?: undefined;
|
|
2101
|
+
CompClaim?: undefined;
|
|
2102
|
+
CompPayback?: undefined;
|
|
2103
|
+
CompSupply?: undefined;
|
|
2104
|
+
CompWithdraw?: undefined;
|
|
2105
|
+
CompGetDebt?: undefined;
|
|
2106
|
+
CompCollateralSwitch?: undefined;
|
|
2107
|
+
FLAaveV2?: undefined;
|
|
2108
|
+
FLAaveV3CarryDebt?: undefined;
|
|
2109
|
+
FLDyDx?: undefined;
|
|
2110
|
+
FLMaker?: undefined;
|
|
2111
|
+
FLSpark?: undefined;
|
|
2112
|
+
FLUniV3?: undefined;
|
|
2113
|
+
FLGho?: undefined;
|
|
2114
|
+
FLMorphoBlue?: undefined;
|
|
2115
|
+
UniSupply?: undefined;
|
|
2116
|
+
UniWithdraw?: undefined;
|
|
2117
|
+
DyDxWithdraw?: undefined;
|
|
2118
|
+
YearnSupply?: undefined;
|
|
2119
|
+
YearnWithdraw?: undefined;
|
|
2120
|
+
LiquityClose?: undefined;
|
|
2121
|
+
LiquityBorrow?: undefined;
|
|
2122
|
+
LiquityOpen?: undefined;
|
|
2123
|
+
LiquityPayback?: undefined;
|
|
2124
|
+
LiquityWithdraw?: undefined;
|
|
2125
|
+
LiquitySupply?: undefined;
|
|
2126
|
+
LiquitySPDeposit?: undefined;
|
|
2127
|
+
LiquitySPWithdraw?: undefined;
|
|
2128
|
+
LiquityStake?: undefined;
|
|
2129
|
+
LiquityUnstake?: undefined;
|
|
2130
|
+
LiquityEthGainToTrove?: undefined;
|
|
2131
|
+
LiquityClaim?: undefined;
|
|
2132
|
+
LiquityRedeem?: undefined;
|
|
2133
|
+
LiquityAdjust?: undefined;
|
|
2134
|
+
LiquityV2CloseLegacy?: undefined;
|
|
2135
|
+
LiquityV2PaybackLegacy?: undefined;
|
|
2136
|
+
LiquityV2Open?: undefined;
|
|
2137
|
+
LiquityV2Close?: undefined;
|
|
2138
|
+
LiquityV2Supply?: undefined;
|
|
2139
|
+
LiquityV2Withdraw?: undefined;
|
|
2140
|
+
LiquityV2Borrow?: undefined;
|
|
2141
|
+
LiquityV2Payback?: undefined;
|
|
2142
|
+
LiquityV2Claim?: undefined;
|
|
2143
|
+
LiquityV2Adjust?: undefined;
|
|
2144
|
+
LiquityV2AdjustInterestRate?: undefined;
|
|
2145
|
+
LiquityV2SPDeposit?: undefined;
|
|
2146
|
+
LiquityV2SPWithdraw?: undefined;
|
|
2147
|
+
LiquityV2SPClaimColl?: undefined;
|
|
2148
|
+
LiquityV2AdjustZombieTrove?: undefined;
|
|
2149
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
2150
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
2151
|
+
LidoStake?: undefined;
|
|
2152
|
+
LidoWrap?: undefined;
|
|
2153
|
+
LidoUnwrap?: undefined;
|
|
2154
|
+
InstPullTokens?: undefined;
|
|
2155
|
+
BalancerV2Supply?: undefined;
|
|
2156
|
+
BalancerV2Withdraw?: undefined;
|
|
2157
|
+
BalancerV2Claim?: undefined;
|
|
2158
|
+
GUniWithdraw?: undefined;
|
|
2159
|
+
GUniDeposit?: undefined;
|
|
2160
|
+
RariDeposit?: undefined;
|
|
2161
|
+
RariWithdraw?: undefined;
|
|
2162
|
+
MStableDeposit?: undefined;
|
|
2163
|
+
MStableWithdraw?: undefined;
|
|
2164
|
+
MStableClaim?: undefined;
|
|
2165
|
+
McdRatioCheck?: undefined;
|
|
2166
|
+
GasFeeTaker?: undefined;
|
|
2167
|
+
CurveStethPoolDeposit?: undefined;
|
|
2168
|
+
CurveStethPoolWithdraw?: undefined;
|
|
2169
|
+
CurveDeposit?: undefined;
|
|
2170
|
+
CurveWithdraw?: undefined;
|
|
2171
|
+
McdBoostComposite?: undefined;
|
|
2172
|
+
McdRepayComposite?: undefined;
|
|
2173
|
+
FLEuler?: undefined;
|
|
2174
|
+
TrailingStopTrigger?: undefined;
|
|
2175
|
+
CBRebondTrigger?: undefined;
|
|
2176
|
+
CBUpdateRebondSub?: undefined;
|
|
2177
|
+
LiquityRatioCheck?: undefined;
|
|
2178
|
+
ConvexDeposit?: undefined;
|
|
2179
|
+
ConvexWithdraw?: undefined;
|
|
2180
|
+
ConvexClaim?: undefined;
|
|
2181
|
+
CBCreate?: undefined;
|
|
2182
|
+
CBRedeem?: undefined;
|
|
2183
|
+
CBChickenIn?: undefined;
|
|
2184
|
+
CBChickenOut?: undefined;
|
|
2185
|
+
CBCreateRebondSub?: undefined;
|
|
2186
|
+
FetchBondId?: undefined;
|
|
2187
|
+
CurveUsdBorrow?: undefined;
|
|
2188
|
+
CurveUsdCreate?: undefined;
|
|
2189
|
+
CurveUsdPayback?: undefined;
|
|
2190
|
+
CurveUsdSupply?: undefined;
|
|
2191
|
+
CurveUsdAdjust?: undefined;
|
|
2192
|
+
CurveUsdWithdraw?: undefined;
|
|
2193
|
+
CurveUsdLevCreate?: undefined;
|
|
2194
|
+
CurveUsdRepay?: undefined;
|
|
2195
|
+
CurveUsdSwapper?: undefined;
|
|
2196
|
+
CurveUsdSwapperTransient?: undefined;
|
|
2197
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
2198
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
2199
|
+
CurveUsdGetDebt?: undefined;
|
|
2200
|
+
CurveUsdCollRatioTrigger?: undefined;
|
|
2201
|
+
CurveUsdCollRatioCheck?: undefined;
|
|
2202
|
+
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
2203
|
+
CurveUsdLevCreateTransient?: undefined;
|
|
2204
|
+
CurveUsdRepayTransient?: undefined;
|
|
2205
|
+
MorphoBlueSupply?: undefined;
|
|
2206
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
2207
|
+
MorphoBlueWithdraw?: undefined;
|
|
2208
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
2209
|
+
MorphoBlueBorrow?: undefined;
|
|
2210
|
+
MorphoBluePayback?: undefined;
|
|
2211
|
+
MorphoBlueSetAuth?: undefined;
|
|
2212
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
2213
|
+
MorphoTokenWrap?: undefined;
|
|
2214
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
2215
|
+
MorphoBlueClaim?: undefined;
|
|
2216
|
+
LlamaLendCreate?: undefined;
|
|
2217
|
+
LlamaLendSupply?: undefined;
|
|
2218
|
+
LlamaLendBorrow?: undefined;
|
|
2219
|
+
LlamaLendWithdraw?: undefined;
|
|
2220
|
+
LlamaLendPayback?: undefined;
|
|
2221
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
2222
|
+
LlamaLendGetDebt?: undefined;
|
|
2223
|
+
LlamaLendBoost?: undefined;
|
|
2224
|
+
LlamaLendRepay?: undefined;
|
|
2225
|
+
LlamaLendLevCreate?: undefined;
|
|
2226
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
2227
|
+
EulerV2Supply?: undefined;
|
|
2228
|
+
EulerV2Withdraw?: undefined;
|
|
2229
|
+
EulerV2Borrow?: undefined;
|
|
2230
|
+
EulerV2Payback?: undefined;
|
|
2231
|
+
EulerV2CollateralSwitch?: undefined;
|
|
2232
|
+
EulerV2View?: undefined;
|
|
2233
|
+
RenzoStake?: undefined;
|
|
2234
|
+
EtherFiStake?: undefined;
|
|
2235
|
+
EtherFiWrap?: undefined;
|
|
2236
|
+
EtherFiUnwrap?: undefined;
|
|
2237
|
+
KingClaim?: undefined;
|
|
2238
|
+
FluidVaultT1Open?: undefined;
|
|
2239
|
+
FluidVaultT1Adjust?: undefined;
|
|
2240
|
+
FluidVaultT1Borrow?: undefined;
|
|
2241
|
+
FluidVaultT1Payback?: undefined;
|
|
2242
|
+
FluidVaultT1Withdraw?: undefined;
|
|
2243
|
+
FluidVaultT1Supply?: undefined;
|
|
2244
|
+
FluidView?: undefined;
|
|
2245
|
+
FluidClaim?: undefined;
|
|
2246
|
+
FluidDexOpen?: undefined;
|
|
2247
|
+
FluidDexSupply?: undefined;
|
|
2248
|
+
FluidDexBorrow?: undefined;
|
|
2249
|
+
FluidDexPayback?: undefined;
|
|
2250
|
+
FluidDexWithdraw?: undefined;
|
|
2251
|
+
PendleTokenRedeem?: undefined;
|
|
2252
|
+
UmbrellaClaimRewards?: undefined;
|
|
2253
|
+
UmbrellaStake?: undefined;
|
|
2254
|
+
UmbrellaUnstake?: undefined;
|
|
2255
|
+
MorphoBlueView?: undefined;
|
|
2256
|
+
} | {
|
|
2257
|
+
DFSSell: string;
|
|
2258
|
+
DFSSellNoFee: string;
|
|
2259
|
+
WrapEth: string;
|
|
2260
|
+
UnwrapEth: string;
|
|
2261
|
+
SendToken: string;
|
|
2262
|
+
SendTokens: string;
|
|
2263
|
+
PullToken: string;
|
|
2264
|
+
SumInputs: string;
|
|
2265
|
+
SubInputs: string;
|
|
1707
2266
|
SendTokenAndUnwrap: string;
|
|
2267
|
+
ApproveToken: string;
|
|
1708
2268
|
ToggleSub: string;
|
|
1709
2269
|
CreateSub: string;
|
|
1710
2270
|
TokenBalance: string;
|
|
@@ -1712,6 +2272,8 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1712
2272
|
ChangeProxyOwner: string;
|
|
1713
2273
|
PermitToken: string;
|
|
1714
2274
|
HandleAuth: string;
|
|
2275
|
+
UpdateSub: string;
|
|
2276
|
+
TransferNFT: string;
|
|
1715
2277
|
MerklClaim: string;
|
|
1716
2278
|
AaveV3ATokenPayback: string;
|
|
1717
2279
|
AaveV3Borrow: string;
|
|
@@ -1723,12 +2285,18 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1723
2285
|
AaveV3Withdraw: string;
|
|
1724
2286
|
AaveV3ClaimRewards: string;
|
|
1725
2287
|
AaveV3DelegateWithSig: string;
|
|
1726
|
-
|
|
2288
|
+
CompV3Allow: string;
|
|
2289
|
+
CompV3Borrow: string;
|
|
2290
|
+
CompV3Claim: string;
|
|
2291
|
+
CompV3Payback: string;
|
|
2292
|
+
CompV3Supply: string;
|
|
2293
|
+
CompV3Transfer: string;
|
|
2294
|
+
CompV3Withdraw: string;
|
|
1727
2295
|
FLAaveV3NoFee: string;
|
|
1728
2296
|
FLAaveV3: string;
|
|
1729
2297
|
FLBalancer: string;
|
|
2298
|
+
FLUniV3: string;
|
|
1730
2299
|
FLAction: string;
|
|
1731
|
-
AaveV3RatioTrigger: string;
|
|
1732
2300
|
GasFeeTakerL2: string;
|
|
1733
2301
|
AaveV3RatioCheck: string;
|
|
1734
2302
|
UniCollectV3: string;
|
|
@@ -1736,17 +2304,31 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1736
2304
|
UniSupplyV3: string;
|
|
1737
2305
|
UniWithdrawV3: string;
|
|
1738
2306
|
UniCreatePoolV3: string;
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
2307
|
+
LlamaLendCreate: string;
|
|
2308
|
+
LlamaLendSupply: string;
|
|
2309
|
+
LlamaLendBorrow: string;
|
|
2310
|
+
LlamaLendWithdraw: string;
|
|
2311
|
+
LlamaLendPayback: string;
|
|
2312
|
+
LlamaLendSelfLiquidate: string;
|
|
2313
|
+
LlamaLendGetDebt: string;
|
|
2314
|
+
LlamaLendBoost: string;
|
|
2315
|
+
LlamaLendRepay: string;
|
|
2316
|
+
LlamaLendLevCreate: string;
|
|
2317
|
+
LlamaLendSelfLiquidateWithColl: string;
|
|
2318
|
+
FluidVaultT1Open: string;
|
|
2319
|
+
FluidVaultT1Adjust: string;
|
|
2320
|
+
FluidVaultT1Borrow: string;
|
|
2321
|
+
FluidVaultT1Payback: string;
|
|
2322
|
+
FluidVaultT1Withdraw: string;
|
|
2323
|
+
FluidVaultT1Supply: string;
|
|
2324
|
+
FluidView: string;
|
|
2325
|
+
FluidDexOpen: string;
|
|
2326
|
+
FluidDexSupply: string;
|
|
2327
|
+
FluidDexBorrow: string;
|
|
2328
|
+
FluidDexPayback: string;
|
|
2329
|
+
FluidDexWithdraw: string;
|
|
1746
2330
|
SFApproveTokens: string;
|
|
1747
2331
|
AutomationV2Unsub?: undefined;
|
|
1748
|
-
UpdateSub?: undefined;
|
|
1749
|
-
TransferNFT?: undefined;
|
|
1750
2332
|
SDaiWrap?: undefined;
|
|
1751
2333
|
SDaiUnwrap?: undefined;
|
|
1752
2334
|
StarknetClaim?: undefined;
|
|
@@ -1829,7 +2411,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1829
2411
|
FLDyDx?: undefined;
|
|
1830
2412
|
FLMaker?: undefined;
|
|
1831
2413
|
FLSpark?: undefined;
|
|
1832
|
-
FLUniV3?: undefined;
|
|
1833
2414
|
FLGho?: undefined;
|
|
1834
2415
|
FLMorphoBlue?: undefined;
|
|
1835
2416
|
UniSupply?: undefined;
|
|
@@ -1933,17 +2514,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1933
2514
|
MorphoTokenWrap?: undefined;
|
|
1934
2515
|
MorphoBlueReallocateLiquidity?: undefined;
|
|
1935
2516
|
MorphoBlueClaim?: undefined;
|
|
1936
|
-
LlamaLendCreate?: undefined;
|
|
1937
|
-
LlamaLendSupply?: undefined;
|
|
1938
|
-
LlamaLendBorrow?: undefined;
|
|
1939
|
-
LlamaLendWithdraw?: undefined;
|
|
1940
|
-
LlamaLendPayback?: undefined;
|
|
1941
|
-
LlamaLendSelfLiquidate?: undefined;
|
|
1942
|
-
LlamaLendGetDebt?: undefined;
|
|
1943
|
-
LlamaLendBoost?: undefined;
|
|
1944
|
-
LlamaLendRepay?: undefined;
|
|
1945
|
-
LlamaLendLevCreate?: undefined;
|
|
1946
|
-
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
1947
2517
|
EulerV2Supply?: undefined;
|
|
1948
2518
|
EulerV2Withdraw?: undefined;
|
|
1949
2519
|
EulerV2Borrow?: undefined;
|
|
@@ -1955,23 +2525,13 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1955
2525
|
EtherFiWrap?: undefined;
|
|
1956
2526
|
EtherFiUnwrap?: undefined;
|
|
1957
2527
|
KingClaim?: undefined;
|
|
1958
|
-
FluidVaultT1Open?: undefined;
|
|
1959
|
-
FluidVaultT1Adjust?: undefined;
|
|
1960
|
-
FluidVaultT1Borrow?: undefined;
|
|
1961
|
-
FluidVaultT1Payback?: undefined;
|
|
1962
|
-
FluidVaultT1Withdraw?: undefined;
|
|
1963
|
-
FluidVaultT1Supply?: undefined;
|
|
1964
|
-
FluidView?: undefined;
|
|
1965
2528
|
FluidClaim?: undefined;
|
|
1966
|
-
FluidDexOpen?: undefined;
|
|
1967
|
-
FluidDexSupply?: undefined;
|
|
1968
|
-
FluidDexBorrow?: undefined;
|
|
1969
|
-
FluidDexPayback?: undefined;
|
|
1970
|
-
FluidDexWithdraw?: undefined;
|
|
1971
2529
|
PendleTokenRedeem?: undefined;
|
|
1972
2530
|
UmbrellaClaimRewards?: undefined;
|
|
1973
2531
|
UmbrellaStake?: undefined;
|
|
1974
2532
|
UmbrellaUnstake?: undefined;
|
|
2533
|
+
AaveV3DelegateCredit?: undefined;
|
|
2534
|
+
AaveV3RatioTrigger?: undefined;
|
|
1975
2535
|
MorphoBlueView?: undefined;
|
|
1976
2536
|
} | {
|
|
1977
2537
|
DFSSell: string;
|
|
@@ -1981,29 +2541,34 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
1981
2541
|
SendToken: string;
|
|
1982
2542
|
SendTokens: string;
|
|
1983
2543
|
PullToken: string;
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
ApproveToken: string;
|
|
1988
|
-
ToggleSub: string;
|
|
1989
|
-
CreateSub: string;
|
|
2544
|
+
ApproveToken: string;
|
|
2545
|
+
SumInputs: string;
|
|
2546
|
+
SubInputs: string;
|
|
1990
2547
|
TokenBalance: string;
|
|
1991
|
-
TokenizedVaultAdapter: string;
|
|
1992
2548
|
ChangeProxyOwner: string;
|
|
1993
2549
|
PermitToken: string;
|
|
1994
2550
|
HandleAuth: string;
|
|
2551
|
+
ToggleSub: string;
|
|
2552
|
+
CreateSub: string;
|
|
1995
2553
|
UpdateSub: string;
|
|
1996
|
-
TransferNFT: string;
|
|
1997
2554
|
MerklClaim: string;
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2555
|
+
TransferNFT: string;
|
|
2556
|
+
GasFeeTakerL2: string;
|
|
2557
|
+
FLAaveV3: string;
|
|
2558
|
+
FLBalancer: string;
|
|
2559
|
+
FLUniV3: string;
|
|
2560
|
+
FLAction: string;
|
|
2561
|
+
FLMorphoBlue: string;
|
|
2005
2562
|
AaveV3Withdraw: string;
|
|
2563
|
+
AaveV3SwapBorrowRateMode: string;
|
|
2564
|
+
AaveV3Supply: string;
|
|
2565
|
+
AaveV3SetEMode: string;
|
|
2566
|
+
AaveV3Payback: string;
|
|
2567
|
+
AaveV3CollateralSwitch: string;
|
|
2006
2568
|
AaveV3ClaimRewards: string;
|
|
2569
|
+
AaveV3Borrow: string;
|
|
2570
|
+
AaveV3ATokenPayback: string;
|
|
2571
|
+
AaveV3View: string;
|
|
2007
2572
|
AaveV3DelegateWithSig: string;
|
|
2008
2573
|
CompV3Allow: string;
|
|
2009
2574
|
CompV3Borrow: string;
|
|
@@ -2012,29 +2577,17 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2012
2577
|
CompV3Supply: string;
|
|
2013
2578
|
CompV3Transfer: string;
|
|
2014
2579
|
CompV3Withdraw: string;
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
UniCreatePoolV3: string;
|
|
2027
|
-
LlamaLendCreate: string;
|
|
2028
|
-
LlamaLendSupply: string;
|
|
2029
|
-
LlamaLendBorrow: string;
|
|
2030
|
-
LlamaLendWithdraw: string;
|
|
2031
|
-
LlamaLendPayback: string;
|
|
2032
|
-
LlamaLendSelfLiquidate: string;
|
|
2033
|
-
LlamaLendGetDebt: string;
|
|
2034
|
-
LlamaLendBoost: string;
|
|
2035
|
-
LlamaLendRepay: string;
|
|
2036
|
-
LlamaLendLevCreate: string;
|
|
2037
|
-
LlamaLendSelfLiquidateWithColl: string;
|
|
2580
|
+
MorphoBlueSupply: string;
|
|
2581
|
+
MorphoBlueSupplyCollateral: string;
|
|
2582
|
+
MorphoBlueWithdraw: string;
|
|
2583
|
+
MorphoBlueWithdrawCollateral: string;
|
|
2584
|
+
MorphoBlueBorrow: string;
|
|
2585
|
+
MorphoBluePayback: string;
|
|
2586
|
+
MorphoBlueSetAuth: string;
|
|
2587
|
+
MorphoBlueSetAuthWithSig: string;
|
|
2588
|
+
MorphoBlueView: string;
|
|
2589
|
+
MorphoBlueReallocateLiquidity: string;
|
|
2590
|
+
MorphoBlueClaim: string;
|
|
2038
2591
|
FluidVaultT1Open: string;
|
|
2039
2592
|
FluidVaultT1Adjust: string;
|
|
2040
2593
|
FluidVaultT1Borrow: string;
|
|
@@ -2042,13 +2595,10 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2042
2595
|
FluidVaultT1Withdraw: string;
|
|
2043
2596
|
FluidVaultT1Supply: string;
|
|
2044
2597
|
FluidView: string;
|
|
2045
|
-
|
|
2046
|
-
FluidDexSupply: string;
|
|
2047
|
-
FluidDexBorrow: string;
|
|
2048
|
-
FluidDexPayback: string;
|
|
2049
|
-
FluidDexWithdraw: string;
|
|
2598
|
+
TokenizedVaultAdapter: string;
|
|
2050
2599
|
SFApproveTokens: string;
|
|
2051
2600
|
AutomationV2Unsub?: undefined;
|
|
2601
|
+
SendTokenAndUnwrap?: undefined;
|
|
2052
2602
|
SDaiWrap?: undefined;
|
|
2053
2603
|
SDaiUnwrap?: undefined;
|
|
2054
2604
|
StarknetClaim?: undefined;
|
|
@@ -2088,7 +2638,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2088
2638
|
AaveUnstake?: undefined;
|
|
2089
2639
|
AaveClaimAAVE?: undefined;
|
|
2090
2640
|
AaveClaimStkAave?: undefined;
|
|
2091
|
-
AaveV3View?: undefined;
|
|
2092
2641
|
GhoClaimAAVE?: undefined;
|
|
2093
2642
|
GhoUnstake?: undefined;
|
|
2094
2643
|
GhoStake?: undefined;
|
|
@@ -2127,14 +2676,19 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2127
2676
|
CompGetDebt?: undefined;
|
|
2128
2677
|
CompCollateralSwitch?: undefined;
|
|
2129
2678
|
FLAaveV2?: undefined;
|
|
2679
|
+
FLAaveV3NoFee?: undefined;
|
|
2130
2680
|
FLAaveV3CarryDebt?: undefined;
|
|
2131
2681
|
FLDyDx?: undefined;
|
|
2132
2682
|
FLMaker?: undefined;
|
|
2133
2683
|
FLSpark?: undefined;
|
|
2134
2684
|
FLGho?: undefined;
|
|
2135
|
-
FLMorphoBlue?: undefined;
|
|
2136
2685
|
UniSupply?: undefined;
|
|
2137
2686
|
UniWithdraw?: undefined;
|
|
2687
|
+
UniCollectV3?: undefined;
|
|
2688
|
+
UniMintV3?: undefined;
|
|
2689
|
+
UniSupplyV3?: undefined;
|
|
2690
|
+
UniWithdrawV3?: undefined;
|
|
2691
|
+
UniCreatePoolV3?: undefined;
|
|
2138
2692
|
DyDxWithdraw?: undefined;
|
|
2139
2693
|
YearnSupply?: undefined;
|
|
2140
2694
|
YearnWithdraw?: undefined;
|
|
@@ -2223,17 +2777,18 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2223
2777
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
2224
2778
|
CurveUsdLevCreateTransient?: undefined;
|
|
2225
2779
|
CurveUsdRepayTransient?: undefined;
|
|
2226
|
-
MorphoBlueSupply?: undefined;
|
|
2227
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
2228
|
-
MorphoBlueWithdraw?: undefined;
|
|
2229
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
2230
|
-
MorphoBlueBorrow?: undefined;
|
|
2231
|
-
MorphoBluePayback?: undefined;
|
|
2232
|
-
MorphoBlueSetAuth?: undefined;
|
|
2233
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
2234
2780
|
MorphoTokenWrap?: undefined;
|
|
2235
|
-
|
|
2236
|
-
|
|
2781
|
+
LlamaLendCreate?: undefined;
|
|
2782
|
+
LlamaLendSupply?: undefined;
|
|
2783
|
+
LlamaLendBorrow?: undefined;
|
|
2784
|
+
LlamaLendWithdraw?: undefined;
|
|
2785
|
+
LlamaLendPayback?: undefined;
|
|
2786
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
2787
|
+
LlamaLendGetDebt?: undefined;
|
|
2788
|
+
LlamaLendBoost?: undefined;
|
|
2789
|
+
LlamaLendRepay?: undefined;
|
|
2790
|
+
LlamaLendLevCreate?: undefined;
|
|
2791
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
2237
2792
|
EulerV2Supply?: undefined;
|
|
2238
2793
|
EulerV2Withdraw?: undefined;
|
|
2239
2794
|
EulerV2Borrow?: undefined;
|
|
@@ -2246,13 +2801,18 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2246
2801
|
EtherFiUnwrap?: undefined;
|
|
2247
2802
|
KingClaim?: undefined;
|
|
2248
2803
|
FluidClaim?: undefined;
|
|
2804
|
+
FluidDexOpen?: undefined;
|
|
2805
|
+
FluidDexSupply?: undefined;
|
|
2806
|
+
FluidDexBorrow?: undefined;
|
|
2807
|
+
FluidDexPayback?: undefined;
|
|
2808
|
+
FluidDexWithdraw?: undefined;
|
|
2249
2809
|
PendleTokenRedeem?: undefined;
|
|
2250
2810
|
UmbrellaClaimRewards?: undefined;
|
|
2251
2811
|
UmbrellaStake?: undefined;
|
|
2252
2812
|
UmbrellaUnstake?: undefined;
|
|
2253
2813
|
AaveV3DelegateCredit?: undefined;
|
|
2254
2814
|
AaveV3RatioTrigger?: undefined;
|
|
2255
|
-
|
|
2815
|
+
AaveV3RatioCheck?: undefined;
|
|
2256
2816
|
} | {
|
|
2257
2817
|
DFSSell: string;
|
|
2258
2818
|
DFSSellNoFee: string;
|
|
@@ -2260,27 +2820,19 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2260
2820
|
UnwrapEth: string;
|
|
2261
2821
|
SendToken: string;
|
|
2262
2822
|
SendTokens: string;
|
|
2823
|
+
SendTokenAndUnwrap: string;
|
|
2263
2824
|
PullToken: string;
|
|
2264
2825
|
ApproveToken: string;
|
|
2265
2826
|
SumInputs: string;
|
|
2266
2827
|
SubInputs: string;
|
|
2267
2828
|
TokenBalance: string;
|
|
2268
|
-
ChangeProxyOwner: string;
|
|
2269
2829
|
PermitToken: string;
|
|
2270
|
-
HandleAuth: string;
|
|
2271
|
-
ToggleSub: string;
|
|
2272
|
-
CreateSub: string;
|
|
2273
|
-
UpdateSub: string;
|
|
2274
2830
|
MerklClaim: string;
|
|
2275
2831
|
TransferNFT: string;
|
|
2276
|
-
|
|
2277
|
-
FLAaveV3: string;
|
|
2278
|
-
FLBalancer: string;
|
|
2279
|
-
FLUniV3: string;
|
|
2832
|
+
TokenizedVaultAdapter: string;
|
|
2280
2833
|
FLAction: string;
|
|
2281
|
-
|
|
2834
|
+
FLAaveV3: string;
|
|
2282
2835
|
AaveV3Withdraw: string;
|
|
2283
|
-
AaveV3SwapBorrowRateMode: string;
|
|
2284
2836
|
AaveV3Supply: string;
|
|
2285
2837
|
AaveV3SetEMode: string;
|
|
2286
2838
|
AaveV3Payback: string;
|
|
@@ -2290,38 +2842,16 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2290
2842
|
AaveV3ATokenPayback: string;
|
|
2291
2843
|
AaveV3View: string;
|
|
2292
2844
|
AaveV3DelegateWithSig: string;
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
CompV3Claim: string;
|
|
2296
|
-
CompV3Payback: string;
|
|
2297
|
-
CompV3Supply: string;
|
|
2298
|
-
CompV3Transfer: string;
|
|
2299
|
-
CompV3Withdraw: string;
|
|
2300
|
-
MorphoBlueSupply: string;
|
|
2301
|
-
MorphoBlueSupplyCollateral: string;
|
|
2302
|
-
MorphoBlueWithdraw: string;
|
|
2303
|
-
MorphoBlueWithdrawCollateral: string;
|
|
2304
|
-
MorphoBlueBorrow: string;
|
|
2305
|
-
MorphoBluePayback: string;
|
|
2306
|
-
MorphoBlueSetAuth: string;
|
|
2307
|
-
MorphoBlueSetAuthWithSig: string;
|
|
2308
|
-
MorphoBlueView: string;
|
|
2309
|
-
MorphoBlueReallocateLiquidity: string;
|
|
2310
|
-
MorphoBlueClaim: string;
|
|
2311
|
-
FluidVaultT1Open: string;
|
|
2312
|
-
FluidVaultT1Adjust: string;
|
|
2313
|
-
FluidVaultT1Borrow: string;
|
|
2314
|
-
FluidVaultT1Payback: string;
|
|
2315
|
-
FluidVaultT1Withdraw: string;
|
|
2316
|
-
FluidVaultT1Supply: string;
|
|
2317
|
-
FluidView: string;
|
|
2318
|
-
TokenizedVaultAdapter: string;
|
|
2319
|
-
SFApproveTokens: string;
|
|
2845
|
+
AaveV3DelegateCredit: string;
|
|
2846
|
+
ChangeProxyOwner?: undefined;
|
|
2320
2847
|
AutomationV2Unsub?: undefined;
|
|
2321
|
-
|
|
2848
|
+
ToggleSub?: undefined;
|
|
2849
|
+
UpdateSub?: undefined;
|
|
2850
|
+
CreateSub?: undefined;
|
|
2322
2851
|
SDaiWrap?: undefined;
|
|
2323
2852
|
SDaiUnwrap?: undefined;
|
|
2324
2853
|
StarknetClaim?: undefined;
|
|
2854
|
+
HandleAuth?: undefined;
|
|
2325
2855
|
SkyStake?: undefined;
|
|
2326
2856
|
SkyUnstake?: undefined;
|
|
2327
2857
|
SkyClaimRewards?: undefined;
|
|
@@ -2358,6 +2888,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2358
2888
|
AaveUnstake?: undefined;
|
|
2359
2889
|
AaveClaimAAVE?: undefined;
|
|
2360
2890
|
AaveClaimStkAave?: undefined;
|
|
2891
|
+
AaveV3SwapBorrowRateMode?: undefined;
|
|
2361
2892
|
GhoClaimAAVE?: undefined;
|
|
2362
2893
|
GhoUnstake?: undefined;
|
|
2363
2894
|
GhoStake?: undefined;
|
|
@@ -2400,8 +2931,11 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2400
2931
|
FLAaveV3CarryDebt?: undefined;
|
|
2401
2932
|
FLDyDx?: undefined;
|
|
2402
2933
|
FLMaker?: undefined;
|
|
2934
|
+
FLBalancer?: undefined;
|
|
2403
2935
|
FLSpark?: undefined;
|
|
2936
|
+
FLUniV3?: undefined;
|
|
2404
2937
|
FLGho?: undefined;
|
|
2938
|
+
FLMorphoBlue?: undefined;
|
|
2405
2939
|
UniSupply?: undefined;
|
|
2406
2940
|
UniWithdraw?: undefined;
|
|
2407
2941
|
UniCollectV3?: undefined;
|
|
@@ -2479,6 +3013,13 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2479
3013
|
CBChickenOut?: undefined;
|
|
2480
3014
|
CBCreateRebondSub?: undefined;
|
|
2481
3015
|
FetchBondId?: undefined;
|
|
3016
|
+
CompV3Allow?: undefined;
|
|
3017
|
+
CompV3Borrow?: undefined;
|
|
3018
|
+
CompV3Claim?: undefined;
|
|
3019
|
+
CompV3Payback?: undefined;
|
|
3020
|
+
CompV3Supply?: undefined;
|
|
3021
|
+
CompV3Transfer?: undefined;
|
|
3022
|
+
CompV3Withdraw?: undefined;
|
|
2482
3023
|
CurveUsdBorrow?: undefined;
|
|
2483
3024
|
CurveUsdCreate?: undefined;
|
|
2484
3025
|
CurveUsdPayback?: undefined;
|
|
@@ -2497,7 +3038,17 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2497
3038
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
2498
3039
|
CurveUsdLevCreateTransient?: undefined;
|
|
2499
3040
|
CurveUsdRepayTransient?: undefined;
|
|
3041
|
+
MorphoBlueSupply?: undefined;
|
|
3042
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
3043
|
+
MorphoBlueWithdraw?: undefined;
|
|
3044
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
3045
|
+
MorphoBlueBorrow?: undefined;
|
|
3046
|
+
MorphoBluePayback?: undefined;
|
|
3047
|
+
MorphoBlueSetAuth?: undefined;
|
|
3048
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
2500
3049
|
MorphoTokenWrap?: undefined;
|
|
3050
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
3051
|
+
MorphoBlueClaim?: undefined;
|
|
2501
3052
|
LlamaLendCreate?: undefined;
|
|
2502
3053
|
LlamaLendSupply?: undefined;
|
|
2503
3054
|
LlamaLendBorrow?: undefined;
|
|
@@ -2520,6 +3071,13 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2520
3071
|
EtherFiWrap?: undefined;
|
|
2521
3072
|
EtherFiUnwrap?: undefined;
|
|
2522
3073
|
KingClaim?: undefined;
|
|
3074
|
+
FluidVaultT1Open?: undefined;
|
|
3075
|
+
FluidVaultT1Adjust?: undefined;
|
|
3076
|
+
FluidVaultT1Borrow?: undefined;
|
|
3077
|
+
FluidVaultT1Payback?: undefined;
|
|
3078
|
+
FluidVaultT1Withdraw?: undefined;
|
|
3079
|
+
FluidVaultT1Supply?: undefined;
|
|
3080
|
+
FluidView?: undefined;
|
|
2523
3081
|
FluidClaim?: undefined;
|
|
2524
3082
|
FluidDexOpen?: undefined;
|
|
2525
3083
|
FluidDexSupply?: undefined;
|
|
@@ -2530,9 +3088,11 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2530
3088
|
UmbrellaClaimRewards?: undefined;
|
|
2531
3089
|
UmbrellaStake?: undefined;
|
|
2532
3090
|
UmbrellaUnstake?: undefined;
|
|
2533
|
-
|
|
3091
|
+
SFApproveTokens?: undefined;
|
|
2534
3092
|
AaveV3RatioTrigger?: undefined;
|
|
3093
|
+
GasFeeTakerL2?: undefined;
|
|
2535
3094
|
AaveV3RatioCheck?: undefined;
|
|
3095
|
+
MorphoBlueView?: undefined;
|
|
2536
3096
|
} | {
|
|
2537
3097
|
DFSSell: string;
|
|
2538
3098
|
DFSSellNoFee: string;
|
|
@@ -2563,6 +3123,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2563
3123
|
AaveV3View: string;
|
|
2564
3124
|
AaveV3DelegateWithSig: string;
|
|
2565
3125
|
AaveV3DelegateCredit: string;
|
|
3126
|
+
PendleTokenRedeem: string;
|
|
2566
3127
|
ChangeProxyOwner?: undefined;
|
|
2567
3128
|
AutomationV2Unsub?: undefined;
|
|
2568
3129
|
ToggleSub?: undefined;
|
|
@@ -2804,7 +3365,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2804
3365
|
FluidDexBorrow?: undefined;
|
|
2805
3366
|
FluidDexPayback?: undefined;
|
|
2806
3367
|
FluidDexWithdraw?: undefined;
|
|
2807
|
-
PendleTokenRedeem?: undefined;
|
|
2808
3368
|
UmbrellaClaimRewards?: undefined;
|
|
2809
3369
|
UmbrellaStake?: undefined;
|
|
2810
3370
|
UmbrellaUnstake?: undefined;
|
|
@@ -3332,8 +3892,288 @@ declare const _default: {
|
|
|
3332
3892
|
PullToken: string;
|
|
3333
3893
|
SumInputs: string;
|
|
3334
3894
|
SubInputs: string;
|
|
3335
|
-
ApproveToken: string;
|
|
3895
|
+
ApproveToken: string;
|
|
3896
|
+
SendTokenAndUnwrap: string;
|
|
3897
|
+
ToggleSub: string;
|
|
3898
|
+
CreateSub: string;
|
|
3899
|
+
TokenBalance: string;
|
|
3900
|
+
TokenizedVaultAdapter: string;
|
|
3901
|
+
ChangeProxyOwner: string;
|
|
3902
|
+
PermitToken: string;
|
|
3903
|
+
HandleAuth: string;
|
|
3904
|
+
MerklClaim: string;
|
|
3905
|
+
AaveV3ATokenPayback: string;
|
|
3906
|
+
AaveV3Borrow: string;
|
|
3907
|
+
AaveV3CollateralSwitch: string;
|
|
3908
|
+
AaveV3Payback: string;
|
|
3909
|
+
AaveV3SetEMode: string;
|
|
3910
|
+
AaveV3Supply: string;
|
|
3911
|
+
AaveV3SwapBorrowRateMode: string;
|
|
3912
|
+
AaveV3Withdraw: string;
|
|
3913
|
+
AaveV3ClaimRewards: string;
|
|
3914
|
+
AaveV3DelegateWithSig: string;
|
|
3915
|
+
AaveV3DelegateCredit: string;
|
|
3916
|
+
FLAaveV3NoFee: string;
|
|
3917
|
+
FLAaveV3: string;
|
|
3918
|
+
FLBalancer: string;
|
|
3919
|
+
FLAction: string;
|
|
3920
|
+
AaveV3RatioTrigger: string;
|
|
3921
|
+
GasFeeTakerL2: string;
|
|
3922
|
+
AaveV3RatioCheck: string;
|
|
3923
|
+
UniCollectV3: string;
|
|
3924
|
+
UniMintV3: string;
|
|
3925
|
+
UniSupplyV3: string;
|
|
3926
|
+
UniWithdrawV3: string;
|
|
3927
|
+
UniCreatePoolV3: string;
|
|
3928
|
+
CompV3Allow: string;
|
|
3929
|
+
CompV3Borrow: string;
|
|
3930
|
+
CompV3Claim: string;
|
|
3931
|
+
CompV3Payback: string;
|
|
3932
|
+
CompV3Supply: string;
|
|
3933
|
+
CompV3Transfer: string;
|
|
3934
|
+
CompV3Withdraw: string;
|
|
3935
|
+
SFApproveTokens: string;
|
|
3936
|
+
AutomationV2Unsub?: undefined;
|
|
3937
|
+
UpdateSub?: undefined;
|
|
3938
|
+
TransferNFT?: undefined;
|
|
3939
|
+
SDaiWrap?: undefined;
|
|
3940
|
+
SDaiUnwrap?: undefined;
|
|
3941
|
+
StarknetClaim?: undefined;
|
|
3942
|
+
SkyStake?: undefined;
|
|
3943
|
+
SkyUnstake?: undefined;
|
|
3944
|
+
SkyClaimRewards?: undefined;
|
|
3945
|
+
SkyStakingEngineOpen?: undefined;
|
|
3946
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
3947
|
+
SkyStakingEngineStake?: undefined;
|
|
3948
|
+
SkyStakingEngineUnstake?: undefined;
|
|
3949
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
3950
|
+
McdGenerate?: undefined;
|
|
3951
|
+
McdGive?: undefined;
|
|
3952
|
+
McdMerge?: undefined;
|
|
3953
|
+
McdOpen?: undefined;
|
|
3954
|
+
McdPayback?: undefined;
|
|
3955
|
+
McdSupply?: undefined;
|
|
3956
|
+
McdWithdraw?: undefined;
|
|
3957
|
+
McdClaim?: undefined;
|
|
3958
|
+
McdDsrDeposit?: undefined;
|
|
3959
|
+
McdDsrWithdraw?: undefined;
|
|
3960
|
+
McdTokenConverter?: undefined;
|
|
3961
|
+
ReflexerSupply?: undefined;
|
|
3962
|
+
ReflexerWithdraw?: undefined;
|
|
3963
|
+
ReflexerPayback?: undefined;
|
|
3964
|
+
ReflexerGenerate?: undefined;
|
|
3965
|
+
ReflexerOpen?: undefined;
|
|
3966
|
+
ReflexerWithdrawStuckFunds?: undefined;
|
|
3967
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
3968
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
3969
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
3970
|
+
AaveBorrow?: undefined;
|
|
3971
|
+
AavePayback?: undefined;
|
|
3972
|
+
AaveSupply?: undefined;
|
|
3973
|
+
AaveWithdraw?: undefined;
|
|
3974
|
+
AaveCollateralSwitch?: undefined;
|
|
3975
|
+
AaveUnstake?: undefined;
|
|
3976
|
+
AaveClaimAAVE?: undefined;
|
|
3977
|
+
AaveClaimStkAave?: undefined;
|
|
3978
|
+
AaveV3View?: undefined;
|
|
3979
|
+
GhoClaimAAVE?: undefined;
|
|
3980
|
+
GhoUnstake?: undefined;
|
|
3981
|
+
GhoStake?: undefined;
|
|
3982
|
+
LSVWithdraw?: undefined;
|
|
3983
|
+
LSVBorrow?: undefined;
|
|
3984
|
+
LSVSupply?: undefined;
|
|
3985
|
+
LSVPayback?: undefined;
|
|
3986
|
+
LSVSell?: undefined;
|
|
3987
|
+
MorphoAaveV2Borrow?: undefined;
|
|
3988
|
+
MorphoAaveV2Payback?: undefined;
|
|
3989
|
+
MorphoAaveV2Supply?: undefined;
|
|
3990
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
3991
|
+
MorphoClaim?: undefined;
|
|
3992
|
+
MorphoAaveV3Borrow?: undefined;
|
|
3993
|
+
MorphoAaveV3Payback?: undefined;
|
|
3994
|
+
MorphoAaveV3Supply?: undefined;
|
|
3995
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
3996
|
+
MorphoAaveV3SetManager?: undefined;
|
|
3997
|
+
SparkBorrow?: undefined;
|
|
3998
|
+
SparkClaimRewards?: undefined;
|
|
3999
|
+
SparkCollateralSwitch?: undefined;
|
|
4000
|
+
SparkPayback?: undefined;
|
|
4001
|
+
SparkSetEMode?: undefined;
|
|
4002
|
+
SparkSpTokenPayback?: undefined;
|
|
4003
|
+
SparkSupply?: undefined;
|
|
4004
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
4005
|
+
SparkWithdraw?: undefined;
|
|
4006
|
+
SparkDelegateCredit?: undefined;
|
|
4007
|
+
SparkDelegateWithSig?: undefined;
|
|
4008
|
+
SparkSPKClaim?: undefined;
|
|
4009
|
+
CompBorrow?: undefined;
|
|
4010
|
+
CompClaim?: undefined;
|
|
4011
|
+
CompPayback?: undefined;
|
|
4012
|
+
CompSupply?: undefined;
|
|
4013
|
+
CompWithdraw?: undefined;
|
|
4014
|
+
CompGetDebt?: undefined;
|
|
4015
|
+
CompCollateralSwitch?: undefined;
|
|
4016
|
+
FLAaveV2?: undefined;
|
|
4017
|
+
FLAaveV3CarryDebt?: undefined;
|
|
4018
|
+
FLDyDx?: undefined;
|
|
4019
|
+
FLMaker?: undefined;
|
|
4020
|
+
FLSpark?: undefined;
|
|
4021
|
+
FLUniV3?: undefined;
|
|
4022
|
+
FLGho?: undefined;
|
|
4023
|
+
FLMorphoBlue?: undefined;
|
|
4024
|
+
UniSupply?: undefined;
|
|
4025
|
+
UniWithdraw?: undefined;
|
|
4026
|
+
DyDxWithdraw?: undefined;
|
|
4027
|
+
YearnSupply?: undefined;
|
|
4028
|
+
YearnWithdraw?: undefined;
|
|
4029
|
+
LiquityClose?: undefined;
|
|
4030
|
+
LiquityBorrow?: undefined;
|
|
4031
|
+
LiquityOpen?: undefined;
|
|
4032
|
+
LiquityPayback?: undefined;
|
|
4033
|
+
LiquityWithdraw?: undefined;
|
|
4034
|
+
LiquitySupply?: undefined;
|
|
4035
|
+
LiquitySPDeposit?: undefined;
|
|
4036
|
+
LiquitySPWithdraw?: undefined;
|
|
4037
|
+
LiquityStake?: undefined;
|
|
4038
|
+
LiquityUnstake?: undefined;
|
|
4039
|
+
LiquityEthGainToTrove?: undefined;
|
|
4040
|
+
LiquityClaim?: undefined;
|
|
4041
|
+
LiquityRedeem?: undefined;
|
|
4042
|
+
LiquityAdjust?: undefined;
|
|
4043
|
+
LiquityV2CloseLegacy?: undefined;
|
|
4044
|
+
LiquityV2PaybackLegacy?: undefined;
|
|
4045
|
+
LiquityV2Open?: undefined;
|
|
4046
|
+
LiquityV2Close?: undefined;
|
|
4047
|
+
LiquityV2Supply?: undefined;
|
|
4048
|
+
LiquityV2Withdraw?: undefined;
|
|
4049
|
+
LiquityV2Borrow?: undefined;
|
|
4050
|
+
LiquityV2Payback?: undefined;
|
|
4051
|
+
LiquityV2Claim?: undefined;
|
|
4052
|
+
LiquityV2Adjust?: undefined;
|
|
4053
|
+
LiquityV2AdjustInterestRate?: undefined;
|
|
4054
|
+
LiquityV2SPDeposit?: undefined;
|
|
4055
|
+
LiquityV2SPWithdraw?: undefined;
|
|
4056
|
+
LiquityV2SPClaimColl?: undefined;
|
|
4057
|
+
LiquityV2AdjustZombieTrove?: undefined;
|
|
4058
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
4059
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
4060
|
+
LidoStake?: undefined;
|
|
4061
|
+
LidoWrap?: undefined;
|
|
4062
|
+
LidoUnwrap?: undefined;
|
|
4063
|
+
InstPullTokens?: undefined;
|
|
4064
|
+
BalancerV2Supply?: undefined;
|
|
4065
|
+
BalancerV2Withdraw?: undefined;
|
|
4066
|
+
BalancerV2Claim?: undefined;
|
|
4067
|
+
GUniWithdraw?: undefined;
|
|
4068
|
+
GUniDeposit?: undefined;
|
|
4069
|
+
RariDeposit?: undefined;
|
|
4070
|
+
RariWithdraw?: undefined;
|
|
4071
|
+
MStableDeposit?: undefined;
|
|
4072
|
+
MStableWithdraw?: undefined;
|
|
4073
|
+
MStableClaim?: undefined;
|
|
4074
|
+
McdRatioCheck?: undefined;
|
|
4075
|
+
GasFeeTaker?: undefined;
|
|
4076
|
+
CurveStethPoolDeposit?: undefined;
|
|
4077
|
+
CurveStethPoolWithdraw?: undefined;
|
|
4078
|
+
CurveDeposit?: undefined;
|
|
4079
|
+
CurveWithdraw?: undefined;
|
|
4080
|
+
McdBoostComposite?: undefined;
|
|
4081
|
+
McdRepayComposite?: undefined;
|
|
4082
|
+
FLEuler?: undefined;
|
|
4083
|
+
TrailingStopTrigger?: undefined;
|
|
4084
|
+
CBRebondTrigger?: undefined;
|
|
4085
|
+
CBUpdateRebondSub?: undefined;
|
|
4086
|
+
LiquityRatioCheck?: undefined;
|
|
4087
|
+
ConvexDeposit?: undefined;
|
|
4088
|
+
ConvexWithdraw?: undefined;
|
|
4089
|
+
ConvexClaim?: undefined;
|
|
4090
|
+
CBCreate?: undefined;
|
|
4091
|
+
CBRedeem?: undefined;
|
|
4092
|
+
CBChickenIn?: undefined;
|
|
4093
|
+
CBChickenOut?: undefined;
|
|
4094
|
+
CBCreateRebondSub?: undefined;
|
|
4095
|
+
FetchBondId?: undefined;
|
|
4096
|
+
CurveUsdBorrow?: undefined;
|
|
4097
|
+
CurveUsdCreate?: undefined;
|
|
4098
|
+
CurveUsdPayback?: undefined;
|
|
4099
|
+
CurveUsdSupply?: undefined;
|
|
4100
|
+
CurveUsdAdjust?: undefined;
|
|
4101
|
+
CurveUsdWithdraw?: undefined;
|
|
4102
|
+
CurveUsdLevCreate?: undefined;
|
|
4103
|
+
CurveUsdRepay?: undefined;
|
|
4104
|
+
CurveUsdSwapper?: undefined;
|
|
4105
|
+
CurveUsdSwapperTransient?: undefined;
|
|
4106
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
4107
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
4108
|
+
CurveUsdGetDebt?: undefined;
|
|
4109
|
+
CurveUsdCollRatioTrigger?: undefined;
|
|
4110
|
+
CurveUsdCollRatioCheck?: undefined;
|
|
4111
|
+
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
4112
|
+
CurveUsdLevCreateTransient?: undefined;
|
|
4113
|
+
CurveUsdRepayTransient?: undefined;
|
|
4114
|
+
MorphoBlueSupply?: undefined;
|
|
4115
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
4116
|
+
MorphoBlueWithdraw?: undefined;
|
|
4117
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
4118
|
+
MorphoBlueBorrow?: undefined;
|
|
4119
|
+
MorphoBluePayback?: undefined;
|
|
4120
|
+
MorphoBlueSetAuth?: undefined;
|
|
4121
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
4122
|
+
MorphoTokenWrap?: undefined;
|
|
4123
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
4124
|
+
MorphoBlueClaim?: undefined;
|
|
4125
|
+
LlamaLendCreate?: undefined;
|
|
4126
|
+
LlamaLendSupply?: undefined;
|
|
4127
|
+
LlamaLendBorrow?: undefined;
|
|
4128
|
+
LlamaLendWithdraw?: undefined;
|
|
4129
|
+
LlamaLendPayback?: undefined;
|
|
4130
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
4131
|
+
LlamaLendGetDebt?: undefined;
|
|
4132
|
+
LlamaLendBoost?: undefined;
|
|
4133
|
+
LlamaLendRepay?: undefined;
|
|
4134
|
+
LlamaLendLevCreate?: undefined;
|
|
4135
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
4136
|
+
EulerV2Supply?: undefined;
|
|
4137
|
+
EulerV2Withdraw?: undefined;
|
|
4138
|
+
EulerV2Borrow?: undefined;
|
|
4139
|
+
EulerV2Payback?: undefined;
|
|
4140
|
+
EulerV2CollateralSwitch?: undefined;
|
|
4141
|
+
EulerV2View?: undefined;
|
|
4142
|
+
RenzoStake?: undefined;
|
|
4143
|
+
EtherFiStake?: undefined;
|
|
4144
|
+
EtherFiWrap?: undefined;
|
|
4145
|
+
EtherFiUnwrap?: undefined;
|
|
4146
|
+
KingClaim?: undefined;
|
|
4147
|
+
FluidVaultT1Open?: undefined;
|
|
4148
|
+
FluidVaultT1Adjust?: undefined;
|
|
4149
|
+
FluidVaultT1Borrow?: undefined;
|
|
4150
|
+
FluidVaultT1Payback?: undefined;
|
|
4151
|
+
FluidVaultT1Withdraw?: undefined;
|
|
4152
|
+
FluidVaultT1Supply?: undefined;
|
|
4153
|
+
FluidView?: undefined;
|
|
4154
|
+
FluidClaim?: undefined;
|
|
4155
|
+
FluidDexOpen?: undefined;
|
|
4156
|
+
FluidDexSupply?: undefined;
|
|
4157
|
+
FluidDexBorrow?: undefined;
|
|
4158
|
+
FluidDexPayback?: undefined;
|
|
4159
|
+
FluidDexWithdraw?: undefined;
|
|
4160
|
+
PendleTokenRedeem?: undefined;
|
|
4161
|
+
UmbrellaClaimRewards?: undefined;
|
|
4162
|
+
UmbrellaStake?: undefined;
|
|
4163
|
+
UmbrellaUnstake?: undefined;
|
|
4164
|
+
MorphoBlueView?: undefined;
|
|
4165
|
+
} | {
|
|
4166
|
+
DFSSell: string;
|
|
4167
|
+
DFSSellNoFee: string;
|
|
4168
|
+
WrapEth: string;
|
|
4169
|
+
UnwrapEth: string;
|
|
4170
|
+
SendToken: string;
|
|
4171
|
+
SendTokens: string;
|
|
4172
|
+
PullToken: string;
|
|
4173
|
+
SumInputs: string;
|
|
4174
|
+
SubInputs: string;
|
|
3336
4175
|
SendTokenAndUnwrap: string;
|
|
4176
|
+
ApproveToken: string;
|
|
3337
4177
|
ToggleSub: string;
|
|
3338
4178
|
CreateSub: string;
|
|
3339
4179
|
TokenBalance: string;
|
|
@@ -3341,6 +4181,8 @@ declare const _default: {
|
|
|
3341
4181
|
ChangeProxyOwner: string;
|
|
3342
4182
|
PermitToken: string;
|
|
3343
4183
|
HandleAuth: string;
|
|
4184
|
+
UpdateSub: string;
|
|
4185
|
+
TransferNFT: string;
|
|
3344
4186
|
MerklClaim: string;
|
|
3345
4187
|
AaveV3ATokenPayback: string;
|
|
3346
4188
|
AaveV3Borrow: string;
|
|
@@ -3352,12 +4194,18 @@ declare const _default: {
|
|
|
3352
4194
|
AaveV3Withdraw: string;
|
|
3353
4195
|
AaveV3ClaimRewards: string;
|
|
3354
4196
|
AaveV3DelegateWithSig: string;
|
|
3355
|
-
|
|
4197
|
+
CompV3Allow: string;
|
|
4198
|
+
CompV3Borrow: string;
|
|
4199
|
+
CompV3Claim: string;
|
|
4200
|
+
CompV3Payback: string;
|
|
4201
|
+
CompV3Supply: string;
|
|
4202
|
+
CompV3Transfer: string;
|
|
4203
|
+
CompV3Withdraw: string;
|
|
3356
4204
|
FLAaveV3NoFee: string;
|
|
3357
4205
|
FLAaveV3: string;
|
|
3358
4206
|
FLBalancer: string;
|
|
4207
|
+
FLUniV3: string;
|
|
3359
4208
|
FLAction: string;
|
|
3360
|
-
AaveV3RatioTrigger: string;
|
|
3361
4209
|
GasFeeTakerL2: string;
|
|
3362
4210
|
AaveV3RatioCheck: string;
|
|
3363
4211
|
UniCollectV3: string;
|
|
@@ -3365,17 +4213,31 @@ declare const _default: {
|
|
|
3365
4213
|
UniSupplyV3: string;
|
|
3366
4214
|
UniWithdrawV3: string;
|
|
3367
4215
|
UniCreatePoolV3: string;
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
4216
|
+
LlamaLendCreate: string;
|
|
4217
|
+
LlamaLendSupply: string;
|
|
4218
|
+
LlamaLendBorrow: string;
|
|
4219
|
+
LlamaLendWithdraw: string;
|
|
4220
|
+
LlamaLendPayback: string;
|
|
4221
|
+
LlamaLendSelfLiquidate: string;
|
|
4222
|
+
LlamaLendGetDebt: string;
|
|
4223
|
+
LlamaLendBoost: string;
|
|
4224
|
+
LlamaLendRepay: string;
|
|
4225
|
+
LlamaLendLevCreate: string;
|
|
4226
|
+
LlamaLendSelfLiquidateWithColl: string;
|
|
4227
|
+
FluidVaultT1Open: string;
|
|
4228
|
+
FluidVaultT1Adjust: string;
|
|
4229
|
+
FluidVaultT1Borrow: string;
|
|
4230
|
+
FluidVaultT1Payback: string;
|
|
4231
|
+
FluidVaultT1Withdraw: string;
|
|
4232
|
+
FluidVaultT1Supply: string;
|
|
4233
|
+
FluidView: string;
|
|
4234
|
+
FluidDexOpen: string;
|
|
4235
|
+
FluidDexSupply: string;
|
|
4236
|
+
FluidDexBorrow: string;
|
|
4237
|
+
FluidDexPayback: string;
|
|
4238
|
+
FluidDexWithdraw: string;
|
|
3375
4239
|
SFApproveTokens: string;
|
|
3376
4240
|
AutomationV2Unsub?: undefined;
|
|
3377
|
-
UpdateSub?: undefined;
|
|
3378
|
-
TransferNFT?: undefined;
|
|
3379
4241
|
SDaiWrap?: undefined;
|
|
3380
4242
|
SDaiUnwrap?: undefined;
|
|
3381
4243
|
StarknetClaim?: undefined;
|
|
@@ -3458,7 +4320,6 @@ declare const _default: {
|
|
|
3458
4320
|
FLDyDx?: undefined;
|
|
3459
4321
|
FLMaker?: undefined;
|
|
3460
4322
|
FLSpark?: undefined;
|
|
3461
|
-
FLUniV3?: undefined;
|
|
3462
4323
|
FLGho?: undefined;
|
|
3463
4324
|
FLMorphoBlue?: undefined;
|
|
3464
4325
|
UniSupply?: undefined;
|
|
@@ -3562,17 +4423,6 @@ declare const _default: {
|
|
|
3562
4423
|
MorphoTokenWrap?: undefined;
|
|
3563
4424
|
MorphoBlueReallocateLiquidity?: undefined;
|
|
3564
4425
|
MorphoBlueClaim?: undefined;
|
|
3565
|
-
LlamaLendCreate?: undefined;
|
|
3566
|
-
LlamaLendSupply?: undefined;
|
|
3567
|
-
LlamaLendBorrow?: undefined;
|
|
3568
|
-
LlamaLendWithdraw?: undefined;
|
|
3569
|
-
LlamaLendPayback?: undefined;
|
|
3570
|
-
LlamaLendSelfLiquidate?: undefined;
|
|
3571
|
-
LlamaLendGetDebt?: undefined;
|
|
3572
|
-
LlamaLendBoost?: undefined;
|
|
3573
|
-
LlamaLendRepay?: undefined;
|
|
3574
|
-
LlamaLendLevCreate?: undefined;
|
|
3575
|
-
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
3576
4426
|
EulerV2Supply?: undefined;
|
|
3577
4427
|
EulerV2Withdraw?: undefined;
|
|
3578
4428
|
EulerV2Borrow?: undefined;
|
|
@@ -3584,23 +4434,13 @@ declare const _default: {
|
|
|
3584
4434
|
EtherFiWrap?: undefined;
|
|
3585
4435
|
EtherFiUnwrap?: undefined;
|
|
3586
4436
|
KingClaim?: undefined;
|
|
3587
|
-
FluidVaultT1Open?: undefined;
|
|
3588
|
-
FluidVaultT1Adjust?: undefined;
|
|
3589
|
-
FluidVaultT1Borrow?: undefined;
|
|
3590
|
-
FluidVaultT1Payback?: undefined;
|
|
3591
|
-
FluidVaultT1Withdraw?: undefined;
|
|
3592
|
-
FluidVaultT1Supply?: undefined;
|
|
3593
|
-
FluidView?: undefined;
|
|
3594
4437
|
FluidClaim?: undefined;
|
|
3595
|
-
FluidDexOpen?: undefined;
|
|
3596
|
-
FluidDexSupply?: undefined;
|
|
3597
|
-
FluidDexBorrow?: undefined;
|
|
3598
|
-
FluidDexPayback?: undefined;
|
|
3599
|
-
FluidDexWithdraw?: undefined;
|
|
3600
4438
|
PendleTokenRedeem?: undefined;
|
|
3601
4439
|
UmbrellaClaimRewards?: undefined;
|
|
3602
4440
|
UmbrellaStake?: undefined;
|
|
3603
4441
|
UmbrellaUnstake?: undefined;
|
|
4442
|
+
AaveV3DelegateCredit?: undefined;
|
|
4443
|
+
AaveV3RatioTrigger?: undefined;
|
|
3604
4444
|
MorphoBlueView?: undefined;
|
|
3605
4445
|
} | {
|
|
3606
4446
|
DFSSell: string;
|
|
@@ -3610,29 +4450,34 @@ declare const _default: {
|
|
|
3610
4450
|
SendToken: string;
|
|
3611
4451
|
SendTokens: string;
|
|
3612
4452
|
PullToken: string;
|
|
4453
|
+
ApproveToken: string;
|
|
3613
4454
|
SumInputs: string;
|
|
3614
4455
|
SubInputs: string;
|
|
3615
|
-
SendTokenAndUnwrap: string;
|
|
3616
|
-
ApproveToken: string;
|
|
3617
|
-
ToggleSub: string;
|
|
3618
|
-
CreateSub: string;
|
|
3619
4456
|
TokenBalance: string;
|
|
3620
|
-
TokenizedVaultAdapter: string;
|
|
3621
4457
|
ChangeProxyOwner: string;
|
|
3622
4458
|
PermitToken: string;
|
|
3623
4459
|
HandleAuth: string;
|
|
4460
|
+
ToggleSub: string;
|
|
4461
|
+
CreateSub: string;
|
|
3624
4462
|
UpdateSub: string;
|
|
3625
|
-
TransferNFT: string;
|
|
3626
4463
|
MerklClaim: string;
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
4464
|
+
TransferNFT: string;
|
|
4465
|
+
GasFeeTakerL2: string;
|
|
4466
|
+
FLAaveV3: string;
|
|
4467
|
+
FLBalancer: string;
|
|
4468
|
+
FLUniV3: string;
|
|
4469
|
+
FLAction: string;
|
|
4470
|
+
FLMorphoBlue: string;
|
|
3634
4471
|
AaveV3Withdraw: string;
|
|
4472
|
+
AaveV3SwapBorrowRateMode: string;
|
|
4473
|
+
AaveV3Supply: string;
|
|
4474
|
+
AaveV3SetEMode: string;
|
|
4475
|
+
AaveV3Payback: string;
|
|
4476
|
+
AaveV3CollateralSwitch: string;
|
|
3635
4477
|
AaveV3ClaimRewards: string;
|
|
4478
|
+
AaveV3Borrow: string;
|
|
4479
|
+
AaveV3ATokenPayback: string;
|
|
4480
|
+
AaveV3View: string;
|
|
3636
4481
|
AaveV3DelegateWithSig: string;
|
|
3637
4482
|
CompV3Allow: string;
|
|
3638
4483
|
CompV3Borrow: string;
|
|
@@ -3641,29 +4486,17 @@ declare const _default: {
|
|
|
3641
4486
|
CompV3Supply: string;
|
|
3642
4487
|
CompV3Transfer: string;
|
|
3643
4488
|
CompV3Withdraw: string;
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
UniCreatePoolV3: string;
|
|
3656
|
-
LlamaLendCreate: string;
|
|
3657
|
-
LlamaLendSupply: string;
|
|
3658
|
-
LlamaLendBorrow: string;
|
|
3659
|
-
LlamaLendWithdraw: string;
|
|
3660
|
-
LlamaLendPayback: string;
|
|
3661
|
-
LlamaLendSelfLiquidate: string;
|
|
3662
|
-
LlamaLendGetDebt: string;
|
|
3663
|
-
LlamaLendBoost: string;
|
|
3664
|
-
LlamaLendRepay: string;
|
|
3665
|
-
LlamaLendLevCreate: string;
|
|
3666
|
-
LlamaLendSelfLiquidateWithColl: string;
|
|
4489
|
+
MorphoBlueSupply: string;
|
|
4490
|
+
MorphoBlueSupplyCollateral: string;
|
|
4491
|
+
MorphoBlueWithdraw: string;
|
|
4492
|
+
MorphoBlueWithdrawCollateral: string;
|
|
4493
|
+
MorphoBlueBorrow: string;
|
|
4494
|
+
MorphoBluePayback: string;
|
|
4495
|
+
MorphoBlueSetAuth: string;
|
|
4496
|
+
MorphoBlueSetAuthWithSig: string;
|
|
4497
|
+
MorphoBlueView: string;
|
|
4498
|
+
MorphoBlueReallocateLiquidity: string;
|
|
4499
|
+
MorphoBlueClaim: string;
|
|
3667
4500
|
FluidVaultT1Open: string;
|
|
3668
4501
|
FluidVaultT1Adjust: string;
|
|
3669
4502
|
FluidVaultT1Borrow: string;
|
|
@@ -3671,13 +4504,10 @@ declare const _default: {
|
|
|
3671
4504
|
FluidVaultT1Withdraw: string;
|
|
3672
4505
|
FluidVaultT1Supply: string;
|
|
3673
4506
|
FluidView: string;
|
|
3674
|
-
|
|
3675
|
-
FluidDexSupply: string;
|
|
3676
|
-
FluidDexBorrow: string;
|
|
3677
|
-
FluidDexPayback: string;
|
|
3678
|
-
FluidDexWithdraw: string;
|
|
4507
|
+
TokenizedVaultAdapter: string;
|
|
3679
4508
|
SFApproveTokens: string;
|
|
3680
4509
|
AutomationV2Unsub?: undefined;
|
|
4510
|
+
SendTokenAndUnwrap?: undefined;
|
|
3681
4511
|
SDaiWrap?: undefined;
|
|
3682
4512
|
SDaiUnwrap?: undefined;
|
|
3683
4513
|
StarknetClaim?: undefined;
|
|
@@ -3717,7 +4547,6 @@ declare const _default: {
|
|
|
3717
4547
|
AaveUnstake?: undefined;
|
|
3718
4548
|
AaveClaimAAVE?: undefined;
|
|
3719
4549
|
AaveClaimStkAave?: undefined;
|
|
3720
|
-
AaveV3View?: undefined;
|
|
3721
4550
|
GhoClaimAAVE?: undefined;
|
|
3722
4551
|
GhoUnstake?: undefined;
|
|
3723
4552
|
GhoStake?: undefined;
|
|
@@ -3756,14 +4585,19 @@ declare const _default: {
|
|
|
3756
4585
|
CompGetDebt?: undefined;
|
|
3757
4586
|
CompCollateralSwitch?: undefined;
|
|
3758
4587
|
FLAaveV2?: undefined;
|
|
4588
|
+
FLAaveV3NoFee?: undefined;
|
|
3759
4589
|
FLAaveV3CarryDebt?: undefined;
|
|
3760
4590
|
FLDyDx?: undefined;
|
|
3761
4591
|
FLMaker?: undefined;
|
|
3762
4592
|
FLSpark?: undefined;
|
|
3763
4593
|
FLGho?: undefined;
|
|
3764
|
-
FLMorphoBlue?: undefined;
|
|
3765
4594
|
UniSupply?: undefined;
|
|
3766
4595
|
UniWithdraw?: undefined;
|
|
4596
|
+
UniCollectV3?: undefined;
|
|
4597
|
+
UniMintV3?: undefined;
|
|
4598
|
+
UniSupplyV3?: undefined;
|
|
4599
|
+
UniWithdrawV3?: undefined;
|
|
4600
|
+
UniCreatePoolV3?: undefined;
|
|
3767
4601
|
DyDxWithdraw?: undefined;
|
|
3768
4602
|
YearnSupply?: undefined;
|
|
3769
4603
|
YearnWithdraw?: undefined;
|
|
@@ -3852,17 +4686,18 @@ declare const _default: {
|
|
|
3852
4686
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
3853
4687
|
CurveUsdLevCreateTransient?: undefined;
|
|
3854
4688
|
CurveUsdRepayTransient?: undefined;
|
|
3855
|
-
MorphoBlueSupply?: undefined;
|
|
3856
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
3857
|
-
MorphoBlueWithdraw?: undefined;
|
|
3858
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
3859
|
-
MorphoBlueBorrow?: undefined;
|
|
3860
|
-
MorphoBluePayback?: undefined;
|
|
3861
|
-
MorphoBlueSetAuth?: undefined;
|
|
3862
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
3863
4689
|
MorphoTokenWrap?: undefined;
|
|
3864
|
-
|
|
3865
|
-
|
|
4690
|
+
LlamaLendCreate?: undefined;
|
|
4691
|
+
LlamaLendSupply?: undefined;
|
|
4692
|
+
LlamaLendBorrow?: undefined;
|
|
4693
|
+
LlamaLendWithdraw?: undefined;
|
|
4694
|
+
LlamaLendPayback?: undefined;
|
|
4695
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
4696
|
+
LlamaLendGetDebt?: undefined;
|
|
4697
|
+
LlamaLendBoost?: undefined;
|
|
4698
|
+
LlamaLendRepay?: undefined;
|
|
4699
|
+
LlamaLendLevCreate?: undefined;
|
|
4700
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
3866
4701
|
EulerV2Supply?: undefined;
|
|
3867
4702
|
EulerV2Withdraw?: undefined;
|
|
3868
4703
|
EulerV2Borrow?: undefined;
|
|
@@ -3875,13 +4710,18 @@ declare const _default: {
|
|
|
3875
4710
|
EtherFiUnwrap?: undefined;
|
|
3876
4711
|
KingClaim?: undefined;
|
|
3877
4712
|
FluidClaim?: undefined;
|
|
4713
|
+
FluidDexOpen?: undefined;
|
|
4714
|
+
FluidDexSupply?: undefined;
|
|
4715
|
+
FluidDexBorrow?: undefined;
|
|
4716
|
+
FluidDexPayback?: undefined;
|
|
4717
|
+
FluidDexWithdraw?: undefined;
|
|
3878
4718
|
PendleTokenRedeem?: undefined;
|
|
3879
4719
|
UmbrellaClaimRewards?: undefined;
|
|
3880
4720
|
UmbrellaStake?: undefined;
|
|
3881
4721
|
UmbrellaUnstake?: undefined;
|
|
3882
4722
|
AaveV3DelegateCredit?: undefined;
|
|
3883
4723
|
AaveV3RatioTrigger?: undefined;
|
|
3884
|
-
|
|
4724
|
+
AaveV3RatioCheck?: undefined;
|
|
3885
4725
|
} | {
|
|
3886
4726
|
DFSSell: string;
|
|
3887
4727
|
DFSSellNoFee: string;
|
|
@@ -3889,27 +4729,19 @@ declare const _default: {
|
|
|
3889
4729
|
UnwrapEth: string;
|
|
3890
4730
|
SendToken: string;
|
|
3891
4731
|
SendTokens: string;
|
|
4732
|
+
SendTokenAndUnwrap: string;
|
|
3892
4733
|
PullToken: string;
|
|
3893
4734
|
ApproveToken: string;
|
|
3894
4735
|
SumInputs: string;
|
|
3895
4736
|
SubInputs: string;
|
|
3896
4737
|
TokenBalance: string;
|
|
3897
|
-
ChangeProxyOwner: string;
|
|
3898
4738
|
PermitToken: string;
|
|
3899
|
-
HandleAuth: string;
|
|
3900
|
-
ToggleSub: string;
|
|
3901
|
-
CreateSub: string;
|
|
3902
|
-
UpdateSub: string;
|
|
3903
4739
|
MerklClaim: string;
|
|
3904
4740
|
TransferNFT: string;
|
|
3905
|
-
|
|
3906
|
-
FLAaveV3: string;
|
|
3907
|
-
FLBalancer: string;
|
|
3908
|
-
FLUniV3: string;
|
|
4741
|
+
TokenizedVaultAdapter: string;
|
|
3909
4742
|
FLAction: string;
|
|
3910
|
-
|
|
4743
|
+
FLAaveV3: string;
|
|
3911
4744
|
AaveV3Withdraw: string;
|
|
3912
|
-
AaveV3SwapBorrowRateMode: string;
|
|
3913
4745
|
AaveV3Supply: string;
|
|
3914
4746
|
AaveV3SetEMode: string;
|
|
3915
4747
|
AaveV3Payback: string;
|
|
@@ -3919,38 +4751,16 @@ declare const _default: {
|
|
|
3919
4751
|
AaveV3ATokenPayback: string;
|
|
3920
4752
|
AaveV3View: string;
|
|
3921
4753
|
AaveV3DelegateWithSig: string;
|
|
3922
|
-
|
|
3923
|
-
|
|
3924
|
-
CompV3Claim: string;
|
|
3925
|
-
CompV3Payback: string;
|
|
3926
|
-
CompV3Supply: string;
|
|
3927
|
-
CompV3Transfer: string;
|
|
3928
|
-
CompV3Withdraw: string;
|
|
3929
|
-
MorphoBlueSupply: string;
|
|
3930
|
-
MorphoBlueSupplyCollateral: string;
|
|
3931
|
-
MorphoBlueWithdraw: string;
|
|
3932
|
-
MorphoBlueWithdrawCollateral: string;
|
|
3933
|
-
MorphoBlueBorrow: string;
|
|
3934
|
-
MorphoBluePayback: string;
|
|
3935
|
-
MorphoBlueSetAuth: string;
|
|
3936
|
-
MorphoBlueSetAuthWithSig: string;
|
|
3937
|
-
MorphoBlueView: string;
|
|
3938
|
-
MorphoBlueReallocateLiquidity: string;
|
|
3939
|
-
MorphoBlueClaim: string;
|
|
3940
|
-
FluidVaultT1Open: string;
|
|
3941
|
-
FluidVaultT1Adjust: string;
|
|
3942
|
-
FluidVaultT1Borrow: string;
|
|
3943
|
-
FluidVaultT1Payback: string;
|
|
3944
|
-
FluidVaultT1Withdraw: string;
|
|
3945
|
-
FluidVaultT1Supply: string;
|
|
3946
|
-
FluidView: string;
|
|
3947
|
-
TokenizedVaultAdapter: string;
|
|
3948
|
-
SFApproveTokens: string;
|
|
4754
|
+
AaveV3DelegateCredit: string;
|
|
4755
|
+
ChangeProxyOwner?: undefined;
|
|
3949
4756
|
AutomationV2Unsub?: undefined;
|
|
3950
|
-
|
|
4757
|
+
ToggleSub?: undefined;
|
|
4758
|
+
UpdateSub?: undefined;
|
|
4759
|
+
CreateSub?: undefined;
|
|
3951
4760
|
SDaiWrap?: undefined;
|
|
3952
4761
|
SDaiUnwrap?: undefined;
|
|
3953
4762
|
StarknetClaim?: undefined;
|
|
4763
|
+
HandleAuth?: undefined;
|
|
3954
4764
|
SkyStake?: undefined;
|
|
3955
4765
|
SkyUnstake?: undefined;
|
|
3956
4766
|
SkyClaimRewards?: undefined;
|
|
@@ -3987,6 +4797,7 @@ declare const _default: {
|
|
|
3987
4797
|
AaveUnstake?: undefined;
|
|
3988
4798
|
AaveClaimAAVE?: undefined;
|
|
3989
4799
|
AaveClaimStkAave?: undefined;
|
|
4800
|
+
AaveV3SwapBorrowRateMode?: undefined;
|
|
3990
4801
|
GhoClaimAAVE?: undefined;
|
|
3991
4802
|
GhoUnstake?: undefined;
|
|
3992
4803
|
GhoStake?: undefined;
|
|
@@ -4029,8 +4840,11 @@ declare const _default: {
|
|
|
4029
4840
|
FLAaveV3CarryDebt?: undefined;
|
|
4030
4841
|
FLDyDx?: undefined;
|
|
4031
4842
|
FLMaker?: undefined;
|
|
4843
|
+
FLBalancer?: undefined;
|
|
4032
4844
|
FLSpark?: undefined;
|
|
4845
|
+
FLUniV3?: undefined;
|
|
4033
4846
|
FLGho?: undefined;
|
|
4847
|
+
FLMorphoBlue?: undefined;
|
|
4034
4848
|
UniSupply?: undefined;
|
|
4035
4849
|
UniWithdraw?: undefined;
|
|
4036
4850
|
UniCollectV3?: undefined;
|
|
@@ -4108,6 +4922,13 @@ declare const _default: {
|
|
|
4108
4922
|
CBChickenOut?: undefined;
|
|
4109
4923
|
CBCreateRebondSub?: undefined;
|
|
4110
4924
|
FetchBondId?: undefined;
|
|
4925
|
+
CompV3Allow?: undefined;
|
|
4926
|
+
CompV3Borrow?: undefined;
|
|
4927
|
+
CompV3Claim?: undefined;
|
|
4928
|
+
CompV3Payback?: undefined;
|
|
4929
|
+
CompV3Supply?: undefined;
|
|
4930
|
+
CompV3Transfer?: undefined;
|
|
4931
|
+
CompV3Withdraw?: undefined;
|
|
4111
4932
|
CurveUsdBorrow?: undefined;
|
|
4112
4933
|
CurveUsdCreate?: undefined;
|
|
4113
4934
|
CurveUsdPayback?: undefined;
|
|
@@ -4126,7 +4947,17 @@ declare const _default: {
|
|
|
4126
4947
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
4127
4948
|
CurveUsdLevCreateTransient?: undefined;
|
|
4128
4949
|
CurveUsdRepayTransient?: undefined;
|
|
4950
|
+
MorphoBlueSupply?: undefined;
|
|
4951
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
4952
|
+
MorphoBlueWithdraw?: undefined;
|
|
4953
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
4954
|
+
MorphoBlueBorrow?: undefined;
|
|
4955
|
+
MorphoBluePayback?: undefined;
|
|
4956
|
+
MorphoBlueSetAuth?: undefined;
|
|
4957
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
4129
4958
|
MorphoTokenWrap?: undefined;
|
|
4959
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
4960
|
+
MorphoBlueClaim?: undefined;
|
|
4130
4961
|
LlamaLendCreate?: undefined;
|
|
4131
4962
|
LlamaLendSupply?: undefined;
|
|
4132
4963
|
LlamaLendBorrow?: undefined;
|
|
@@ -4149,6 +4980,13 @@ declare const _default: {
|
|
|
4149
4980
|
EtherFiWrap?: undefined;
|
|
4150
4981
|
EtherFiUnwrap?: undefined;
|
|
4151
4982
|
KingClaim?: undefined;
|
|
4983
|
+
FluidVaultT1Open?: undefined;
|
|
4984
|
+
FluidVaultT1Adjust?: undefined;
|
|
4985
|
+
FluidVaultT1Borrow?: undefined;
|
|
4986
|
+
FluidVaultT1Payback?: undefined;
|
|
4987
|
+
FluidVaultT1Withdraw?: undefined;
|
|
4988
|
+
FluidVaultT1Supply?: undefined;
|
|
4989
|
+
FluidView?: undefined;
|
|
4152
4990
|
FluidClaim?: undefined;
|
|
4153
4991
|
FluidDexOpen?: undefined;
|
|
4154
4992
|
FluidDexSupply?: undefined;
|
|
@@ -4159,9 +4997,11 @@ declare const _default: {
|
|
|
4159
4997
|
UmbrellaClaimRewards?: undefined;
|
|
4160
4998
|
UmbrellaStake?: undefined;
|
|
4161
4999
|
UmbrellaUnstake?: undefined;
|
|
4162
|
-
|
|
5000
|
+
SFApproveTokens?: undefined;
|
|
4163
5001
|
AaveV3RatioTrigger?: undefined;
|
|
5002
|
+
GasFeeTakerL2?: undefined;
|
|
4164
5003
|
AaveV3RatioCheck?: undefined;
|
|
5004
|
+
MorphoBlueView?: undefined;
|
|
4165
5005
|
} | {
|
|
4166
5006
|
DFSSell: string;
|
|
4167
5007
|
DFSSellNoFee: string;
|
|
@@ -4192,6 +5032,7 @@ declare const _default: {
|
|
|
4192
5032
|
AaveV3View: string;
|
|
4193
5033
|
AaveV3DelegateWithSig: string;
|
|
4194
5034
|
AaveV3DelegateCredit: string;
|
|
5035
|
+
PendleTokenRedeem: string;
|
|
4195
5036
|
ChangeProxyOwner?: undefined;
|
|
4196
5037
|
AutomationV2Unsub?: undefined;
|
|
4197
5038
|
ToggleSub?: undefined;
|
|
@@ -4433,7 +5274,6 @@ declare const _default: {
|
|
|
4433
5274
|
FluidDexBorrow?: undefined;
|
|
4434
5275
|
FluidDexPayback?: undefined;
|
|
4435
5276
|
FluidDexWithdraw?: undefined;
|
|
4436
|
-
PendleTokenRedeem?: undefined;
|
|
4437
5277
|
UmbrellaClaimRewards?: undefined;
|
|
4438
5278
|
UmbrellaStake?: undefined;
|
|
4439
5279
|
UmbrellaUnstake?: undefined;
|
|
@@ -4719,10 +5559,290 @@ declare const _default: {
|
|
|
4719
5559
|
UmbrellaStake: string;
|
|
4720
5560
|
UmbrellaUnstake: string;
|
|
4721
5561
|
SFApproveTokens: string;
|
|
4722
|
-
AaveV3DelegateCredit?: undefined;
|
|
4723
|
-
AaveV3RatioTrigger?: undefined;
|
|
4724
|
-
GasFeeTakerL2?: undefined;
|
|
4725
|
-
AaveV3RatioCheck?: undefined;
|
|
5562
|
+
AaveV3DelegateCredit?: undefined;
|
|
5563
|
+
AaveV3RatioTrigger?: undefined;
|
|
5564
|
+
GasFeeTakerL2?: undefined;
|
|
5565
|
+
AaveV3RatioCheck?: undefined;
|
|
5566
|
+
MorphoBlueView?: undefined;
|
|
5567
|
+
} | {
|
|
5568
|
+
DFSSell: string;
|
|
5569
|
+
DFSSellNoFee: string;
|
|
5570
|
+
WrapEth: string;
|
|
5571
|
+
UnwrapEth: string;
|
|
5572
|
+
SendToken: string;
|
|
5573
|
+
SendTokens: string;
|
|
5574
|
+
PullToken: string;
|
|
5575
|
+
SumInputs: string;
|
|
5576
|
+
SubInputs: string;
|
|
5577
|
+
ApproveToken: string;
|
|
5578
|
+
SendTokenAndUnwrap: string;
|
|
5579
|
+
ToggleSub: string;
|
|
5580
|
+
CreateSub: string;
|
|
5581
|
+
TokenBalance: string;
|
|
5582
|
+
TokenizedVaultAdapter: string;
|
|
5583
|
+
ChangeProxyOwner: string;
|
|
5584
|
+
PermitToken: string;
|
|
5585
|
+
HandleAuth: string;
|
|
5586
|
+
MerklClaim: string;
|
|
5587
|
+
AaveV3ATokenPayback: string;
|
|
5588
|
+
AaveV3Borrow: string;
|
|
5589
|
+
AaveV3CollateralSwitch: string;
|
|
5590
|
+
AaveV3Payback: string;
|
|
5591
|
+
AaveV3SetEMode: string;
|
|
5592
|
+
AaveV3Supply: string;
|
|
5593
|
+
AaveV3SwapBorrowRateMode: string;
|
|
5594
|
+
AaveV3Withdraw: string;
|
|
5595
|
+
AaveV3ClaimRewards: string;
|
|
5596
|
+
AaveV3DelegateWithSig: string;
|
|
5597
|
+
AaveV3DelegateCredit: string;
|
|
5598
|
+
FLAaveV3NoFee: string;
|
|
5599
|
+
FLAaveV3: string;
|
|
5600
|
+
FLBalancer: string;
|
|
5601
|
+
FLAction: string;
|
|
5602
|
+
AaveV3RatioTrigger: string;
|
|
5603
|
+
GasFeeTakerL2: string;
|
|
5604
|
+
AaveV3RatioCheck: string;
|
|
5605
|
+
UniCollectV3: string;
|
|
5606
|
+
UniMintV3: string;
|
|
5607
|
+
UniSupplyV3: string;
|
|
5608
|
+
UniWithdrawV3: string;
|
|
5609
|
+
UniCreatePoolV3: string;
|
|
5610
|
+
CompV3Allow: string;
|
|
5611
|
+
CompV3Borrow: string;
|
|
5612
|
+
CompV3Claim: string;
|
|
5613
|
+
CompV3Payback: string;
|
|
5614
|
+
CompV3Supply: string;
|
|
5615
|
+
CompV3Transfer: string;
|
|
5616
|
+
CompV3Withdraw: string;
|
|
5617
|
+
SFApproveTokens: string;
|
|
5618
|
+
AutomationV2Unsub?: undefined;
|
|
5619
|
+
UpdateSub?: undefined;
|
|
5620
|
+
TransferNFT?: undefined;
|
|
5621
|
+
SDaiWrap?: undefined;
|
|
5622
|
+
SDaiUnwrap?: undefined;
|
|
5623
|
+
StarknetClaim?: undefined;
|
|
5624
|
+
SkyStake?: undefined;
|
|
5625
|
+
SkyUnstake?: undefined;
|
|
5626
|
+
SkyClaimRewards?: undefined;
|
|
5627
|
+
SkyStakingEngineOpen?: undefined;
|
|
5628
|
+
SkyStakingEngineSelectFarm?: undefined;
|
|
5629
|
+
SkyStakingEngineStake?: undefined;
|
|
5630
|
+
SkyStakingEngineUnstake?: undefined;
|
|
5631
|
+
SkyStakingEngineClaimRewards?: undefined;
|
|
5632
|
+
McdGenerate?: undefined;
|
|
5633
|
+
McdGive?: undefined;
|
|
5634
|
+
McdMerge?: undefined;
|
|
5635
|
+
McdOpen?: undefined;
|
|
5636
|
+
McdPayback?: undefined;
|
|
5637
|
+
McdSupply?: undefined;
|
|
5638
|
+
McdWithdraw?: undefined;
|
|
5639
|
+
McdClaim?: undefined;
|
|
5640
|
+
McdDsrDeposit?: undefined;
|
|
5641
|
+
McdDsrWithdraw?: undefined;
|
|
5642
|
+
McdTokenConverter?: undefined;
|
|
5643
|
+
ReflexerSupply?: undefined;
|
|
5644
|
+
ReflexerWithdraw?: undefined;
|
|
5645
|
+
ReflexerPayback?: undefined;
|
|
5646
|
+
ReflexerGenerate?: undefined;
|
|
5647
|
+
ReflexerOpen?: undefined;
|
|
5648
|
+
ReflexerWithdrawStuckFunds?: undefined;
|
|
5649
|
+
ReflexerNativeUniV2SaviourDeposit?: undefined;
|
|
5650
|
+
ReflexerNativeUniV2SaviourGetReserves?: undefined;
|
|
5651
|
+
ReflexerNativeUniV2SaviourWithdraw?: undefined;
|
|
5652
|
+
AaveBorrow?: undefined;
|
|
5653
|
+
AavePayback?: undefined;
|
|
5654
|
+
AaveSupply?: undefined;
|
|
5655
|
+
AaveWithdraw?: undefined;
|
|
5656
|
+
AaveCollateralSwitch?: undefined;
|
|
5657
|
+
AaveUnstake?: undefined;
|
|
5658
|
+
AaveClaimAAVE?: undefined;
|
|
5659
|
+
AaveClaimStkAave?: undefined;
|
|
5660
|
+
AaveV3View?: undefined;
|
|
5661
|
+
GhoClaimAAVE?: undefined;
|
|
5662
|
+
GhoUnstake?: undefined;
|
|
5663
|
+
GhoStake?: undefined;
|
|
5664
|
+
LSVWithdraw?: undefined;
|
|
5665
|
+
LSVBorrow?: undefined;
|
|
5666
|
+
LSVSupply?: undefined;
|
|
5667
|
+
LSVPayback?: undefined;
|
|
5668
|
+
LSVSell?: undefined;
|
|
5669
|
+
MorphoAaveV2Borrow?: undefined;
|
|
5670
|
+
MorphoAaveV2Payback?: undefined;
|
|
5671
|
+
MorphoAaveV2Supply?: undefined;
|
|
5672
|
+
MorphoAaveV2Withdraw?: undefined;
|
|
5673
|
+
MorphoClaim?: undefined;
|
|
5674
|
+
MorphoAaveV3Borrow?: undefined;
|
|
5675
|
+
MorphoAaveV3Payback?: undefined;
|
|
5676
|
+
MorphoAaveV3Supply?: undefined;
|
|
5677
|
+
MorphoAaveV3Withdraw?: undefined;
|
|
5678
|
+
MorphoAaveV3SetManager?: undefined;
|
|
5679
|
+
SparkBorrow?: undefined;
|
|
5680
|
+
SparkClaimRewards?: undefined;
|
|
5681
|
+
SparkCollateralSwitch?: undefined;
|
|
5682
|
+
SparkPayback?: undefined;
|
|
5683
|
+
SparkSetEMode?: undefined;
|
|
5684
|
+
SparkSpTokenPayback?: undefined;
|
|
5685
|
+
SparkSupply?: undefined;
|
|
5686
|
+
SparkSwapBorrowRateMode?: undefined;
|
|
5687
|
+
SparkWithdraw?: undefined;
|
|
5688
|
+
SparkDelegateCredit?: undefined;
|
|
5689
|
+
SparkDelegateWithSig?: undefined;
|
|
5690
|
+
SparkSPKClaim?: undefined;
|
|
5691
|
+
CompBorrow?: undefined;
|
|
5692
|
+
CompClaim?: undefined;
|
|
5693
|
+
CompPayback?: undefined;
|
|
5694
|
+
CompSupply?: undefined;
|
|
5695
|
+
CompWithdraw?: undefined;
|
|
5696
|
+
CompGetDebt?: undefined;
|
|
5697
|
+
CompCollateralSwitch?: undefined;
|
|
5698
|
+
FLAaveV2?: undefined;
|
|
5699
|
+
FLAaveV3CarryDebt?: undefined;
|
|
5700
|
+
FLDyDx?: undefined;
|
|
5701
|
+
FLMaker?: undefined;
|
|
5702
|
+
FLSpark?: undefined;
|
|
5703
|
+
FLUniV3?: undefined;
|
|
5704
|
+
FLGho?: undefined;
|
|
5705
|
+
FLMorphoBlue?: undefined;
|
|
5706
|
+
UniSupply?: undefined;
|
|
5707
|
+
UniWithdraw?: undefined;
|
|
5708
|
+
DyDxWithdraw?: undefined;
|
|
5709
|
+
YearnSupply?: undefined;
|
|
5710
|
+
YearnWithdraw?: undefined;
|
|
5711
|
+
LiquityClose?: undefined;
|
|
5712
|
+
LiquityBorrow?: undefined;
|
|
5713
|
+
LiquityOpen?: undefined;
|
|
5714
|
+
LiquityPayback?: undefined;
|
|
5715
|
+
LiquityWithdraw?: undefined;
|
|
5716
|
+
LiquitySupply?: undefined;
|
|
5717
|
+
LiquitySPDeposit?: undefined;
|
|
5718
|
+
LiquitySPWithdraw?: undefined;
|
|
5719
|
+
LiquityStake?: undefined;
|
|
5720
|
+
LiquityUnstake?: undefined;
|
|
5721
|
+
LiquityEthGainToTrove?: undefined;
|
|
5722
|
+
LiquityClaim?: undefined;
|
|
5723
|
+
LiquityRedeem?: undefined;
|
|
5724
|
+
LiquityAdjust?: undefined;
|
|
5725
|
+
LiquityV2CloseLegacy?: undefined;
|
|
5726
|
+
LiquityV2PaybackLegacy?: undefined;
|
|
5727
|
+
LiquityV2Open?: undefined;
|
|
5728
|
+
LiquityV2Close?: undefined;
|
|
5729
|
+
LiquityV2Supply?: undefined;
|
|
5730
|
+
LiquityV2Withdraw?: undefined;
|
|
5731
|
+
LiquityV2Borrow?: undefined;
|
|
5732
|
+
LiquityV2Payback?: undefined;
|
|
5733
|
+
LiquityV2Claim?: undefined;
|
|
5734
|
+
LiquityV2Adjust?: undefined;
|
|
5735
|
+
LiquityV2AdjustInterestRate?: undefined;
|
|
5736
|
+
LiquityV2SPDeposit?: undefined;
|
|
5737
|
+
LiquityV2SPWithdraw?: undefined;
|
|
5738
|
+
LiquityV2SPClaimColl?: undefined;
|
|
5739
|
+
LiquityV2AdjustZombieTrove?: undefined;
|
|
5740
|
+
BprotocolLiquitySPDeposit?: undefined;
|
|
5741
|
+
BprotocolLiquitySPWithdraw?: undefined;
|
|
5742
|
+
LidoStake?: undefined;
|
|
5743
|
+
LidoWrap?: undefined;
|
|
5744
|
+
LidoUnwrap?: undefined;
|
|
5745
|
+
InstPullTokens?: undefined;
|
|
5746
|
+
BalancerV2Supply?: undefined;
|
|
5747
|
+
BalancerV2Withdraw?: undefined;
|
|
5748
|
+
BalancerV2Claim?: undefined;
|
|
5749
|
+
GUniWithdraw?: undefined;
|
|
5750
|
+
GUniDeposit?: undefined;
|
|
5751
|
+
RariDeposit?: undefined;
|
|
5752
|
+
RariWithdraw?: undefined;
|
|
5753
|
+
MStableDeposit?: undefined;
|
|
5754
|
+
MStableWithdraw?: undefined;
|
|
5755
|
+
MStableClaim?: undefined;
|
|
5756
|
+
McdRatioCheck?: undefined;
|
|
5757
|
+
GasFeeTaker?: undefined;
|
|
5758
|
+
CurveStethPoolDeposit?: undefined;
|
|
5759
|
+
CurveStethPoolWithdraw?: undefined;
|
|
5760
|
+
CurveDeposit?: undefined;
|
|
5761
|
+
CurveWithdraw?: undefined;
|
|
5762
|
+
McdBoostComposite?: undefined;
|
|
5763
|
+
McdRepayComposite?: undefined;
|
|
5764
|
+
FLEuler?: undefined;
|
|
5765
|
+
TrailingStopTrigger?: undefined;
|
|
5766
|
+
CBRebondTrigger?: undefined;
|
|
5767
|
+
CBUpdateRebondSub?: undefined;
|
|
5768
|
+
LiquityRatioCheck?: undefined;
|
|
5769
|
+
ConvexDeposit?: undefined;
|
|
5770
|
+
ConvexWithdraw?: undefined;
|
|
5771
|
+
ConvexClaim?: undefined;
|
|
5772
|
+
CBCreate?: undefined;
|
|
5773
|
+
CBRedeem?: undefined;
|
|
5774
|
+
CBChickenIn?: undefined;
|
|
5775
|
+
CBChickenOut?: undefined;
|
|
5776
|
+
CBCreateRebondSub?: undefined;
|
|
5777
|
+
FetchBondId?: undefined;
|
|
5778
|
+
CurveUsdBorrow?: undefined;
|
|
5779
|
+
CurveUsdCreate?: undefined;
|
|
5780
|
+
CurveUsdPayback?: undefined;
|
|
5781
|
+
CurveUsdSupply?: undefined;
|
|
5782
|
+
CurveUsdAdjust?: undefined;
|
|
5783
|
+
CurveUsdWithdraw?: undefined;
|
|
5784
|
+
CurveUsdLevCreate?: undefined;
|
|
5785
|
+
CurveUsdRepay?: undefined;
|
|
5786
|
+
CurveUsdSwapper?: undefined;
|
|
5787
|
+
CurveUsdSwapperTransient?: undefined;
|
|
5788
|
+
CurveUsdSelfLiquidate?: undefined;
|
|
5789
|
+
CurveUsdSelfLiquidateWithColl?: undefined;
|
|
5790
|
+
CurveUsdGetDebt?: undefined;
|
|
5791
|
+
CurveUsdCollRatioTrigger?: undefined;
|
|
5792
|
+
CurveUsdCollRatioCheck?: undefined;
|
|
5793
|
+
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
5794
|
+
CurveUsdLevCreateTransient?: undefined;
|
|
5795
|
+
CurveUsdRepayTransient?: undefined;
|
|
5796
|
+
MorphoBlueSupply?: undefined;
|
|
5797
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
5798
|
+
MorphoBlueWithdraw?: undefined;
|
|
5799
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
5800
|
+
MorphoBlueBorrow?: undefined;
|
|
5801
|
+
MorphoBluePayback?: undefined;
|
|
5802
|
+
MorphoBlueSetAuth?: undefined;
|
|
5803
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
5804
|
+
MorphoTokenWrap?: undefined;
|
|
5805
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
5806
|
+
MorphoBlueClaim?: undefined;
|
|
5807
|
+
LlamaLendCreate?: undefined;
|
|
5808
|
+
LlamaLendSupply?: undefined;
|
|
5809
|
+
LlamaLendBorrow?: undefined;
|
|
5810
|
+
LlamaLendWithdraw?: undefined;
|
|
5811
|
+
LlamaLendPayback?: undefined;
|
|
5812
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
5813
|
+
LlamaLendGetDebt?: undefined;
|
|
5814
|
+
LlamaLendBoost?: undefined;
|
|
5815
|
+
LlamaLendRepay?: undefined;
|
|
5816
|
+
LlamaLendLevCreate?: undefined;
|
|
5817
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
5818
|
+
EulerV2Supply?: undefined;
|
|
5819
|
+
EulerV2Withdraw?: undefined;
|
|
5820
|
+
EulerV2Borrow?: undefined;
|
|
5821
|
+
EulerV2Payback?: undefined;
|
|
5822
|
+
EulerV2CollateralSwitch?: undefined;
|
|
5823
|
+
EulerV2View?: undefined;
|
|
5824
|
+
RenzoStake?: undefined;
|
|
5825
|
+
EtherFiStake?: undefined;
|
|
5826
|
+
EtherFiWrap?: undefined;
|
|
5827
|
+
EtherFiUnwrap?: undefined;
|
|
5828
|
+
KingClaim?: undefined;
|
|
5829
|
+
FluidVaultT1Open?: undefined;
|
|
5830
|
+
FluidVaultT1Adjust?: undefined;
|
|
5831
|
+
FluidVaultT1Borrow?: undefined;
|
|
5832
|
+
FluidVaultT1Payback?: undefined;
|
|
5833
|
+
FluidVaultT1Withdraw?: undefined;
|
|
5834
|
+
FluidVaultT1Supply?: undefined;
|
|
5835
|
+
FluidView?: undefined;
|
|
5836
|
+
FluidClaim?: undefined;
|
|
5837
|
+
FluidDexOpen?: undefined;
|
|
5838
|
+
FluidDexSupply?: undefined;
|
|
5839
|
+
FluidDexBorrow?: undefined;
|
|
5840
|
+
FluidDexPayback?: undefined;
|
|
5841
|
+
FluidDexWithdraw?: undefined;
|
|
5842
|
+
PendleTokenRedeem?: undefined;
|
|
5843
|
+
UmbrellaClaimRewards?: undefined;
|
|
5844
|
+
UmbrellaStake?: undefined;
|
|
5845
|
+
UmbrellaUnstake?: undefined;
|
|
4726
5846
|
MorphoBlueView?: undefined;
|
|
4727
5847
|
} | {
|
|
4728
5848
|
DFSSell: string;
|
|
@@ -4734,8 +5854,8 @@ declare const _default: {
|
|
|
4734
5854
|
PullToken: string;
|
|
4735
5855
|
SumInputs: string;
|
|
4736
5856
|
SubInputs: string;
|
|
4737
|
-
ApproveToken: string;
|
|
4738
5857
|
SendTokenAndUnwrap: string;
|
|
5858
|
+
ApproveToken: string;
|
|
4739
5859
|
ToggleSub: string;
|
|
4740
5860
|
CreateSub: string;
|
|
4741
5861
|
TokenBalance: string;
|
|
@@ -4743,6 +5863,8 @@ declare const _default: {
|
|
|
4743
5863
|
ChangeProxyOwner: string;
|
|
4744
5864
|
PermitToken: string;
|
|
4745
5865
|
HandleAuth: string;
|
|
5866
|
+
UpdateSub: string;
|
|
5867
|
+
TransferNFT: string;
|
|
4746
5868
|
MerklClaim: string;
|
|
4747
5869
|
AaveV3ATokenPayback: string;
|
|
4748
5870
|
AaveV3Borrow: string;
|
|
@@ -4754,12 +5876,18 @@ declare const _default: {
|
|
|
4754
5876
|
AaveV3Withdraw: string;
|
|
4755
5877
|
AaveV3ClaimRewards: string;
|
|
4756
5878
|
AaveV3DelegateWithSig: string;
|
|
4757
|
-
|
|
5879
|
+
CompV3Allow: string;
|
|
5880
|
+
CompV3Borrow: string;
|
|
5881
|
+
CompV3Claim: string;
|
|
5882
|
+
CompV3Payback: string;
|
|
5883
|
+
CompV3Supply: string;
|
|
5884
|
+
CompV3Transfer: string;
|
|
5885
|
+
CompV3Withdraw: string;
|
|
4758
5886
|
FLAaveV3NoFee: string;
|
|
4759
5887
|
FLAaveV3: string;
|
|
4760
5888
|
FLBalancer: string;
|
|
5889
|
+
FLUniV3: string;
|
|
4761
5890
|
FLAction: string;
|
|
4762
|
-
AaveV3RatioTrigger: string;
|
|
4763
5891
|
GasFeeTakerL2: string;
|
|
4764
5892
|
AaveV3RatioCheck: string;
|
|
4765
5893
|
UniCollectV3: string;
|
|
@@ -4767,17 +5895,31 @@ declare const _default: {
|
|
|
4767
5895
|
UniSupplyV3: string;
|
|
4768
5896
|
UniWithdrawV3: string;
|
|
4769
5897
|
UniCreatePoolV3: string;
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
5898
|
+
LlamaLendCreate: string;
|
|
5899
|
+
LlamaLendSupply: string;
|
|
5900
|
+
LlamaLendBorrow: string;
|
|
5901
|
+
LlamaLendWithdraw: string;
|
|
5902
|
+
LlamaLendPayback: string;
|
|
5903
|
+
LlamaLendSelfLiquidate: string;
|
|
5904
|
+
LlamaLendGetDebt: string;
|
|
5905
|
+
LlamaLendBoost: string;
|
|
5906
|
+
LlamaLendRepay: string;
|
|
5907
|
+
LlamaLendLevCreate: string;
|
|
5908
|
+
LlamaLendSelfLiquidateWithColl: string;
|
|
5909
|
+
FluidVaultT1Open: string;
|
|
5910
|
+
FluidVaultT1Adjust: string;
|
|
5911
|
+
FluidVaultT1Borrow: string;
|
|
5912
|
+
FluidVaultT1Payback: string;
|
|
5913
|
+
FluidVaultT1Withdraw: string;
|
|
5914
|
+
FluidVaultT1Supply: string;
|
|
5915
|
+
FluidView: string;
|
|
5916
|
+
FluidDexOpen: string;
|
|
5917
|
+
FluidDexSupply: string;
|
|
5918
|
+
FluidDexBorrow: string;
|
|
5919
|
+
FluidDexPayback: string;
|
|
5920
|
+
FluidDexWithdraw: string;
|
|
4777
5921
|
SFApproveTokens: string;
|
|
4778
5922
|
AutomationV2Unsub?: undefined;
|
|
4779
|
-
UpdateSub?: undefined;
|
|
4780
|
-
TransferNFT?: undefined;
|
|
4781
5923
|
SDaiWrap?: undefined;
|
|
4782
5924
|
SDaiUnwrap?: undefined;
|
|
4783
5925
|
StarknetClaim?: undefined;
|
|
@@ -4860,7 +6002,6 @@ declare const _default: {
|
|
|
4860
6002
|
FLDyDx?: undefined;
|
|
4861
6003
|
FLMaker?: undefined;
|
|
4862
6004
|
FLSpark?: undefined;
|
|
4863
|
-
FLUniV3?: undefined;
|
|
4864
6005
|
FLGho?: undefined;
|
|
4865
6006
|
FLMorphoBlue?: undefined;
|
|
4866
6007
|
UniSupply?: undefined;
|
|
@@ -4964,17 +6105,6 @@ declare const _default: {
|
|
|
4964
6105
|
MorphoTokenWrap?: undefined;
|
|
4965
6106
|
MorphoBlueReallocateLiquidity?: undefined;
|
|
4966
6107
|
MorphoBlueClaim?: undefined;
|
|
4967
|
-
LlamaLendCreate?: undefined;
|
|
4968
|
-
LlamaLendSupply?: undefined;
|
|
4969
|
-
LlamaLendBorrow?: undefined;
|
|
4970
|
-
LlamaLendWithdraw?: undefined;
|
|
4971
|
-
LlamaLendPayback?: undefined;
|
|
4972
|
-
LlamaLendSelfLiquidate?: undefined;
|
|
4973
|
-
LlamaLendGetDebt?: undefined;
|
|
4974
|
-
LlamaLendBoost?: undefined;
|
|
4975
|
-
LlamaLendRepay?: undefined;
|
|
4976
|
-
LlamaLendLevCreate?: undefined;
|
|
4977
|
-
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
4978
6108
|
EulerV2Supply?: undefined;
|
|
4979
6109
|
EulerV2Withdraw?: undefined;
|
|
4980
6110
|
EulerV2Borrow?: undefined;
|
|
@@ -4986,23 +6116,13 @@ declare const _default: {
|
|
|
4986
6116
|
EtherFiWrap?: undefined;
|
|
4987
6117
|
EtherFiUnwrap?: undefined;
|
|
4988
6118
|
KingClaim?: undefined;
|
|
4989
|
-
FluidVaultT1Open?: undefined;
|
|
4990
|
-
FluidVaultT1Adjust?: undefined;
|
|
4991
|
-
FluidVaultT1Borrow?: undefined;
|
|
4992
|
-
FluidVaultT1Payback?: undefined;
|
|
4993
|
-
FluidVaultT1Withdraw?: undefined;
|
|
4994
|
-
FluidVaultT1Supply?: undefined;
|
|
4995
|
-
FluidView?: undefined;
|
|
4996
6119
|
FluidClaim?: undefined;
|
|
4997
|
-
FluidDexOpen?: undefined;
|
|
4998
|
-
FluidDexSupply?: undefined;
|
|
4999
|
-
FluidDexBorrow?: undefined;
|
|
5000
|
-
FluidDexPayback?: undefined;
|
|
5001
|
-
FluidDexWithdraw?: undefined;
|
|
5002
6120
|
PendleTokenRedeem?: undefined;
|
|
5003
6121
|
UmbrellaClaimRewards?: undefined;
|
|
5004
6122
|
UmbrellaStake?: undefined;
|
|
5005
6123
|
UmbrellaUnstake?: undefined;
|
|
6124
|
+
AaveV3DelegateCredit?: undefined;
|
|
6125
|
+
AaveV3RatioTrigger?: undefined;
|
|
5006
6126
|
MorphoBlueView?: undefined;
|
|
5007
6127
|
} | {
|
|
5008
6128
|
DFSSell: string;
|
|
@@ -5012,29 +6132,34 @@ declare const _default: {
|
|
|
5012
6132
|
SendToken: string;
|
|
5013
6133
|
SendTokens: string;
|
|
5014
6134
|
PullToken: string;
|
|
6135
|
+
ApproveToken: string;
|
|
5015
6136
|
SumInputs: string;
|
|
5016
6137
|
SubInputs: string;
|
|
5017
|
-
SendTokenAndUnwrap: string;
|
|
5018
|
-
ApproveToken: string;
|
|
5019
|
-
ToggleSub: string;
|
|
5020
|
-
CreateSub: string;
|
|
5021
6138
|
TokenBalance: string;
|
|
5022
|
-
TokenizedVaultAdapter: string;
|
|
5023
6139
|
ChangeProxyOwner: string;
|
|
5024
6140
|
PermitToken: string;
|
|
5025
6141
|
HandleAuth: string;
|
|
6142
|
+
ToggleSub: string;
|
|
6143
|
+
CreateSub: string;
|
|
5026
6144
|
UpdateSub: string;
|
|
5027
|
-
TransferNFT: string;
|
|
5028
6145
|
MerklClaim: string;
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5035
|
-
|
|
6146
|
+
TransferNFT: string;
|
|
6147
|
+
GasFeeTakerL2: string;
|
|
6148
|
+
FLAaveV3: string;
|
|
6149
|
+
FLBalancer: string;
|
|
6150
|
+
FLUniV3: string;
|
|
6151
|
+
FLAction: string;
|
|
6152
|
+
FLMorphoBlue: string;
|
|
5036
6153
|
AaveV3Withdraw: string;
|
|
6154
|
+
AaveV3SwapBorrowRateMode: string;
|
|
6155
|
+
AaveV3Supply: string;
|
|
6156
|
+
AaveV3SetEMode: string;
|
|
6157
|
+
AaveV3Payback: string;
|
|
6158
|
+
AaveV3CollateralSwitch: string;
|
|
5037
6159
|
AaveV3ClaimRewards: string;
|
|
6160
|
+
AaveV3Borrow: string;
|
|
6161
|
+
AaveV3ATokenPayback: string;
|
|
6162
|
+
AaveV3View: string;
|
|
5038
6163
|
AaveV3DelegateWithSig: string;
|
|
5039
6164
|
CompV3Allow: string;
|
|
5040
6165
|
CompV3Borrow: string;
|
|
@@ -5043,29 +6168,17 @@ declare const _default: {
|
|
|
5043
6168
|
CompV3Supply: string;
|
|
5044
6169
|
CompV3Transfer: string;
|
|
5045
6170
|
CompV3Withdraw: string;
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
UniCreatePoolV3: string;
|
|
5058
|
-
LlamaLendCreate: string;
|
|
5059
|
-
LlamaLendSupply: string;
|
|
5060
|
-
LlamaLendBorrow: string;
|
|
5061
|
-
LlamaLendWithdraw: string;
|
|
5062
|
-
LlamaLendPayback: string;
|
|
5063
|
-
LlamaLendSelfLiquidate: string;
|
|
5064
|
-
LlamaLendGetDebt: string;
|
|
5065
|
-
LlamaLendBoost: string;
|
|
5066
|
-
LlamaLendRepay: string;
|
|
5067
|
-
LlamaLendLevCreate: string;
|
|
5068
|
-
LlamaLendSelfLiquidateWithColl: string;
|
|
6171
|
+
MorphoBlueSupply: string;
|
|
6172
|
+
MorphoBlueSupplyCollateral: string;
|
|
6173
|
+
MorphoBlueWithdraw: string;
|
|
6174
|
+
MorphoBlueWithdrawCollateral: string;
|
|
6175
|
+
MorphoBlueBorrow: string;
|
|
6176
|
+
MorphoBluePayback: string;
|
|
6177
|
+
MorphoBlueSetAuth: string;
|
|
6178
|
+
MorphoBlueSetAuthWithSig: string;
|
|
6179
|
+
MorphoBlueView: string;
|
|
6180
|
+
MorphoBlueReallocateLiquidity: string;
|
|
6181
|
+
MorphoBlueClaim: string;
|
|
5069
6182
|
FluidVaultT1Open: string;
|
|
5070
6183
|
FluidVaultT1Adjust: string;
|
|
5071
6184
|
FluidVaultT1Borrow: string;
|
|
@@ -5073,13 +6186,10 @@ declare const _default: {
|
|
|
5073
6186
|
FluidVaultT1Withdraw: string;
|
|
5074
6187
|
FluidVaultT1Supply: string;
|
|
5075
6188
|
FluidView: string;
|
|
5076
|
-
|
|
5077
|
-
FluidDexSupply: string;
|
|
5078
|
-
FluidDexBorrow: string;
|
|
5079
|
-
FluidDexPayback: string;
|
|
5080
|
-
FluidDexWithdraw: string;
|
|
6189
|
+
TokenizedVaultAdapter: string;
|
|
5081
6190
|
SFApproveTokens: string;
|
|
5082
6191
|
AutomationV2Unsub?: undefined;
|
|
6192
|
+
SendTokenAndUnwrap?: undefined;
|
|
5083
6193
|
SDaiWrap?: undefined;
|
|
5084
6194
|
SDaiUnwrap?: undefined;
|
|
5085
6195
|
StarknetClaim?: undefined;
|
|
@@ -5119,7 +6229,6 @@ declare const _default: {
|
|
|
5119
6229
|
AaveUnstake?: undefined;
|
|
5120
6230
|
AaveClaimAAVE?: undefined;
|
|
5121
6231
|
AaveClaimStkAave?: undefined;
|
|
5122
|
-
AaveV3View?: undefined;
|
|
5123
6232
|
GhoClaimAAVE?: undefined;
|
|
5124
6233
|
GhoUnstake?: undefined;
|
|
5125
6234
|
GhoStake?: undefined;
|
|
@@ -5158,14 +6267,19 @@ declare const _default: {
|
|
|
5158
6267
|
CompGetDebt?: undefined;
|
|
5159
6268
|
CompCollateralSwitch?: undefined;
|
|
5160
6269
|
FLAaveV2?: undefined;
|
|
6270
|
+
FLAaveV3NoFee?: undefined;
|
|
5161
6271
|
FLAaveV3CarryDebt?: undefined;
|
|
5162
6272
|
FLDyDx?: undefined;
|
|
5163
6273
|
FLMaker?: undefined;
|
|
5164
6274
|
FLSpark?: undefined;
|
|
5165
6275
|
FLGho?: undefined;
|
|
5166
|
-
FLMorphoBlue?: undefined;
|
|
5167
6276
|
UniSupply?: undefined;
|
|
5168
6277
|
UniWithdraw?: undefined;
|
|
6278
|
+
UniCollectV3?: undefined;
|
|
6279
|
+
UniMintV3?: undefined;
|
|
6280
|
+
UniSupplyV3?: undefined;
|
|
6281
|
+
UniWithdrawV3?: undefined;
|
|
6282
|
+
UniCreatePoolV3?: undefined;
|
|
5169
6283
|
DyDxWithdraw?: undefined;
|
|
5170
6284
|
YearnSupply?: undefined;
|
|
5171
6285
|
YearnWithdraw?: undefined;
|
|
@@ -5254,17 +6368,18 @@ declare const _default: {
|
|
|
5254
6368
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
5255
6369
|
CurveUsdLevCreateTransient?: undefined;
|
|
5256
6370
|
CurveUsdRepayTransient?: undefined;
|
|
5257
|
-
MorphoBlueSupply?: undefined;
|
|
5258
|
-
MorphoBlueSupplyCollateral?: undefined;
|
|
5259
|
-
MorphoBlueWithdraw?: undefined;
|
|
5260
|
-
MorphoBlueWithdrawCollateral?: undefined;
|
|
5261
|
-
MorphoBlueBorrow?: undefined;
|
|
5262
|
-
MorphoBluePayback?: undefined;
|
|
5263
|
-
MorphoBlueSetAuth?: undefined;
|
|
5264
|
-
MorphoBlueSetAuthWithSig?: undefined;
|
|
5265
6371
|
MorphoTokenWrap?: undefined;
|
|
5266
|
-
|
|
5267
|
-
|
|
6372
|
+
LlamaLendCreate?: undefined;
|
|
6373
|
+
LlamaLendSupply?: undefined;
|
|
6374
|
+
LlamaLendBorrow?: undefined;
|
|
6375
|
+
LlamaLendWithdraw?: undefined;
|
|
6376
|
+
LlamaLendPayback?: undefined;
|
|
6377
|
+
LlamaLendSelfLiquidate?: undefined;
|
|
6378
|
+
LlamaLendGetDebt?: undefined;
|
|
6379
|
+
LlamaLendBoost?: undefined;
|
|
6380
|
+
LlamaLendRepay?: undefined;
|
|
6381
|
+
LlamaLendLevCreate?: undefined;
|
|
6382
|
+
LlamaLendSelfLiquidateWithColl?: undefined;
|
|
5268
6383
|
EulerV2Supply?: undefined;
|
|
5269
6384
|
EulerV2Withdraw?: undefined;
|
|
5270
6385
|
EulerV2Borrow?: undefined;
|
|
@@ -5277,13 +6392,18 @@ declare const _default: {
|
|
|
5277
6392
|
EtherFiUnwrap?: undefined;
|
|
5278
6393
|
KingClaim?: undefined;
|
|
5279
6394
|
FluidClaim?: undefined;
|
|
6395
|
+
FluidDexOpen?: undefined;
|
|
6396
|
+
FluidDexSupply?: undefined;
|
|
6397
|
+
FluidDexBorrow?: undefined;
|
|
6398
|
+
FluidDexPayback?: undefined;
|
|
6399
|
+
FluidDexWithdraw?: undefined;
|
|
5280
6400
|
PendleTokenRedeem?: undefined;
|
|
5281
6401
|
UmbrellaClaimRewards?: undefined;
|
|
5282
6402
|
UmbrellaStake?: undefined;
|
|
5283
6403
|
UmbrellaUnstake?: undefined;
|
|
5284
6404
|
AaveV3DelegateCredit?: undefined;
|
|
5285
6405
|
AaveV3RatioTrigger?: undefined;
|
|
5286
|
-
|
|
6406
|
+
AaveV3RatioCheck?: undefined;
|
|
5287
6407
|
} | {
|
|
5288
6408
|
DFSSell: string;
|
|
5289
6409
|
DFSSellNoFee: string;
|
|
@@ -5291,27 +6411,19 @@ declare const _default: {
|
|
|
5291
6411
|
UnwrapEth: string;
|
|
5292
6412
|
SendToken: string;
|
|
5293
6413
|
SendTokens: string;
|
|
6414
|
+
SendTokenAndUnwrap: string;
|
|
5294
6415
|
PullToken: string;
|
|
5295
6416
|
ApproveToken: string;
|
|
5296
6417
|
SumInputs: string;
|
|
5297
6418
|
SubInputs: string;
|
|
5298
6419
|
TokenBalance: string;
|
|
5299
|
-
ChangeProxyOwner: string;
|
|
5300
6420
|
PermitToken: string;
|
|
5301
|
-
HandleAuth: string;
|
|
5302
|
-
ToggleSub: string;
|
|
5303
|
-
CreateSub: string;
|
|
5304
|
-
UpdateSub: string;
|
|
5305
6421
|
MerklClaim: string;
|
|
5306
6422
|
TransferNFT: string;
|
|
5307
|
-
|
|
5308
|
-
FLAaveV3: string;
|
|
5309
|
-
FLBalancer: string;
|
|
5310
|
-
FLUniV3: string;
|
|
6423
|
+
TokenizedVaultAdapter: string;
|
|
5311
6424
|
FLAction: string;
|
|
5312
|
-
|
|
6425
|
+
FLAaveV3: string;
|
|
5313
6426
|
AaveV3Withdraw: string;
|
|
5314
|
-
AaveV3SwapBorrowRateMode: string;
|
|
5315
6427
|
AaveV3Supply: string;
|
|
5316
6428
|
AaveV3SetEMode: string;
|
|
5317
6429
|
AaveV3Payback: string;
|
|
@@ -5321,38 +6433,16 @@ declare const _default: {
|
|
|
5321
6433
|
AaveV3ATokenPayback: string;
|
|
5322
6434
|
AaveV3View: string;
|
|
5323
6435
|
AaveV3DelegateWithSig: string;
|
|
5324
|
-
|
|
5325
|
-
|
|
5326
|
-
CompV3Claim: string;
|
|
5327
|
-
CompV3Payback: string;
|
|
5328
|
-
CompV3Supply: string;
|
|
5329
|
-
CompV3Transfer: string;
|
|
5330
|
-
CompV3Withdraw: string;
|
|
5331
|
-
MorphoBlueSupply: string;
|
|
5332
|
-
MorphoBlueSupplyCollateral: string;
|
|
5333
|
-
MorphoBlueWithdraw: string;
|
|
5334
|
-
MorphoBlueWithdrawCollateral: string;
|
|
5335
|
-
MorphoBlueBorrow: string;
|
|
5336
|
-
MorphoBluePayback: string;
|
|
5337
|
-
MorphoBlueSetAuth: string;
|
|
5338
|
-
MorphoBlueSetAuthWithSig: string;
|
|
5339
|
-
MorphoBlueView: string;
|
|
5340
|
-
MorphoBlueReallocateLiquidity: string;
|
|
5341
|
-
MorphoBlueClaim: string;
|
|
5342
|
-
FluidVaultT1Open: string;
|
|
5343
|
-
FluidVaultT1Adjust: string;
|
|
5344
|
-
FluidVaultT1Borrow: string;
|
|
5345
|
-
FluidVaultT1Payback: string;
|
|
5346
|
-
FluidVaultT1Withdraw: string;
|
|
5347
|
-
FluidVaultT1Supply: string;
|
|
5348
|
-
FluidView: string;
|
|
5349
|
-
TokenizedVaultAdapter: string;
|
|
5350
|
-
SFApproveTokens: string;
|
|
6436
|
+
AaveV3DelegateCredit: string;
|
|
6437
|
+
ChangeProxyOwner?: undefined;
|
|
5351
6438
|
AutomationV2Unsub?: undefined;
|
|
5352
|
-
|
|
6439
|
+
ToggleSub?: undefined;
|
|
6440
|
+
UpdateSub?: undefined;
|
|
6441
|
+
CreateSub?: undefined;
|
|
5353
6442
|
SDaiWrap?: undefined;
|
|
5354
6443
|
SDaiUnwrap?: undefined;
|
|
5355
6444
|
StarknetClaim?: undefined;
|
|
6445
|
+
HandleAuth?: undefined;
|
|
5356
6446
|
SkyStake?: undefined;
|
|
5357
6447
|
SkyUnstake?: undefined;
|
|
5358
6448
|
SkyClaimRewards?: undefined;
|
|
@@ -5389,6 +6479,7 @@ declare const _default: {
|
|
|
5389
6479
|
AaveUnstake?: undefined;
|
|
5390
6480
|
AaveClaimAAVE?: undefined;
|
|
5391
6481
|
AaveClaimStkAave?: undefined;
|
|
6482
|
+
AaveV3SwapBorrowRateMode?: undefined;
|
|
5392
6483
|
GhoClaimAAVE?: undefined;
|
|
5393
6484
|
GhoUnstake?: undefined;
|
|
5394
6485
|
GhoStake?: undefined;
|
|
@@ -5431,8 +6522,11 @@ declare const _default: {
|
|
|
5431
6522
|
FLAaveV3CarryDebt?: undefined;
|
|
5432
6523
|
FLDyDx?: undefined;
|
|
5433
6524
|
FLMaker?: undefined;
|
|
6525
|
+
FLBalancer?: undefined;
|
|
5434
6526
|
FLSpark?: undefined;
|
|
6527
|
+
FLUniV3?: undefined;
|
|
5435
6528
|
FLGho?: undefined;
|
|
6529
|
+
FLMorphoBlue?: undefined;
|
|
5436
6530
|
UniSupply?: undefined;
|
|
5437
6531
|
UniWithdraw?: undefined;
|
|
5438
6532
|
UniCollectV3?: undefined;
|
|
@@ -5510,6 +6604,13 @@ declare const _default: {
|
|
|
5510
6604
|
CBChickenOut?: undefined;
|
|
5511
6605
|
CBCreateRebondSub?: undefined;
|
|
5512
6606
|
FetchBondId?: undefined;
|
|
6607
|
+
CompV3Allow?: undefined;
|
|
6608
|
+
CompV3Borrow?: undefined;
|
|
6609
|
+
CompV3Claim?: undefined;
|
|
6610
|
+
CompV3Payback?: undefined;
|
|
6611
|
+
CompV3Supply?: undefined;
|
|
6612
|
+
CompV3Transfer?: undefined;
|
|
6613
|
+
CompV3Withdraw?: undefined;
|
|
5513
6614
|
CurveUsdBorrow?: undefined;
|
|
5514
6615
|
CurveUsdCreate?: undefined;
|
|
5515
6616
|
CurveUsdPayback?: undefined;
|
|
@@ -5528,7 +6629,17 @@ declare const _default: {
|
|
|
5528
6629
|
CurveUsdSelfLiquidateWithCollTransient?: undefined;
|
|
5529
6630
|
CurveUsdLevCreateTransient?: undefined;
|
|
5530
6631
|
CurveUsdRepayTransient?: undefined;
|
|
6632
|
+
MorphoBlueSupply?: undefined;
|
|
6633
|
+
MorphoBlueSupplyCollateral?: undefined;
|
|
6634
|
+
MorphoBlueWithdraw?: undefined;
|
|
6635
|
+
MorphoBlueWithdrawCollateral?: undefined;
|
|
6636
|
+
MorphoBlueBorrow?: undefined;
|
|
6637
|
+
MorphoBluePayback?: undefined;
|
|
6638
|
+
MorphoBlueSetAuth?: undefined;
|
|
6639
|
+
MorphoBlueSetAuthWithSig?: undefined;
|
|
5531
6640
|
MorphoTokenWrap?: undefined;
|
|
6641
|
+
MorphoBlueReallocateLiquidity?: undefined;
|
|
6642
|
+
MorphoBlueClaim?: undefined;
|
|
5532
6643
|
LlamaLendCreate?: undefined;
|
|
5533
6644
|
LlamaLendSupply?: undefined;
|
|
5534
6645
|
LlamaLendBorrow?: undefined;
|
|
@@ -5551,6 +6662,13 @@ declare const _default: {
|
|
|
5551
6662
|
EtherFiWrap?: undefined;
|
|
5552
6663
|
EtherFiUnwrap?: undefined;
|
|
5553
6664
|
KingClaim?: undefined;
|
|
6665
|
+
FluidVaultT1Open?: undefined;
|
|
6666
|
+
FluidVaultT1Adjust?: undefined;
|
|
6667
|
+
FluidVaultT1Borrow?: undefined;
|
|
6668
|
+
FluidVaultT1Payback?: undefined;
|
|
6669
|
+
FluidVaultT1Withdraw?: undefined;
|
|
6670
|
+
FluidVaultT1Supply?: undefined;
|
|
6671
|
+
FluidView?: undefined;
|
|
5554
6672
|
FluidClaim?: undefined;
|
|
5555
6673
|
FluidDexOpen?: undefined;
|
|
5556
6674
|
FluidDexSupply?: undefined;
|
|
@@ -5561,9 +6679,11 @@ declare const _default: {
|
|
|
5561
6679
|
UmbrellaClaimRewards?: undefined;
|
|
5562
6680
|
UmbrellaStake?: undefined;
|
|
5563
6681
|
UmbrellaUnstake?: undefined;
|
|
5564
|
-
|
|
6682
|
+
SFApproveTokens?: undefined;
|
|
5565
6683
|
AaveV3RatioTrigger?: undefined;
|
|
6684
|
+
GasFeeTakerL2?: undefined;
|
|
5566
6685
|
AaveV3RatioCheck?: undefined;
|
|
6686
|
+
MorphoBlueView?: undefined;
|
|
5567
6687
|
} | {
|
|
5568
6688
|
DFSSell: string;
|
|
5569
6689
|
DFSSellNoFee: string;
|
|
@@ -5594,6 +6714,7 @@ declare const _default: {
|
|
|
5594
6714
|
AaveV3View: string;
|
|
5595
6715
|
AaveV3DelegateWithSig: string;
|
|
5596
6716
|
AaveV3DelegateCredit: string;
|
|
6717
|
+
PendleTokenRedeem: string;
|
|
5597
6718
|
ChangeProxyOwner?: undefined;
|
|
5598
6719
|
AutomationV2Unsub?: undefined;
|
|
5599
6720
|
ToggleSub?: undefined;
|
|
@@ -5835,7 +6956,6 @@ declare const _default: {
|
|
|
5835
6956
|
FluidDexBorrow?: undefined;
|
|
5836
6957
|
FluidDexPayback?: undefined;
|
|
5837
6958
|
FluidDexWithdraw?: undefined;
|
|
5838
|
-
PendleTokenRedeem?: undefined;
|
|
5839
6959
|
UmbrellaClaimRewards?: undefined;
|
|
5840
6960
|
UmbrellaStake?: undefined;
|
|
5841
6961
|
UmbrellaUnstake?: undefined;
|