Skip to content

Commit

Permalink
Merge pull request #963 from rainlanguage/2024-10-25-adding-ethereum-…
Browse files Browse the repository at this point in the history
…to-subgraph-networks

Update networks.json
  • Loading branch information
hardyjosh authored Nov 13, 2024
2 parents 8d4d35c + 39bd334 commit 533efcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- avalanche
- base
- bsc
- ethereum
- mainnet
- flare
- mumbai
- oasis_sapphire
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
- run: git diff --exit-code -- . ':(exclude)subgraph/subgraph.yaml'
- run: >
nix develop -c goldsky subgraph deploy "ob4-${{ inputs.network }}/$(date -Idate)-$(openssl rand -hex 2)"
working-directory: subgraph
working-directory: subgraph
8 changes: 7 additions & 1 deletion subgraph/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"address": "0x22410e2a46261a1B1e3899a072f303022801C764",
"startBlock": 10147523
}
},
"mainnet": {
"OrderBook": {
"address": "0x0eA6d458488d1cf51695e1D6e4744e6FB715d37C",
"startBlock": 21041924
}
}
}
}

0 comments on commit 533efcb

Please sign in to comment.