-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
Priority: HighType: BugSomething isn't workingSomething isn't workingType: DocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: HighType: BugSomething isn't workingSomething isn't workingType: DocumentationImprovements or additions to documentationImprovements or additions to documentation
