Skip to content

Commit

Permalink
fix: bee instead of beedebug with bee-js
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Nov 4, 2024
1 parent 1c96887 commit 6e44910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/docker.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BeeDebug } from '@ethersphere/bee-js'
import { Bee } from '@ethersphere/bee-js'
import Dockerode, { Container, ContainerCreateOptions } from 'dockerode'
import { Logging } from '../command/root-command/logging'
import { DEFAULT_FAIROS_IMAGE } from '../constants'
Expand Down Expand Up @@ -555,7 +555,7 @@ export class Docker {
}

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

return beeDebug.createPostageBatch('10000000000', 21)
}
Expand Down

0 comments on commit 6e44910

Please sign in to comment.