Skip to content

Commit

Permalink
fix subgraph names
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed May 31, 2023
1 parent 14098ac commit 5fb7cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
REACT_APP_ONBOARD_JS_DAPP_ID: 30fd8cd4-93a1-4c0e-a463-b5eceb9a3956
REACT_APP_SUBGRAPH_BASE_URL: https://api.thegraph.com/subgraphs/name/
REACT_APP_SUBGRAPH_GOERLI: samepant/zodiac-roles-mod-goerli
REACT_APP_SUBGRAPH_GNOSIS_CHAIN: samepant/zodiac-roles-mod--gnosis-chain'
REACT_APP_SUBGRAPH_GNOSIS_CHAIN: samepant/zodiac-roles-mod-gnosis-chain
REACT_APP_SUBGRAPH_MAINNET: samepant/zodiac-roles-mod-mainnet
REACT_APP_SUBGRAPH_POLYGON: samepant/zodiac-roles-mod-polygon
REACT_APP_SUBGRAPH_ARBITRUM: samepant/zodiac-roles-mod-arbitrum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-release-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
REACT_APP_ONBOARD_JS_DAPP_ID: 30fd8cd4-93a1-4c0e-a463-b5eceb9a3956
REACT_APP_SUBGRAPH_BASE_URL: https://api.thegraph.com/subgraphs/name/
REACT_APP_SUBGRAPH_GOERLI: samepant/zodiac-roles-mod-goerli
REACT_APP_SUBGRAPH_GNOSIS_CHAIN: samepant/zodiac-roles-mod--gnosis-chain'
REACT_APP_SUBGRAPH_GNOSIS_CHAIN: samepant/zodiac-roles-mod-gnosis-chain
REACT_APP_SUBGRAPH_MAINNET: samepant/zodiac-roles-mod-mainnet
REACT_APP_SUBGRAPH_POLYGON: samepant/zodiac-roles-mod-polygon
REACT_APP_SUBGRAPH_ARBITRUM: samepant/zodiac-roles-mod-arbitrum
Expand Down

1 comment on commit 5fb7cf3

@vercel
Copy link

@vercel vercel bot commented on 5fb7cf3 May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.