@kamino-finance/klend-sdk 7.1.0 → 7.1.1

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.
@@ -54,7 +54,7 @@ function liquidateObligationAndRedeemReserveCollateralV2(args, accounts, remaini
54
54
  },
55
55
  { address: accounts.liquidationAccounts.obligation, role: 1 },
56
56
  { address: accounts.liquidationAccounts.lendingMarket, role: 0 },
57
- { address: accounts.liquidationAccounts.lendingMarketAuthority, role: 0 },
57
+ { address: accounts.liquidationAccounts.lendingMarketAuthority, role: 1 },
58
58
  { address: accounts.liquidationAccounts.repayReserve, role: 1 },
59
59
  {
60
60
  address: accounts.liquidationAccounts.repayReserveLiquidityMint,
@@ -2385,7 +2385,7 @@
2385
2385
  },
2386
2386
  {
2387
2387
  "name": "lendingMarketAuthority",
2388
- "isMut": false,
2388
+ "isMut": true,
2389
2389
  "isSigner": false
2390
2390
  },
2391
2391
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kamino-finance/klend-sdk",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Typescript SDK for interacting with the Kamino Lending (klend) protocol",
5
5
  "repository": {
6
6
  "type": "git",
@@ -78,7 +78,7 @@ export function liquidateObligationAndRedeemReserveCollateralV2(
78
78
  },
79
79
  { address: accounts.liquidationAccounts.obligation, role: 1 },
80
80
  { address: accounts.liquidationAccounts.lendingMarket, role: 0 },
81
- { address: accounts.liquidationAccounts.lendingMarketAuthority, role: 0 },
81
+ { address: accounts.liquidationAccounts.lendingMarketAuthority, role: 1 },
82
82
  { address: accounts.liquidationAccounts.repayReserve, role: 1 },
83
83
  {
84
84
  address: accounts.liquidationAccounts.repayReserveLiquidityMint,
@@ -2385,7 +2385,7 @@
2385
2385
  },
2386
2386
  {
2387
2387
  "name": "lendingMarketAuthority",
2388
- "isMut": false,
2388
+ "isMut": true,
2389
2389
  "isSigner": false
2390
2390
  },
2391
2391
  {
@@ -6211,4 +6211,4 @@
6211
6211
  "msg": "Cannot initialize global config because there is no upgrade authority to the program"
6212
6212
  }
6213
6213
  ]
6214
- }
6214
+ }