Skip to content

Commit

Permalink
Rename target_chain from main to mainnet
Browse files Browse the repository at this point in the history
otherwise node cannot find the relevant chainspec file and dies with
Error: Input("Error opening spec file `main`: No such file or directory (os error 2)")
  • Loading branch information
atodorov authored and beqaabu committed Jan 21, 2025
1 parent 02e79af commit 25140e9
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 25140e9

Please sign in to comment.