Skip to content

Commit

Permalink
Merge pull request #107 from centrifuge/fix-celo
Browse files Browse the repository at this point in the history
fix: remove more references to base
  • Loading branch information
hieronx authored Feb 6, 2024
2 parents f7c3a12 + 0e694e3 commit 8ba1d67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: |
cp chains-evm/_root.yaml project-centrifuge.yaml
cp chains-evm/_root.yaml project-ethereum.yaml
cp chains-evm/_root.yaml project-base.yaml
cp chains-evm/_root.yaml project-celo.yaml
yarn codegen
- name: SubQL CLI Version
Expand All @@ -60,8 +59,6 @@ jobs:
run: 'yq ". *=d load(\"chains-cfg/$CHAIN_ID.yaml\")" chains-cfg/_root.yaml > project-centrifuge.yaml || true'
- name: Generate new project-ethereum.yaml
run: '[ -e chains-evm/eth/$CHAIN_ID.yaml ] && yq ". *=d load(\"chains-evm/eth/$CHAIN_ID.yaml\")" chains-evm/_root.yaml > project-ethereum.yaml || true'
# - name: Generate new project-base.yaml
# run: '[ -e chains-evm/base/$CHAIN_ID.yaml ] && yq ". *=d load(\"chains-evm/base/$CHAIN_ID.yaml\")" chains-evm/_root.yaml > project-base.yaml || true'
- name: Generate new project-celo.yaml
run: '[ -e chains-evm/celo/$CHAIN_ID.yaml ] && yq ". *=d load(\"chains-evm/celo/$CHAIN_ID.yaml\")" chains-evm/_root.yaml > project-celo.yaml || true'
- name: Extract Chain Parameters to ENV
Expand Down

0 comments on commit 8ba1d67

Please sign in to comment.