We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c96887 commit 6e44910Copy full SHA for 6e44910
src/utils/docker.ts
@@ -1,4 +1,4 @@
1
-import { BeeDebug } from '@ethersphere/bee-js'
+import { Bee } from '@ethersphere/bee-js'
2
import Dockerode, { Container, ContainerCreateOptions } from 'dockerode'
3
import { Logging } from '../command/root-command/logging'
4
import { DEFAULT_FAIROS_IMAGE } from '../constants'
@@ -555,7 +555,7 @@ export class Docker {
555
}
556
557
private async createPostageBatch(): Promise<string> {
558
- const beeDebug = new BeeDebug('http://localhost:1633')
+ const beeDebug = new Bee('http://localhost:1633')
559
560
return beeDebug.createPostageBatch('10000000000', 21)
561
0 commit comments