Skip to content

Commit

Permalink
[TESTS] Improve peering in base-mainnet test sync (#7732)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Nov 6, 2024
1 parent 5f8369a commit ed63eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-supported-chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
fi
if [[ "$network" == base-* ]]; then
extra_param="--base"
extra_param="--base ${{ secrets.BASE_MAINNET_EXTRA_BOOTNODES }}"
fi
stripped_network="${network#base-}"
Expand Down

0 comments on commit ed63eea

Please sign in to comment.