Skip to content

Commit e904ea0

Browse files
feat(orc-458): feat import
1 parent 3868d58 commit e904ea0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

providers/cl-provider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { envs } from '@configs';
22
import { stringify } from '@utils';
33
import fetch, { RequestInit } from 'node-fetch';
4-
// @ts-expect-error - JSONStream types are not properly defined
5-
import JSONStream from 'JSONStream';
4+
import * as JSONStream from 'JSONStream';
65
import { Genesis, Fork, SignedBeaconBlock, SignedBeaconBlockHeaderContainer, ValidatorContainer } from './cl-types';
76

87
export const fetchCLResponse = async (url: string, init?: RequestInit) => {

0 commit comments

Comments
 (0)