Skip to content

Commit

Permalink
Use the correct chain name for live-sync-creditcoin CI job
Browse files Browse the repository at this point in the history
originally this CI config was a copy from Creditcoin 2 where the node
binary accepts both --chain main and --chain mainnet. However
Creditcoin3 recognizes only the value "mainnet"!
  • Loading branch information
atodorov committed Nov 21, 2024
1 parent ebc6128 commit bd1f8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: github.base_ref == 'main'
run: |
# shellcheck disable=SC2129
echo "target_chain=main" >> "$GITHUB_OUTPUT"
echo "target_chain=mainnet" >> "$GITHUB_OUTPUT"
echo "boot_node=/dns4/cc3-bootnode.creditcoin.network/tcp/30333/p2p/12D3KooWLGyvbdQ3wTGjRAEueFsDnstZnV8fN3iyPTmHeyswSPGy" >> "$GITHUB_OUTPUT"
echo "rpc_url=wss://rpc.cc3-mainnet.creditcoin.network:443/ws" >> "$GITHUB_OUTPUT"
echo "https_rpc_url=https://rpc.cc3-mainnet.creditcoin.network/rpc" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit bd1f8ed

Please sign in to comment.