Skip to content

Commit

Permalink
feat: subgraph deployment instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNguyenDev committed Mar 2, 2024
1 parent 5ef0e93 commit 0fe1b31
Show file tree
Hide file tree
Showing 3 changed files with 7,833 additions and 2,326 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,22 @@ See https://github.com/nation3/agreements-app
## Documentation

https://github.com/nation3/agreements-app/blob/main/README.md#documentation

## How to deploy/redeploy subgraph
Update `networks.json` file before deploying subgraph

#### Mainnet
```
yarn auth
yarn codegen
yarn build-mainnet
yarn deploy-mainnet
```

#### Sepolia
```
yarn auth
yarn codegen
yarn build-sepolia
yarn deploy-sepolia
```
Loading

0 comments on commit 0fe1b31

Please sign in to comment.