Skip to content

Commit

Permalink
fix: pull from main
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriGeorge committed Nov 11, 2024
2 parents 8fa017b + a124d39 commit 4d516c3
Show file tree
Hide file tree
Showing 11 changed files with 576 additions and 8,076 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,19 @@ export MNEMONIC="XXXX"
export RPC='XXXX'
```

- Optional set metadataCache URL if you want to use a custom Aquarius version instead of the default one.
- Set an Ocean Node URL

```
export NODE_URL='XXXX'
```

- 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.

```
export AQUARIUS_URL='XXXX'
```

- Optional set Provider URL if you want to use a custom Provider version instead of the default one.
- 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.

```
export PROVIDER_URL='XXXX'
Expand Down
Loading

0 comments on commit 4d516c3

Please sign in to comment.