Skip to content

Commit 5a94a76

Browse files
committed
fix: update dependencies
1 parent 80848e5 commit 5a94a76

File tree

3 files changed

+236
-252
lines changed

3 files changed

+236
-252
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
},
5050
"dependencies": {
5151
"@redstone-finance/evm-connector": "^0.7.3",
52+
"@redstone-finance/protocol": "^0.7.3",
5253
"abitype": "^1.0.8",
5354
"date-fns": "^4.1.0",
5455
"decimal.js-light": "^2.5.1",
55-
"redstone-protocol": "^1.0.5",
5656
"viem": ">=2.21.0 <3.0.0"
5757
},
5858
"devDependencies": {
@@ -66,14 +66,14 @@
6666
"eslint": "^8.57.1",
6767
"husky": "^9.1.7",
6868
"jest": "^29.7.0",
69-
"lint-staged": "^15.3.0",
69+
"lint-staged": "^15.4.1",
7070
"pino": "^9.6.0",
7171
"pino-pretty": "^13.0.0",
7272
"prettier": "^3.4.2",
7373
"ts-jest": "^29.2.5",
7474
"tsup": "^8.3.5",
7575
"tsx": "^4.19.2",
76-
"typescript": "^5.7.2"
76+
"typescript": "^5.7.3"
7777
},
7878
"peerDependencies": {
7979
"axios": "^1.0.0"

src/sdk/market/pricefeeds/RedstoneUpdater.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DataServiceWrapper } from "@redstone-finance/evm-connector";
2-
import type { SignedDataPackage } from "redstone-protocol";
3-
import { RedstonePayload } from "redstone-protocol";
2+
import type { SignedDataPackage } from "@redstone-finance/protocol";
3+
import { RedstonePayload } from "@redstone-finance/protocol";
44
import type { Address, Hex } from "viem";
55
import { encodeAbiParameters, toBytes } from "viem";
66

0 commit comments

Comments
 (0)