Skip to content

Commit

Permalink
fix pkg import (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Dec 19, 2022
1 parent 1123889 commit 0795aa1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ import {
} from '@polkadot/util'
global.WebSocket = WebSocket

import { calculate_state_root, create_proof, decode_proof, get_runtime_version, run_task } from '../executor/pkg'
import {
calculate_state_root,
create_proof,
decode_proof,
get_runtime_version,
run_task,
} from '@acala-network/chopsticks-executor'
import { defaultLogger, truncate, truncateStorageDiff } from './logger'

const logger = defaultLogger.child({ name: 'executor' })
Expand Down

0 comments on commit 0795aa1

Please sign in to comment.