@kamino-finance/klend-sdk 5.11.0-beta.0 → 5.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/action.d.ts +16 -17
- package/dist/classes/action.d.ts.map +1 -1
- package/dist/classes/action.js +61 -102
- package/dist/classes/action.js.map +1 -1
- package/dist/classes/manager.d.ts +16 -4
- package/dist/classes/manager.d.ts.map +1 -1
- package/dist/classes/manager.js +28 -3
- package/dist/classes/manager.js.map +1 -1
- package/dist/classes/obligation.d.ts +6 -1
- package/dist/classes/obligation.d.ts.map +1 -1
- package/dist/classes/obligation.js +4 -2
- package/dist/classes/obligation.js.map +1 -1
- package/dist/classes/reserve.d.ts +2 -2
- package/dist/classes/reserve.d.ts.map +1 -1
- package/dist/classes/reserve.js +15 -11
- package/dist/classes/reserve.js.map +1 -1
- package/dist/classes/types.d.ts +4 -0
- package/dist/classes/types.d.ts.map +1 -1
- package/dist/classes/utils.d.ts.map +1 -1
- package/dist/classes/utils.js +1 -2
- package/dist/classes/utils.js.map +1 -1
- package/dist/classes/vault.d.ts +17 -4
- package/dist/classes/vault.d.ts.map +1 -1
- package/dist/classes/vault.js +80 -26
- package/dist/classes/vault.js.map +1 -1
- package/dist/client_kamino_manager.d.ts.map +1 -1
- package/dist/client_kamino_manager.js +8 -3
- package/dist/client_kamino_manager.js.map +1 -1
- package/dist/idl.json +199 -152
- package/dist/idl_codegen/accounts/LendingMarket.d.ts +15 -0
- package/dist/idl_codegen/accounts/LendingMarket.d.ts.map +1 -1
- package/dist/idl_codegen/accounts/LendingMarket.js +11 -1
- package/dist/idl_codegen/accounts/LendingMarket.js.map +1 -1
- package/dist/idl_codegen/errors/custom.d.ts +18 -2
- package/dist/idl_codegen/errors/custom.d.ts.map +1 -1
- package/dist/idl_codegen/errors/custom.js +31 -3
- package/dist/idl_codegen/errors/custom.js.map +1 -1
- package/dist/idl_codegen/instructions/borrowObligationLiquidity.js +1 -1
- package/dist/idl_codegen/instructions/borrowObligationLiquidity.js.map +1 -1
- package/dist/idl_codegen/instructions/borrowObligationLiquidityV2.js +1 -1
- package/dist/idl_codegen/instructions/borrowObligationLiquidityV2.js.map +1 -1
- package/dist/idl_codegen/instructions/depositAndWithdraw.d.ts +52 -0
- package/dist/idl_codegen/instructions/depositAndWithdraw.d.ts.map +1 -0
- package/dist/idl_codegen/instructions/depositAndWithdraw.js +219 -0
- package/dist/idl_codegen/instructions/depositAndWithdraw.js.map +1 -0
- package/dist/idl_codegen/instructions/depositReserveLiquidity.js +1 -1
- package/dist/idl_codegen/instructions/depositReserveLiquidity.js.map +1 -1
- package/dist/idl_codegen/instructions/depositReserveLiquidityAndObligationCollateral.js +1 -1
- package/dist/idl_codegen/instructions/depositReserveLiquidityAndObligationCollateral.js.map +1 -1
- package/dist/idl_codegen/instructions/depositReserveLiquidityAndObligationCollateralV2.js +1 -1
- package/dist/idl_codegen/instructions/depositReserveLiquidityAndObligationCollateralV2.js.map +1 -1
- package/dist/idl_codegen/instructions/index.d.ts +2 -2
- package/dist/idl_codegen/instructions/index.d.ts.map +1 -1
- package/dist/idl_codegen/instructions/index.js +3 -3
- package/dist/idl_codegen/instructions/index.js.map +1 -1
- package/dist/idl_codegen/instructions/initFarmsForReserve.js +1 -1
- package/dist/idl_codegen/instructions/initFarmsForReserve.js.map +1 -1
- package/dist/idl_codegen/instructions/initObligationFarmsForReserve.js +1 -1
- package/dist/idl_codegen/instructions/initObligationFarmsForReserve.js.map +1 -1
- package/dist/idl_codegen/instructions/initReserve.d.ts +1 -0
- package/dist/idl_codegen/instructions/initReserve.d.ts.map +1 -1
- package/dist/idl_codegen/instructions/initReserve.js +5 -0
- package/dist/idl_codegen/instructions/initReserve.js.map +1 -1
- package/dist/idl_codegen/instructions/liquidateObligationAndRedeemReserveCollateral.js +2 -2
- package/dist/idl_codegen/instructions/liquidateObligationAndRedeemReserveCollateral.js.map +1 -1
- package/dist/idl_codegen/instructions/liquidateObligationAndRedeemReserveCollateralV2.js +2 -2
- package/dist/idl_codegen/instructions/liquidateObligationAndRedeemReserveCollateralV2.js.map +1 -1
- package/dist/idl_codegen/instructions/redeemFees.js +1 -1
- package/dist/idl_codegen/instructions/redeemFees.js.map +1 -1
- package/dist/idl_codegen/instructions/redeemReserveCollateral.js +1 -1
- package/dist/idl_codegen/instructions/redeemReserveCollateral.js.map +1 -1
- package/dist/idl_codegen/instructions/refreshObligationFarmsForReserve.js +1 -1
- package/dist/idl_codegen/instructions/refreshObligationFarmsForReserve.js.map +1 -1
- package/dist/idl_codegen/instructions/repayAndWithdrawAndRedeem.js +2 -2
- package/dist/idl_codegen/instructions/repayAndWithdrawAndRedeem.js.map +1 -1
- package/dist/idl_codegen/instructions/repayObligationLiquidity.js +1 -1
- package/dist/idl_codegen/instructions/repayObligationLiquidity.js.map +1 -1
- package/dist/idl_codegen/instructions/repayObligationLiquidityV2.js +1 -1
- package/dist/idl_codegen/instructions/repayObligationLiquidityV2.js.map +1 -1
- package/dist/idl_codegen/instructions/withdrawObligationCollateralAndRedeemReserveCollateral.js +1 -1
- package/dist/idl_codegen/instructions/withdrawObligationCollateralAndRedeemReserveCollateral.js.map +1 -1
- package/dist/idl_codegen/instructions/withdrawObligationCollateralAndRedeemReserveCollateralV2.js +1 -1
- package/dist/idl_codegen/instructions/withdrawObligationCollateralAndRedeemReserveCollateralV2.js.map +1 -1
- package/dist/idl_codegen/instructions/withdrawProtocolFee.js +1 -1
- package/dist/idl_codegen/instructions/withdrawProtocolFee.js.map +1 -1
- package/dist/idl_codegen/instructions/withdrawReferrerFees.js +1 -1
- package/dist/idl_codegen/instructions/withdrawReferrerFees.js.map +1 -1
- package/dist/idl_codegen/types/UpdateLendingMarketMode.d.ts +13 -0
- package/dist/idl_codegen/types/UpdateLendingMarketMode.d.ts.map +1 -1
- package/dist/idl_codegen/types/UpdateLendingMarketMode.js +25 -1
- package/dist/idl_codegen/types/UpdateLendingMarketMode.js.map +1 -1
- package/dist/idl_codegen/types/index.d.ts +2 -2
- package/dist/idl_codegen/types/index.d.ts.map +1 -1
- package/dist/idl_codegen/types/index.js.map +1 -1
- package/dist/idl_codegen/zero_padding/ObligationZP.d.ts +10 -4
- package/dist/idl_codegen/zero_padding/ObligationZP.d.ts.map +1 -1
- package/dist/idl_codegen/zero_padding/ObligationZP.js +9 -7
- package/dist/idl_codegen/zero_padding/ObligationZP.js.map +1 -1
- package/dist/lending_operations/repay_with_collateral_operations.js +1 -1
- package/dist/lending_operations/repay_with_collateral_operations.js.map +1 -1
- package/dist/lending_operations/swap_collateral_operations.d.ts.map +1 -1
- package/dist/lending_operations/swap_collateral_operations.js +5 -3
- package/dist/lending_operations/swap_collateral_operations.js.map +1 -1
- package/dist/leverage/calcs.d.ts +1 -1
- package/dist/leverage/calcs.d.ts.map +1 -1
- package/dist/leverage/calcs.js +12 -10
- package/dist/leverage/calcs.js.map +1 -1
- package/dist/leverage/instructions.d.ts +1 -2
- package/dist/leverage/instructions.d.ts.map +1 -1
- package/dist/leverage/instructions.js +2 -6
- package/dist/leverage/instructions.js.map +1 -1
- package/dist/leverage/operations.d.ts.map +1 -1
- package/dist/leverage/operations.js +19 -13
- package/dist/leverage/operations.js.map +1 -1
- package/dist/utils/ata.d.ts +1 -1
- package/dist/utils/ata.d.ts.map +1 -1
- package/dist/utils/ata.js +2 -2
- package/dist/utils/ata.js.map +1 -1
- package/dist/utils/constants.d.ts +4 -9
- package/dist/utils/constants.d.ts.map +1 -1
- package/dist/utils/constants.js +5 -10
- package/dist/utils/constants.js.map +1 -1
- package/dist/utils/instruction.d.ts.map +1 -1
- package/dist/utils/instruction.js +1 -3
- package/dist/utils/instruction.js.map +1 -1
- package/dist/utils/managerTypes.d.ts +1 -0
- package/dist/utils/managerTypes.d.ts.map +1 -1
- package/dist/utils/managerTypes.js.map +1 -1
- package/dist/utils/userMetadata.d.ts.map +1 -1
- package/dist/utils/userMetadata.js +2 -1
- package/dist/utils/userMetadata.js.map +1 -1
- package/package.json +7 -7
- package/src/classes/action.ts +77 -105
- package/src/classes/manager.ts +35 -3
- package/src/classes/obligation.ts +8 -4
- package/src/classes/reserve.ts +16 -13
- package/src/classes/types.ts +5 -0
- package/src/classes/utils.ts +3 -3
- package/src/classes/vault.ts +95 -38
- package/src/client_kamino_manager.ts +10 -3
- package/src/idl.json +199 -152
- package/src/idl_codegen/accounts/LendingMarket.ts +21 -1
- package/src/idl_codegen/errors/custom.ts +39 -2
- package/src/idl_codegen/instructions/borrowObligationLiquidity.ts +1 -1
- package/src/idl_codegen/instructions/borrowObligationLiquidityV2.ts +1 -1
- package/src/idl_codegen/instructions/depositAndWithdraw.ts +241 -0
- package/src/idl_codegen/instructions/depositReserveLiquidity.ts +1 -1
- package/src/idl_codegen/instructions/depositReserveLiquidityAndObligationCollateral.ts +1 -1
- package/src/idl_codegen/instructions/depositReserveLiquidityAndObligationCollateralV2.ts +1 -1
- package/src/idl_codegen/instructions/index.ts +4 -4
- package/src/idl_codegen/instructions/initFarmsForReserve.ts +1 -1
- package/src/idl_codegen/instructions/initObligationFarmsForReserve.ts +1 -1
- package/src/idl_codegen/instructions/initReserve.ts +6 -0
- package/src/idl_codegen/instructions/liquidateObligationAndRedeemReserveCollateral.ts +2 -2
- package/src/idl_codegen/instructions/liquidateObligationAndRedeemReserveCollateralV2.ts +2 -2
- package/src/idl_codegen/instructions/redeemFees.ts +1 -1
- package/src/idl_codegen/instructions/redeemReserveCollateral.ts +1 -1
- package/src/idl_codegen/instructions/refreshObligationFarmsForReserve.ts +1 -1
- package/src/idl_codegen/instructions/repayAndWithdrawAndRedeem.ts +2 -2
- package/src/idl_codegen/instructions/repayObligationLiquidity.ts +1 -1
- package/src/idl_codegen/instructions/repayObligationLiquidityV2.ts +1 -1
- package/src/idl_codegen/instructions/withdrawObligationCollateralAndRedeemReserveCollateral.ts +1 -1
- package/src/idl_codegen/instructions/withdrawObligationCollateralAndRedeemReserveCollateralV2.ts +1 -1
- package/src/idl_codegen/instructions/withdrawProtocolFee.ts +1 -1
- package/src/idl_codegen/instructions/withdrawReferrerFees.ts +1 -1
- package/src/idl_codegen/types/UpdateLendingMarketMode.ts +30 -0
- package/src/idl_codegen/types/index.ts +2 -0
- package/src/idl_codegen/zero_padding/ObligationZP.ts +12 -6
- package/src/lending_operations/repay_with_collateral_operations.ts +1 -0
- package/src/lending_operations/swap_collateral_operations.ts +6 -5
- package/src/leverage/calcs.ts +16 -13
- package/src/leverage/instructions.ts +1 -6
- package/src/leverage/operations.ts +28 -18
- package/src/utils/ata.ts +1 -1
- package/src/utils/constants.ts +5 -11
- package/src/utils/instruction.ts +1 -3
- package/src/utils/managerTypes.ts +1 -0
- package/src/utils/userMetadata.ts +2 -2
package/dist/idl.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.10.0",
|
|
3
3
|
"name": "kamino_lending",
|
|
4
4
|
"instructions": [
|
|
5
5
|
{
|
|
@@ -137,6 +137,11 @@
|
|
|
137
137
|
"isMut": true,
|
|
138
138
|
"isSigner": false
|
|
139
139
|
},
|
|
140
|
+
{
|
|
141
|
+
"name": "initialLiquiditySource",
|
|
142
|
+
"isMut": true,
|
|
143
|
+
"isSigner": false
|
|
144
|
+
},
|
|
140
145
|
{
|
|
141
146
|
"name": "rent",
|
|
142
147
|
"isMut": false,
|
|
@@ -175,7 +180,7 @@
|
|
|
175
180
|
},
|
|
176
181
|
{
|
|
177
182
|
"name": "lendingMarketAuthority",
|
|
178
|
-
"isMut":
|
|
183
|
+
"isMut": false,
|
|
179
184
|
"isSigner": false
|
|
180
185
|
},
|
|
181
186
|
{
|
|
@@ -265,7 +270,7 @@
|
|
|
265
270
|
},
|
|
266
271
|
{
|
|
267
272
|
"name": "reserveLiquidityMint",
|
|
268
|
-
"isMut":
|
|
273
|
+
"isMut": false,
|
|
269
274
|
"isSigner": false
|
|
270
275
|
},
|
|
271
276
|
{
|
|
@@ -316,7 +321,7 @@
|
|
|
316
321
|
},
|
|
317
322
|
{
|
|
318
323
|
"name": "reserveLiquidityMint",
|
|
319
|
-
"isMut":
|
|
324
|
+
"isMut": false,
|
|
320
325
|
"isSigner": false
|
|
321
326
|
},
|
|
322
327
|
{
|
|
@@ -552,7 +557,7 @@
|
|
|
552
557
|
},
|
|
553
558
|
{
|
|
554
559
|
"name": "reserveLiquidityMint",
|
|
555
|
-
"isMut":
|
|
560
|
+
"isMut": false,
|
|
556
561
|
"isSigner": false
|
|
557
562
|
},
|
|
558
563
|
{
|
|
@@ -623,7 +628,7 @@
|
|
|
623
628
|
},
|
|
624
629
|
{
|
|
625
630
|
"name": "reserveLiquidityMint",
|
|
626
|
-
"isMut":
|
|
631
|
+
"isMut": false,
|
|
627
632
|
"isSigner": false
|
|
628
633
|
},
|
|
629
634
|
{
|
|
@@ -747,7 +752,7 @@
|
|
|
747
752
|
},
|
|
748
753
|
{
|
|
749
754
|
"name": "lendingMarketAuthority",
|
|
750
|
-
"isMut":
|
|
755
|
+
"isMut": false,
|
|
751
756
|
"isSigner": false
|
|
752
757
|
},
|
|
753
758
|
{
|
|
@@ -811,7 +816,7 @@
|
|
|
811
816
|
},
|
|
812
817
|
{
|
|
813
818
|
"name": "lendingMarketAuthority",
|
|
814
|
-
"isMut":
|
|
819
|
+
"isMut": false,
|
|
815
820
|
"isSigner": false
|
|
816
821
|
},
|
|
817
822
|
{
|
|
@@ -1178,7 +1183,7 @@
|
|
|
1178
1183
|
},
|
|
1179
1184
|
{
|
|
1180
1185
|
"name": "borrowReserveLiquidityMint",
|
|
1181
|
-
"isMut":
|
|
1186
|
+
"isMut": false,
|
|
1182
1187
|
"isSigner": false
|
|
1183
1188
|
},
|
|
1184
1189
|
{
|
|
@@ -1253,7 +1258,7 @@
|
|
|
1253
1258
|
},
|
|
1254
1259
|
{
|
|
1255
1260
|
"name": "borrowReserveLiquidityMint",
|
|
1256
|
-
"isMut":
|
|
1261
|
+
"isMut": false,
|
|
1257
1262
|
"isSigner": false
|
|
1258
1263
|
},
|
|
1259
1264
|
{
|
|
@@ -1344,7 +1349,7 @@
|
|
|
1344
1349
|
},
|
|
1345
1350
|
{
|
|
1346
1351
|
"name": "reserveLiquidityMint",
|
|
1347
|
-
"isMut":
|
|
1352
|
+
"isMut": false,
|
|
1348
1353
|
"isSigner": false
|
|
1349
1354
|
},
|
|
1350
1355
|
{
|
|
@@ -1403,7 +1408,7 @@
|
|
|
1403
1408
|
},
|
|
1404
1409
|
{
|
|
1405
1410
|
"name": "reserveLiquidityMint",
|
|
1406
|
-
"isMut":
|
|
1411
|
+
"isMut": false,
|
|
1407
1412
|
"isSigner": false
|
|
1408
1413
|
},
|
|
1409
1414
|
{
|
|
@@ -1491,7 +1496,7 @@
|
|
|
1491
1496
|
},
|
|
1492
1497
|
{
|
|
1493
1498
|
"name": "reserveLiquidityMint",
|
|
1494
|
-
"isMut":
|
|
1499
|
+
"isMut": false,
|
|
1495
1500
|
"isSigner": false
|
|
1496
1501
|
},
|
|
1497
1502
|
{
|
|
@@ -1546,7 +1551,7 @@
|
|
|
1546
1551
|
},
|
|
1547
1552
|
{
|
|
1548
1553
|
"name": "reserveLiquidityMint",
|
|
1549
|
-
"isMut":
|
|
1554
|
+
"isMut": false,
|
|
1550
1555
|
"isSigner": false
|
|
1551
1556
|
},
|
|
1552
1557
|
{
|
|
@@ -1644,141 +1649,162 @@
|
|
|
1644
1649
|
]
|
|
1645
1650
|
},
|
|
1646
1651
|
{
|
|
1647
|
-
"name": "
|
|
1652
|
+
"name": "depositAndWithdraw",
|
|
1648
1653
|
"accounts": [
|
|
1649
1654
|
{
|
|
1650
|
-
"name": "
|
|
1655
|
+
"name": "depositAccounts",
|
|
1651
1656
|
"accounts": [
|
|
1652
1657
|
{
|
|
1653
|
-
"name": "
|
|
1654
|
-
"
|
|
1655
|
-
|
|
1656
|
-
"name": "owner",
|
|
1657
|
-
"isMut": false,
|
|
1658
|
-
"isSigner": true
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"name": "obligation",
|
|
1662
|
-
"isMut": true,
|
|
1663
|
-
"isSigner": false
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "lendingMarket",
|
|
1667
|
-
"isMut": false,
|
|
1668
|
-
"isSigner": false
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"name": "repayReserve",
|
|
1672
|
-
"isMut": true,
|
|
1673
|
-
"isSigner": false
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "reserveLiquidityMint",
|
|
1677
|
-
"isMut": true,
|
|
1678
|
-
"isSigner": false
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"name": "reserveDestinationLiquidity",
|
|
1682
|
-
"isMut": true,
|
|
1683
|
-
"isSigner": false
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "userSourceLiquidity",
|
|
1687
|
-
"isMut": true,
|
|
1688
|
-
"isSigner": false
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"name": "tokenProgram",
|
|
1692
|
-
"isMut": false,
|
|
1693
|
-
"isSigner": false
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "instructionSysvarAccount",
|
|
1697
|
-
"isMut": false,
|
|
1698
|
-
"isSigner": false
|
|
1699
|
-
}
|
|
1700
|
-
]
|
|
1658
|
+
"name": "owner",
|
|
1659
|
+
"isMut": true,
|
|
1660
|
+
"isSigner": true
|
|
1701
1661
|
},
|
|
1702
1662
|
{
|
|
1703
|
-
"name": "
|
|
1704
|
-
"
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
"name": "liquidityTokenProgram",
|
|
1768
|
-
"isMut": false,
|
|
1769
|
-
"isSigner": false
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"name": "instructionSysvarAccount",
|
|
1773
|
-
"isMut": false,
|
|
1774
|
-
"isSigner": false
|
|
1775
|
-
}
|
|
1776
|
-
]
|
|
1663
|
+
"name": "obligation",
|
|
1664
|
+
"isMut": true,
|
|
1665
|
+
"isSigner": false
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"name": "lendingMarket",
|
|
1669
|
+
"isMut": false,
|
|
1670
|
+
"isSigner": false
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"name": "lendingMarketAuthority",
|
|
1674
|
+
"isMut": false,
|
|
1675
|
+
"isSigner": false
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "reserve",
|
|
1679
|
+
"isMut": true,
|
|
1680
|
+
"isSigner": false
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"name": "reserveLiquidityMint",
|
|
1684
|
+
"isMut": false,
|
|
1685
|
+
"isSigner": false
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"name": "reserveLiquiditySupply",
|
|
1689
|
+
"isMut": true,
|
|
1690
|
+
"isSigner": false
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"name": "reserveCollateralMint",
|
|
1694
|
+
"isMut": true,
|
|
1695
|
+
"isSigner": false
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"name": "reserveDestinationDepositCollateral",
|
|
1699
|
+
"isMut": true,
|
|
1700
|
+
"isSigner": false
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "userSourceLiquidity",
|
|
1704
|
+
"isMut": true,
|
|
1705
|
+
"isSigner": false
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"name": "placeholderUserDestinationCollateral",
|
|
1709
|
+
"isMut": false,
|
|
1710
|
+
"isSigner": false,
|
|
1711
|
+
"isOptional": true
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "collateralTokenProgram",
|
|
1715
|
+
"isMut": false,
|
|
1716
|
+
"isSigner": false
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "liquidityTokenProgram",
|
|
1720
|
+
"isMut": false,
|
|
1721
|
+
"isSigner": false
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"name": "instructionSysvarAccount",
|
|
1725
|
+
"isMut": false,
|
|
1726
|
+
"isSigner": false
|
|
1777
1727
|
}
|
|
1778
1728
|
]
|
|
1779
1729
|
},
|
|
1780
1730
|
{
|
|
1781
|
-
"name": "
|
|
1731
|
+
"name": "withdrawAccounts",
|
|
1732
|
+
"accounts": [
|
|
1733
|
+
{
|
|
1734
|
+
"name": "owner",
|
|
1735
|
+
"isMut": true,
|
|
1736
|
+
"isSigner": true
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "obligation",
|
|
1740
|
+
"isMut": true,
|
|
1741
|
+
"isSigner": false
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "lendingMarket",
|
|
1745
|
+
"isMut": false,
|
|
1746
|
+
"isSigner": false
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "lendingMarketAuthority",
|
|
1750
|
+
"isMut": false,
|
|
1751
|
+
"isSigner": false
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "withdrawReserve",
|
|
1755
|
+
"isMut": true,
|
|
1756
|
+
"isSigner": false
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "reserveLiquidityMint",
|
|
1760
|
+
"isMut": false,
|
|
1761
|
+
"isSigner": false
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"name": "reserveSourceCollateral",
|
|
1765
|
+
"isMut": true,
|
|
1766
|
+
"isSigner": false
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "reserveCollateralMint",
|
|
1770
|
+
"isMut": true,
|
|
1771
|
+
"isSigner": false
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"name": "reserveLiquiditySupply",
|
|
1775
|
+
"isMut": true,
|
|
1776
|
+
"isSigner": false
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"name": "userDestinationLiquidity",
|
|
1780
|
+
"isMut": true,
|
|
1781
|
+
"isSigner": false
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "placeholderUserDestinationCollateral",
|
|
1785
|
+
"isMut": false,
|
|
1786
|
+
"isSigner": false,
|
|
1787
|
+
"isOptional": true
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "collateralTokenProgram",
|
|
1791
|
+
"isMut": false,
|
|
1792
|
+
"isSigner": false
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "liquidityTokenProgram",
|
|
1796
|
+
"isMut": false,
|
|
1797
|
+
"isSigner": false
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "instructionSysvarAccount",
|
|
1801
|
+
"isMut": false,
|
|
1802
|
+
"isSigner": false
|
|
1803
|
+
}
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"name": "depositFarmsAccounts",
|
|
1782
1808
|
"accounts": [
|
|
1783
1809
|
{
|
|
1784
1810
|
"name": "obligationFarmUserState",
|
|
@@ -1795,7 +1821,7 @@
|
|
|
1795
1821
|
]
|
|
1796
1822
|
},
|
|
1797
1823
|
{
|
|
1798
|
-
"name": "
|
|
1824
|
+
"name": "withdrawFarmsAccounts",
|
|
1799
1825
|
"accounts": [
|
|
1800
1826
|
{
|
|
1801
1827
|
"name": "obligationFarmUserState",
|
|
@@ -1819,7 +1845,7 @@
|
|
|
1819
1845
|
],
|
|
1820
1846
|
"args": [
|
|
1821
1847
|
{
|
|
1822
|
-
"name": "
|
|
1848
|
+
"name": "liquidityAmount",
|
|
1823
1849
|
"type": "u64"
|
|
1824
1850
|
},
|
|
1825
1851
|
{
|
|
@@ -1858,7 +1884,7 @@
|
|
|
1858
1884
|
},
|
|
1859
1885
|
{
|
|
1860
1886
|
"name": "reserveLiquidityMint",
|
|
1861
|
-
"isMut":
|
|
1887
|
+
"isMut": false,
|
|
1862
1888
|
"isSigner": false
|
|
1863
1889
|
},
|
|
1864
1890
|
{
|
|
@@ -1943,7 +1969,7 @@
|
|
|
1943
1969
|
},
|
|
1944
1970
|
{
|
|
1945
1971
|
"name": "reserveLiquidityMint",
|
|
1946
|
-
"isMut":
|
|
1972
|
+
"isMut": false,
|
|
1947
1973
|
"isSigner": false
|
|
1948
1974
|
},
|
|
1949
1975
|
{
|
|
@@ -2049,7 +2075,7 @@
|
|
|
2049
2075
|
},
|
|
2050
2076
|
{
|
|
2051
2077
|
"name": "reserveLiquidityMint",
|
|
2052
|
-
"isMut":
|
|
2078
|
+
"isMut": false,
|
|
2053
2079
|
"isSigner": false
|
|
2054
2080
|
},
|
|
2055
2081
|
{
|
|
@@ -2134,7 +2160,7 @@
|
|
|
2134
2160
|
},
|
|
2135
2161
|
{
|
|
2136
2162
|
"name": "reserveLiquidityMint",
|
|
2137
|
-
"isMut":
|
|
2163
|
+
"isMut": false,
|
|
2138
2164
|
"isSigner": false
|
|
2139
2165
|
},
|
|
2140
2166
|
{
|
|
@@ -2240,7 +2266,7 @@
|
|
|
2240
2266
|
},
|
|
2241
2267
|
{
|
|
2242
2268
|
"name": "repayReserveLiquidityMint",
|
|
2243
|
-
"isMut":
|
|
2269
|
+
"isMut": false,
|
|
2244
2270
|
"isSigner": false
|
|
2245
2271
|
},
|
|
2246
2272
|
{
|
|
@@ -2255,7 +2281,7 @@
|
|
|
2255
2281
|
},
|
|
2256
2282
|
{
|
|
2257
2283
|
"name": "withdrawReserveLiquidityMint",
|
|
2258
|
-
"isMut":
|
|
2284
|
+
"isMut": false,
|
|
2259
2285
|
"isSigner": false
|
|
2260
2286
|
},
|
|
2261
2287
|
{
|
|
@@ -2362,7 +2388,7 @@
|
|
|
2362
2388
|
},
|
|
2363
2389
|
{
|
|
2364
2390
|
"name": "repayReserveLiquidityMint",
|
|
2365
|
-
"isMut":
|
|
2391
|
+
"isMut": false,
|
|
2366
2392
|
"isSigner": false
|
|
2367
2393
|
},
|
|
2368
2394
|
{
|
|
@@ -2377,7 +2403,7 @@
|
|
|
2377
2403
|
},
|
|
2378
2404
|
{
|
|
2379
2405
|
"name": "withdrawReserveLiquidityMint",
|
|
2380
|
-
"isMut":
|
|
2406
|
+
"isMut": false,
|
|
2381
2407
|
"isSigner": false
|
|
2382
2408
|
},
|
|
2383
2409
|
{
|
|
@@ -2771,7 +2797,7 @@
|
|
|
2771
2797
|
},
|
|
2772
2798
|
{
|
|
2773
2799
|
"name": "reserveLiquidityMint",
|
|
2774
|
-
"isMut":
|
|
2800
|
+
"isMut": false,
|
|
2775
2801
|
"isSigner": false
|
|
2776
2802
|
},
|
|
2777
2803
|
{
|
|
@@ -3287,12 +3313,20 @@
|
|
|
3287
3313
|
],
|
|
3288
3314
|
"type": "u64"
|
|
3289
3315
|
},
|
|
3316
|
+
{
|
|
3317
|
+
"name": "minInitialDepositAmount",
|
|
3318
|
+
"docs": [
|
|
3319
|
+
"Minimum amount of deposit at creation of a reserve to prevent artificial inflation",
|
|
3320
|
+
"Note: this amount cannot be recovered, the ctoken associated are never minted"
|
|
3321
|
+
],
|
|
3322
|
+
"type": "u64"
|
|
3323
|
+
},
|
|
3290
3324
|
{
|
|
3291
3325
|
"name": "padding1",
|
|
3292
3326
|
"type": {
|
|
3293
3327
|
"array": [
|
|
3294
3328
|
"u64",
|
|
3295
|
-
|
|
3329
|
+
170
|
|
3296
3330
|
]
|
|
3297
3331
|
}
|
|
3298
3332
|
}
|
|
@@ -4075,6 +4109,9 @@
|
|
|
4075
4109
|
},
|
|
4076
4110
|
{
|
|
4077
4111
|
"name": "UpdateIndividualAutodeleverageMarginCallPeriodSecs"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
"name": "UpdateInitialDepositAmount"
|
|
4078
4115
|
}
|
|
4079
4116
|
]
|
|
4080
4117
|
}
|
|
@@ -5743,7 +5780,7 @@
|
|
|
5743
5780
|
{
|
|
5744
5781
|
"code": 6116,
|
|
5745
5782
|
"name": "MaximumWithdrawValueZero",
|
|
5746
|
-
"msg": "Maximum
|
|
5783
|
+
"msg": "Maximum withdrawable value of this collateral is zero, LTV needs improved"
|
|
5747
5784
|
},
|
|
5748
5785
|
{
|
|
5749
5786
|
"code": 6117,
|
|
@@ -5764,6 +5801,16 @@
|
|
|
5764
5801
|
"code": 6120,
|
|
5765
5802
|
"name": "FarmAccountsMissing",
|
|
5766
5803
|
"msg": "Farm accounts to refresh are missing"
|
|
5804
|
+
},
|
|
5805
|
+
{
|
|
5806
|
+
"code": 6121,
|
|
5807
|
+
"name": "RepayTooSmallForFullLiquidation",
|
|
5808
|
+
"msg": "Repay amount is too small to satisfy the mandatory full liquidation"
|
|
5809
|
+
},
|
|
5810
|
+
{
|
|
5811
|
+
"code": 6122,
|
|
5812
|
+
"name": "InsufficientRepayAmount",
|
|
5813
|
+
"msg": "Liquidator provided repay amount lower than required by liquidation rules"
|
|
5767
5814
|
}
|
|
5768
5815
|
]
|
|
5769
5816
|
}
|
|
@@ -65,6 +65,11 @@ export interface LendingMarketFields {
|
|
|
65
65
|
* been individually marked for auto-deleveraging (by the risk council).
|
|
66
66
|
*/
|
|
67
67
|
individualAutodeleverageMarginCallPeriodSecs: BN;
|
|
68
|
+
/**
|
|
69
|
+
* Minimum amount of deposit at creation of a reserve to prevent artificial inflation
|
|
70
|
+
* Note: this amount cannot be recovered, the ctoken associated are never minted
|
|
71
|
+
*/
|
|
72
|
+
minInitialDepositAmount: BN;
|
|
68
73
|
padding1: Array<BN>;
|
|
69
74
|
}
|
|
70
75
|
export interface LendingMarketJSON {
|
|
@@ -131,6 +136,11 @@ export interface LendingMarketJSON {
|
|
|
131
136
|
* been individually marked for auto-deleveraging (by the risk council).
|
|
132
137
|
*/
|
|
133
138
|
individualAutodeleverageMarginCallPeriodSecs: string;
|
|
139
|
+
/**
|
|
140
|
+
* Minimum amount of deposit at creation of a reserve to prevent artificial inflation
|
|
141
|
+
* Note: this amount cannot be recovered, the ctoken associated are never minted
|
|
142
|
+
*/
|
|
143
|
+
minInitialDepositAmount: string;
|
|
134
144
|
padding1: Array<string>;
|
|
135
145
|
}
|
|
136
146
|
export declare class LendingMarket {
|
|
@@ -197,6 +207,11 @@ export declare class LendingMarket {
|
|
|
197
207
|
* been individually marked for auto-deleveraging (by the risk council).
|
|
198
208
|
*/
|
|
199
209
|
readonly individualAutodeleverageMarginCallPeriodSecs: BN;
|
|
210
|
+
/**
|
|
211
|
+
* Minimum amount of deposit at creation of a reserve to prevent artificial inflation
|
|
212
|
+
* Note: this amount cannot be recovered, the ctoken associated are never minted
|
|
213
|
+
*/
|
|
214
|
+
readonly minInitialDepositAmount: BN;
|
|
200
215
|
readonly padding1: Array<BN>;
|
|
201
216
|
static readonly discriminator: Buffer<ArrayBuffer>;
|
|
202
217
|
static readonly layout: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LendingMarket.d.ts","sourceRoot":"","sources":["../../../src/idl_codegen/accounts/LendingMarket.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"LendingMarket.d.ts","sourceRoot":"","sources":["../../../src/idl_codegen/accounts/LendingMarket.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACvD,OAAO,EAAE,MAAM,OAAO,CAAA;AAEtB,OAAO,KAAK,KAAK,MAAM,UAAU,CAAA;AAGjC,MAAM,WAAW,mBAAmB;IAClC,gCAAgC;IAChC,OAAO,EAAE,EAAE,CAAA;IACX,8CAA8C;IAC9C,QAAQ,EAAE,EAAE,CAAA;IACZ,iDAAiD;IACjD,kBAAkB,EAAE,SAAS,CAAA;IAC7B,uFAAuF;IACvF,wBAAwB,EAAE,SAAS,CAAA;IACnC;;;OAGG;IACH,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5B,gFAAgF;IAChF,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB;;;;;;OAMG;IACH,qBAAqB,EAAE,MAAM,CAAA;IAC7B,cAAc,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAA;IACtC,wFAAwF;IACxF,gCAAgC,EAAE,MAAM,CAAA;IACxC,qFAAqF;IACrF,6BAA6B,EAAE,MAAM,CAAA;IACrC,wFAAwF;IACxF,gCAAgC,EAAE,EAAE,CAAA;IACpC,mDAAmD;IACnD,oCAAoC,EAAE,EAAE,CAAA;IACxC,oFAAoF;IACpF,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACxB,qEAAqE;IACrE,wBAAwB,EAAE,EAAE,CAAA;IAC5B,kHAAkH;IAClH,WAAW,EAAE,SAAS,CAAA;IACtB,gEAAgE;IAChE,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACxB,6IAA6I;IAC7I,eAAe,EAAE,KAAK,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAA;IAClD,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,CAAA;IAChC,qIAAqI;IACrI,yBAAyB,EAAE,EAAE,CAAA;IAC7B,sGAAsG;IACtG,gCAAgC,EAAE,EAAE,CAAA;IACpC,gCAAgC;IAChC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACnB,yGAAyG;IACzG,+BAA+B,EAAE,EAAE,CAAA;IACnC;;;OAGG;IACH,4CAA4C,EAAE,EAAE,CAAA;IAChD;;;OAGG;IACH,uBAAuB,EAAE,EAAE,CAAA;IAC3B,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,CAAA;CACpB;AAED,MAAM,WAAW,iBAAiB;IAChC,gCAAgC;IAChC,OAAO,EAAE,MAAM,CAAA;IACf,8CAA8C;IAC9C,QAAQ,EAAE,MAAM,CAAA;IAChB,iDAAiD;IACjD,kBAAkB,EAAE,MAAM,CAAA;IAC1B,uFAAuF;IACvF,wBAAwB,EAAE,MAAM,CAAA;IAChC;;;OAGG;IACH,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5B,gFAAgF;IAChF,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB;;;;;;OAMG;IACH,qBAAqB,EAAE,MAAM,CAAA;IAC7B,cAAc,EAAE,MAAM,CAAA;IACtB;;;;OAIG;IACH,8BAA8B,EAAE,MAAM,CAAA;IACtC,wFAAwF;IACxF,gCAAgC,EAAE,MAAM,CAAA;IACxC,qFAAqF;IACrF,6BAA6B,EAAE,MAAM,CAAA;IACrC,wFAAwF;IACxF,gCAAgC,EAAE,MAAM,CAAA;IACxC,mDAAmD;IACnD,oCAAoC,EAAE,MAAM,CAAA;IAC5C,oFAAoF;IACpF,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACxB,qEAAqE;IACrE,wBAAwB,EAAE,MAAM,CAAA;IAChC,kHAAkH;IAClH,WAAW,EAAE,MAAM,CAAA;IACnB,gEAAgE;IAChE,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACxB,6IAA6I;IAC7I,eAAe,EAAE,KAAK,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAA;IAChD,qBAAqB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACpC,qIAAqI;IACrI,yBAAyB,EAAE,MAAM,CAAA;IACjC,sGAAsG;IACtG,gCAAgC,EAAE,MAAM,CAAA;IACxC,gCAAgC;IAChC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACnB,yGAAyG;IACzG,+BAA+B,EAAE,MAAM,CAAA;IACvC;;;OAGG;IACH,4CAA4C,EAAE,MAAM,CAAA;IACpD;;;OAGG;IACH,uBAAuB,EAAE,MAAM,CAAA;IAC/B,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CACxB;AAED,qBAAa,aAAa;IACxB,gCAAgC;IAChC,QAAQ,CAAC,OAAO,EAAE,EAAE,CAAA;IACpB,8CAA8C;IAC9C,QAAQ,CAAC,QAAQ,EAAE,EAAE,CAAA;IACrB,iDAAiD;IACjD,QAAQ,CAAC,kBAAkB,EAAE,SAAS,CAAA;IACtC,uFAAuF;IACvF,QAAQ,CAAC,wBAAwB,EAAE,SAAS,CAAA;IAC5C;;;OAGG;IACH,QAAQ,CAAC,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACrC,gFAAgF;IAChF,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;IAC/B,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAA;IAC9B;;;;;;OAMG;IACH,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAA;IACtC,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAA;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,8BAA8B,EAAE,MAAM,CAAA;IAC/C,wFAAwF;IACxF,QAAQ,CAAC,gCAAgC,EAAE,MAAM,CAAA;IACjD,qFAAqF;IACrF,QAAQ,CAAC,6BAA6B,EAAE,MAAM,CAAA;IAC9C,wFAAwF;IACxF,QAAQ,CAAC,gCAAgC,EAAE,EAAE,CAAA;IAC7C,mDAAmD;IACnD,QAAQ,CAAC,oCAAoC,EAAE,EAAE,CAAA;IACjD,oFAAoF;IACpF,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACjC,qEAAqE;IACrE,QAAQ,CAAC,wBAAwB,EAAE,EAAE,CAAA;IACrC,kHAAkH;IAClH,QAAQ,CAAC,WAAW,EAAE,SAAS,CAAA;IAC/B,gEAAgE;IAChE,QAAQ,CAAC,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACjC,6IAA6I;IAC7I,QAAQ,CAAC,eAAe,EAAE,KAAK,CAAC,KAAK,CAAC,cAAc,CAAC,CAAA;IACrD,QAAQ,CAAC,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,CAAA;IACzC,qIAAqI;IACrI,QAAQ,CAAC,yBAAyB,EAAE,EAAE,CAAA;IACtC,sGAAsG;IACtG,QAAQ,CAAC,gCAAgC,EAAE,EAAE,CAAA;IAC7C,gCAAgC;IAChC,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IAC5B,yGAAyG;IACzG,QAAQ,CAAC,+BAA+B,EAAE,EAAE,CAAA;IAC5C;;;OAGG;IACH,QAAQ,CAAC,4CAA4C,EAAE,EAAE,CAAA;IACzD;;;OAGG;IACH,QAAQ,CAAC,uBAAuB,EAAE,EAAE,CAAA;IACpC,QAAQ,CAAC,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,CAAA;IAE5B,MAAM,CAAC,QAAQ,CAAC,aAAa,sBAE3B;IAEF,MAAM,CAAC,QAAQ,CAAC,MAAM,MA4BpB;gBAEU,MAAM,EAAE,mBAAmB;WAsC1B,KAAK,CAChB,CAAC,EAAE,UAAU,EACb,OAAO,EAAE,SAAS,EAClB,SAAS,GAAE,SAAsB,GAChC,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC;WAanB,aAAa,CACxB,CAAC,EAAE,UAAU,EACb,SAAS,EAAE,SAAS,EAAE,EACtB,SAAS,GAAE,SAAsB,GAChC,OAAO,CAAC,KAAK,CAAC,aAAa,GAAG,IAAI,CAAC,CAAC;IAevC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,aAAa;IA4C1C,MAAM,IAAI,iBAAiB;IAuC3B,MAAM,CAAC,QAAQ,CAAC,GAAG,EAAE,iBAAiB,GAAG,aAAa;CA6CvD"}
|