Skip to content

Commit

Permalink
changed chainid in funding-tool arguments (eth-clients#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 authored Aug 13, 2023
1 parent 15794e0 commit 3645080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-funding-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
chmod +x $tmp_dir/funding-tool
echo "Run funding-tool"
$tmp_dir/funding-tool -f ./funding-list.txt --use-distributor --distributor-batch-size 50 --gaslimit 2000000 --maxfeepergas 200 --maxpriofee 5 -p env --random-privkey -o ./transactions.txt --chainid 11166111 --summary ./summary.txt
$tmp_dir/funding-tool -f ./funding-list.txt --use-distributor --distributor-batch-size 50 --gaslimit 2000000 --maxfeepergas 200 --maxpriofee 5 -p env --random-privkey -o ./transactions.txt --chainid 17000 --summary ./summary.txt
echo ""
echo "Distribution Summary:"
Expand Down

0 comments on commit 3645080

Please sign in to comment.