diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index 8cff089..d75bf0e 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -28,7 +28,7 @@ jobs: - name: Build Mumbai run: npm run build:mumbai - name: Build Cronos - run: npm run build:cronos + run: npm run build:cronos-mainnet - name: Build Polygon run: npm run build:polygon diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 12481f3..b8e20d6 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -30,7 +30,7 @@ jobs: - name: Deploy Mumbai Hosted Service run: npm run deploy:mumbai - name: Build Cronos - run: npm run build:cronos + run: npm run build:cronos-mainnet - name: Deploy Self-hosted Cronos run: npx graph deploy --node ${SELF_HOSTED_SUBGRAPH_URL} --version-label ${{ github.sha }} cronos-mainnet_prod_nft-roles - name: Build Polygon diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index e816713..69224e9 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -28,7 +28,7 @@ jobs: - name: Build Mumbai run: npm run build:mumbai - name: Build Cronos - run: npm run build:cronos + run: npm run build:cronos-mainnet - name: Deploy Self-hosted Cronos QA run: npx graph deploy --node ${SELF_HOSTED_SUBGRAPH_URL} --version-label qa cronos-mainnet_qa_nft-roles - name: Build Polygon