mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Add ADDRESS_FILE env docs
This commit is contained in:
parent
18854de767
commit
81c5ad782e
@ -126,6 +126,11 @@ cd ocean-subgraph
|
|||||||
npm i
|
npm i
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Let the components know where to pickup the smartcontract addresses:
|
||||||
|
```
|
||||||
|
export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json"
|
||||||
|
```
|
||||||
|
|
||||||
Generate the subgraph
|
Generate the subgraph
|
||||||
```bash
|
```bash
|
||||||
npm run bargesetup
|
npm run bargesetup
|
||||||
|
Loading…
Reference in New Issue
Block a user