Skip to content

Commit

Permalink
fix: remove more references to base
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Feb 6, 2024
1 parent f7c3a12 commit 0e694e3
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 0e694e3

Please sign in to comment.