Skip to content

Commit

Permalink
Merge branch 'master' of solend.github.com:solendprotocol/public
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Sep 1, 2023
2 parents 1eff5c9 + 5cddfc8 commit 3798877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions solend-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solendprotocol/solend-sdk",
"version": "0.6.39",
"version": "0.6.41",
"private": true,
"main": "src/index.ts",
"module": "src/index.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@orca-so/sdk": "^1.2.25",
"@types/bs58": "^4.0.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.15.7",
"@types/node": "^20.5.7",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion solend-sdk/src/instructions/initReserve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const initReserveInstruction = (
BufferLayout.u8("minBorrowRate"),
BufferLayout.u8("optimalBorrowRate"),
BufferLayout.u8("maxBorrowRate"),
BufferLayout.u8("superMaxBorrowRate"),
Layout.uint64("superMaxBorrowRate"),
Layout.uint64("borrowFeeWad"),
Layout.uint64("flashLoanFeeWad"),
BufferLayout.u8("hostFeePercentage"),
Expand Down

0 comments on commit 3798877

Please sign in to comment.