@scallop-io/sui-scallop-sdk
Advanced tools
Comparing version 0.37.14 to 0.37.15
@@ -1041,5 +1041,3 @@ "use strict"; | ||
); | ||
const priceUpdateData = await pythConnection.getPriceFeedsUpdateData( | ||
priceIds | ||
); | ||
const priceUpdateData = await pythConnection.getPriceFeedsUpdateData(priceIds); | ||
await pythClient.updatePriceFeeds( | ||
@@ -1046,0 +1044,0 @@ txBlock.txBlock, |
@@ -1041,5 +1041,3 @@ "use strict"; | ||
); | ||
const priceUpdateData = await pythConnection.getPriceFeedsUpdateData( | ||
priceIds | ||
); | ||
const priceUpdateData = await pythConnection.getPriceFeedsUpdateData(priceIds); | ||
await pythClient.updatePriceFeeds( | ||
@@ -1046,0 +1044,0 @@ txBlock.txBlock, |
{ | ||
"name": "@scallop-io/sui-scallop-sdk", | ||
"version": "0.37.14", | ||
"version": "0.37.15", | ||
"description": "Tookit for interacting with Scallop on SUI", | ||
@@ -42,27 +42,27 @@ "keywords": [ | ||
"@mysten/sui.js": "^0.37.1", | ||
"@pythnetwork/price-service-client": "^1.8.0", | ||
"@pythnetwork/pyth-sui-js": "^1.2.2", | ||
"@pythnetwork/price-service-client": "^1.8.1", | ||
"@pythnetwork/pyth-sui-js": "^1.2.3", | ||
"@scallop-io/sui-kit": "^0.38.2", | ||
"axios": "^1.4.0", | ||
"bignumber.js": "^9.1.1" | ||
"axios": "^1.6.0", | ||
"bignumber.js": "^9.1.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.6.7", | ||
"@commitlint/config-conventional": "^17.6.7", | ||
"@commitlint/prompt-cli": "^17.6.7", | ||
"@types/node": "^20.4.5", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"@commitlint/cli": "^18.2.0", | ||
"@commitlint/config-conventional": "^18.1.0", | ||
"@commitlint/prompt-cli": "^18.2.0", | ||
"@types/node": "^20.8.9", | ||
"@typescript-eslint/eslint-plugin": "^6.9.1", | ||
"@typescript-eslint/parser": "^6.9.1", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.9.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.2.3", | ||
"prettier": "^3.0.0", | ||
"lint-staged": "^15.0.2", | ||
"prettier": "^3.0.3", | ||
"tsconfig-paths": "^4.2.0", | ||
"tsup": "^7.1.0", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.33.0" | ||
"tsup": "^7.2.0", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
}, | ||
@@ -69,0 +69,0 @@ "peerDependencies": { |
@@ -130,5 +130,4 @@ import { SUI_CLOCK_OBJECT_ID, TransactionArgument } from '@mysten/sui.js'; | ||
); | ||
const priceUpdateData = await pythConnection.getPriceFeedsUpdateData( | ||
priceIds | ||
); | ||
const priceUpdateData = | ||
await pythConnection.getPriceFeedsUpdateData(priceIds); | ||
await pythClient.updatePriceFeeds( | ||
@@ -135,0 +134,0 @@ txBlock.txBlock, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
509615
8187
Updatedaxios@^1.6.0
Updatedbignumber.js@^9.1.2