Skip to content

Commit

Permalink
removing goelir
Browse files Browse the repository at this point in the history
  • Loading branch information
ernanirst committed Nov 15, 2023
1 parent 3065fc9 commit 0e5b696
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GHB_TOKEN }}
- name: Lint
run: npm run lint
- name: Build Goerli
run: npm run build:goerli
- name: Build Mumbai
run: npm run build:mumbai
- name: Build Polygon
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
run: npm run lint
- name: Subgraph Auth
run: yarn graph:auth -- ${{ secrets.THEGRAPH_API_KEY }}
- name: Build Goerli
run: npm run build:goerli
- name: Deploy Goerli Hosted Service
run: npm run deploy:goerli
- name: Build Mumbai
run: npm run build:mumbai
- name: Deploy Mumbai Hosted Service
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GHB_TOKEN }}
- name: Lint
run: npm run lint
- name: Build Goerli
run: npm run build:goerli
- name: Build Mumbai
run: npm run build:mumbai
- name: Build Polygon
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ Get started by installing dependencies, building the project and running the tes

```shell
npm ci
npm run build:goerli
npm run build:mumbai
npm test
```

## Build Project

Building subgraphs consist in generating the code and building the project against a manifest file. This repository
provides a subgraph manifest for each network supported. You can build the project for **Goerli** with the following
provides a subgraph manifest for each network supported. You can build the project for **Mumbai** with the following
command:

```shell
cp subgraph-goerli.yaml subgraph.yaml && graph codegen subgraph.yaml
npm run build:mumbai
```
10 changes: 0 additions & 10 deletions config/goerli.json

This file was deleted.

0 comments on commit 0e5b696

Please sign in to comment.