Skip to content

Commit

Permalink
Fix more imports
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 9, 2023
1 parent 169cfa8 commit 02c3155
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/portalnetwork/src/client/eth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import { PortalNetwork } from './client.js'
import { BeaconLightClientNetwork, HistoryNetwork, NetworkId, StateNetwork } from '../networks'
import {
BeaconLightClientNetwork,
HistoryNetwork,
NetworkId,
StateNetwork,
} from '../networks/index.js'

export class ETH {
history?: HistoryNetwork
Expand Down

0 comments on commit 02c3155

Please sign in to comment.