Skip to content

Commit

Permalink
Update README_marketplace_flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 authored Jul 15, 2020
1 parent 5fe1f6d commit 2230098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README_marketplace_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { DataTokens } from '../../src/datatokens/Datatokens'
import { Ocean } from '../../src/ocean/Ocean'
const Web3 = require('web3')
const web3 = new Web3('http://127.0.0.1:8545')
const factory = require('@oceanprotocol/contracts/artifacts/development/Factory.json')
const factory = require('@oceanprotocol/contracts/artifacts/development/DTFactory.json')
const datatokensTemplate = require('@oceanprotocol/contracts/artifacts/development/DataTokenTemplate.json')

// Alice's config
Expand Down Expand Up @@ -172,4 +172,4 @@ await ocean.assets.order(ddo.id, accessService.type, bob.getId()).then(async (re
)
})

```
```

0 comments on commit 2230098

Please sign in to comment.