Skip to content

Issue with ocean.js marketplace quickstart  #517

@AmanRaj1608

Description

@AmanRaj1608

In the Quickstart: Marketplace Flow code

const alice = (await ocean.accounts.list())[0]

datatoken = new DataTokens(
  config.factoryAddress,
  factory.abi,
  datatokensTemplate.abi,
  web3
)

While creating DataTokens it says
Error - Expected 5 arguments, but got 4.ts(2554)
As we need to pass the Logger too

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions