Skip to content

Commit

Permalink
rename beacon light client to beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Jul 27, 2023
1 parent ba9fbaa commit 0153567
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import tape from 'tape'
import { createRequire } from 'module'
const require = createRequire(import.meta.url)
import { lightClientOptimisticUpdateFromJson } from '../../../src/subprotocols/beaconChain/helpers.js'
import { LightClientOptimisticUpdate } from '../../../src/subprotocols/beaconChain/types.js'
import { lightClientOptimisticUpdateFromJson } from '../../../src/subprotocols/beacon/helpers.js'
import { LightClientOptimisticUpdate } from '../../../src/subprotocols/beacon/types.js'
import { fromHexString, getUint8ByteToBitBooleanArray } from '@chainsafe/ssz'
tape('type tests', (t) => {
const testdata = require('./testdata.json')
Expand Down

0 comments on commit 0153567

Please sign in to comment.