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:
parent
2df3a68abf
commit
8df8253a6b
10
README.md
10
README.md
@ -50,8 +50,14 @@ You can then connect to a running [Keeper](https://github.com/oceanprotocol/keep
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
const ocean = await new Ocean({
|
const ocean = await new Ocean({
|
||||||
nodeUri: 'http://localhost:8545',
|
nodeUri: "http://localhost:8545",
|
||||||
aquariusUri: 'http://localhost:5000'
|
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",
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user