1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

update readme

This commit is contained in:
Sebastian Gerske 2018-11-09 11:20:47 +01:00
parent 2df3a68abf
commit 8df8253a6b

View File

@ -50,8 +50,14 @@ You can then connect to a running [Keeper](https://github.com/oceanprotocol/keep
```js
const ocean = await new Ocean({
nodeUri: 'http://localhost:8545',
aquariusUri: 'http://localhost:5000'
nodeUri: "http://localhost:8545",
aquariusUri: "http://localhost:5000",
brizoUri: "https://localhost:8030",
parityUri: "http://localhost:9545",
secretStoreUri: "https://secret-store.dev-ocean.com",
threshold: 2,
password: "unittest",
address: "0xed243adfb84a6626eba46178ccb567481c6e655d",
})
```