Skip to content

Commit 6e44910

Browse files
committed
fix: bee instead of beedebug with bee-js
1 parent 1c96887 commit 6e44910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/docker.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BeeDebug } from '@ethersphere/bee-js'
1+
import { Bee } from '@ethersphere/bee-js'
22
import Dockerode, { Container, ContainerCreateOptions } from 'dockerode'
33
import { Logging } from '../command/root-command/logging'
44
import { DEFAULT_FAIROS_IMAGE } from '../constants'
@@ -555,7 +555,7 @@ export class Docker {
555555
}
556556

557557
private async createPostageBatch(): Promise<string> {
558-
const beeDebug = new BeeDebug('http://localhost:1633')
558+
const beeDebug = new Bee('http://localhost:1633')
559559

560560
return beeDebug.createPostageBatch('10000000000', 21)
561561
}

0 commit comments

Comments
 (0)