Skip to content

Commit

Permalink
New testnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Aug 17, 2023
1 parent 9110546 commit 21ad6f7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
14 changes: 0 additions & 14 deletions examples/testing.yml

This file was deleted.

15 changes: 15 additions & 0 deletions examples/testnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
databaseUrl: postgres://graphix:[email protected]:5432/graphix
sources:
- type: indexer
name: testnet-indexer-03
urls:
status: https://testnet-indexer-03-europe-cent.thegraph.com/status
- type: indexer
name: ellipra
urls:
status: http://graph-testnet.ellipfra.net/status
- type: networkSubgraph
endpoint: https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-goerli
query: byAllocations
stakeThreshold: 0.0
limit: 0 # Disabled for now
4 changes: 2 additions & 2 deletions ops/cross-checker.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ RUN apt-get update && \
apt-get clean

COPY --from=builder /usr/local/bin/graphix-cross-checker /usr/local/bin
COPY --from=builder /app/examples/testing.yml /app/config.yml
COPY --from=builder /app/examples/testnet.yml /app/config.yml

EXPOSE 14265

ENTRYPOINT [ "graphix-cross-checker" ]
CMD ["graphix-cross-checker", "--config", "/app/config.yml"]
CMD ["--config", "/app/config.yml"]

0 comments on commit 21ad6f7

Please sign in to comment.