|
@@ -2,12 +2,12 @@ import { CreateClass } from '../types/extrinsics/CreateClass'
|
|
|
import { AddClassSchema } from '../types/extrinsics/AddClassSchema'
|
|
|
import { types } from '@joystream/types'
|
|
|
import { ApiPromise, WsProvider } from '@polkadot/api'
|
|
|
-import { getInputs } from './helpers/inputs'
|
|
|
+import { getInputs } from '../src/helpers/inputs'
|
|
|
import fs from 'fs'
|
|
|
import path from 'path'
|
|
|
-import { EntityBatch } from 'types/EntityBatch'
|
|
|
-import { InputParser } from './helpers/InputParser'
|
|
|
-import { ExtrinsicsHelper, getAlicePair } from './helpers/extrinsics'
|
|
|
+import { EntityBatch } from '../types/EntityBatch'
|
|
|
+import { InputParser } from '../src/helpers/InputParser'
|
|
|
+import { ExtrinsicsHelper, getAlicePair } from '../src/helpers/extrinsics'
|
|
|
|
|
|
// Save entity operations output here for easier debugging
|
|
|
const ENTITY_OPERATIONS_OUTPUT_PATH = path.join(__dirname, '../operations.json')
|