Skip to content

Commit

Permalink
fix Docker build with json assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Jan 14, 2025
1 parent 1bf6d02 commit c574ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/portalnetwork/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { bytesToHex, hexToBytes } from '@ethereumjs/util'
import { keys } from '@libp2p/crypto'
import { fromNodeAddress, multiaddr } from '@multiformats/multiaddr'
import debug from 'debug'
import packageJson from '../../package.json'
import packageJson from '../../package.json' assert { type: 'json' }

import { HistoryNetwork } from '../networks/history/history.js'
import {
Expand Down

0 comments on commit c574ae0

Please sign in to comment.