Skip to content

Commit 898e7fe

Browse files
Merge pull request #111 from oceanprotocol/issue-110-legacy-env-vars
Remove legacy env vars like AQUARIUS and PROVIDER urls
2 parents 825681f + 719a969 commit 898e7fe

7 files changed

Lines changed: 246 additions & 281 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,12 @@ export MNEMONIC="XXXX"
5757
export RPC='XXXX'
5858
```
5959

60-
- Set an Ocean Node URL
60+
- Mandatory, Set an Ocean Node URL. Ocean Nodes infrastructure is responsible for handling assets indexing and metadata caching. It replaced old Provider and Aquarius standalone apps.
6161

6262
```
6363
export NODE_URL='XXXX'
6464
```
6565

66-
- Optional, set metadataCache URL if you want to use a custom Aquarius version instead of the default one. This will not be used if you have set an Ocean Node url.
67-
68-
```
69-
export AQUARIUS_URL='XXXX'
70-
```
71-
72-
- Optional, set Provider URL if you want to use a custom Provider version instead of the default one. This will not be used if you have set an Ocean Node url.
73-
74-
```
75-
export PROVIDER_URL='XXXX'
76-
```
77-
7866
- Optional, set ADDRESS_FILE if you want to use a custom set of smart contract address
7967

8068
```

0 commit comments

Comments
 (0)