File tree Expand file tree Collapse file tree 3 files changed +236
-252
lines changed
src/sdk/market/pricefeeds Expand file tree Collapse file tree 3 files changed +236
-252
lines changed Original file line number Diff line number Diff line change 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" : {
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"
Original file line number Diff line number Diff line change 11import { 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" ;
44import type { Address , Hex } from "viem" ;
55import { encodeAbiParameters , toBytes } from "viem" ;
66
You can’t perform that action at this time.
0 commit comments