diff --git a/.github/workflows/dev-cd.yaml b/.github/workflows/dev-cd.yaml index 20c896a2..95db075e 100644 --- a/.github/workflows/dev-cd.yaml +++ b/.github/workflows/dev-cd.yaml @@ -15,6 +15,7 @@ env: REACT_APP_SUBGRAPH_POLYGON: auryn-macmillan/tabula-polygon REACT_APP_SUBGRAPH_ARBITRUM: auryn-macmillan/tabula-arbitrum REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism + REACT_APP_SUBGRAPH_OPTIMISM_ON_GNOSIS_CHAIN: auryn-macmillan/tabula-optimism-on-gnosis-chain REACT_APP_IPFS_GATEWAY: https://ipfs.io/ipfs jobs: deploy: diff --git a/.github/workflows/prod-release-deploy.yaml b/.github/workflows/prod-release-deploy.yaml index 45041e6d..6957bb03 100644 --- a/.github/workflows/prod-release-deploy.yaml +++ b/.github/workflows/prod-release-deploy.yaml @@ -15,8 +15,8 @@ env: REACT_APP_SUBGRAPH_POLYGON: auryn-macmillan/tabula-polygon REACT_APP_SUBGRAPH_ARBITRUM: auryn-macmillan/tabula-arbitrum REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism + REACT_APP_SUBGRAPH_OPTIMISM_ON_GNOSIS_CHAIN: auryn-macmillan/tabula-optimism-on-gnosis-chain REACT_APP_IPFS_GATEWAY: https://ipfs.io/ipfs - REACT_APP_SUBGRAPH_OPTIMISM: auryn-macmillan/tabula-optimism-on-gnosis-chain jobs: deploy: runs-on: ubuntu-latest