Skip to content

Commit

Permalink
update subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
azf20 committed Jun 12, 2024
1 parent 1fb1628 commit 2d81a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
REACT_APP_NETWORK_NAME: "xdai"
REACT_APP_NETWORK_COLOR: "#f6c343"
REACT_APP_USE_GSN: true
REACT_APP_GRAPHQL_ENDPOINT: "https://api.thegraph.com/subgraphs/name/azf20/nifty-ink-v2"
REACT_APP_GRAPHQL_ENDPOINT: "${{ secrets.XDAI_SUBGRAPH_URL }}"
REACT_APP_GRAPHQL_ENDPOINT_MAINNET: "${{ secrets.MAINNET_SUBGRAPH_URL }}"
REACT_APP_SUPABASE_KEY: "${{ secrets.SUPABASE_KEY }}"
REACT_APP_SUPABASE_URL: "${{ secrets.SUPABASE_URL }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
REACT_APP_NETWORK_NAME: "xdai"
REACT_APP_NETWORK_COLOR: "#f6c343"
REACT_APP_USE_GSN: true
REACT_APP_GRAPHQL_ENDPOINT: "https://api.thegraph.com/subgraphs/name/azf20/nifty-ink-v2"
REACT_APP_GRAPHQL_ENDPOINT: "${{ secrets.XDAI_SUBGRAPH_URL }}"
REACT_APP_GRAPHQL_ENDPOINT_MAINNET: "${{ secrets.MAINNET_SUBGRAPH_URL }}"
REACT_APP_SUPABASE_KEY: "${{ secrets.SUPABASE_KEY }}"
REACT_APP_SUPABASE_URL: "${{ secrets.SUPABASE_URL }}"
Expand Down

0 comments on commit 2d81a08

Please sign in to comment.