Skip to content

Commit 94032fa

Browse files
author
Dev Kalra
authored
[price-pusher] Injective error handling (#696)
* add few errors check in injective * update injective sdk version to fix error * bump version
1 parent ed37358 commit 94032fa

File tree

3 files changed

+113
-101
lines changed

3 files changed

+113
-101
lines changed

package-lock.json

+98-98
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

price_pusher/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pythnetwork/pyth-price-pusher",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Pyth Price Pusher",
55
"homepage": "https://pyth.network",
66
"main": "lib/index.js",
@@ -48,8 +48,8 @@
4848
"typescript": "^4.6.3"
4949
},
5050
"dependencies": {
51+
"@injectivelabs/sdk-ts": "^1.0.484",
5152
"@pythnetwork/price-service-client": "*",
52-
"@injectivelabs/sdk-ts": "^1.0.457",
5353
"@pythnetwork/pyth-sdk-solidity": "^2.2.0",
5454
"@truffle/hdwallet-provider": "^2.1.3",
5555
"joi": "^17.6.0",

0 commit comments

Comments
 (0)