|
@@ -23,7 +23,7 @@ export default async function createChannel({ api, env, query }: FlowProps): Pro
|
|
const channelOwnerBalance = api.consts.storage.dataObjectDeletionPrize.muln(2)
|
|
const channelOwnerBalance = api.consts.storage.dataObjectDeletionPrize.muln(2)
|
|
await api.treasuryTransferBalance(channelOwnerKeypair.key.address, channelOwnerBalance)
|
|
await api.treasuryTransferBalance(channelOwnerKeypair.key.address, channelOwnerBalance)
|
|
|
|
|
|
- // Create CLI's
|
|
|
|
|
|
+ // Create Joystream CLI
|
|
const tmpFileManager = new TmpFileManager()
|
|
const tmpFileManager = new TmpFileManager()
|
|
const joystreamCli = new JoystreamCLI(tmpFileManager)
|
|
const joystreamCli = new JoystreamCLI(tmpFileManager)
|
|
|
|
|