Skip to content

Commit

Permalink
more traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
godzillaba authored and tsahee committed Dec 15, 2023
1 parent c6ad56c commit ce5fb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ if $force_init; then

echo == create l1 traffic
docker-compose run scripts send-l1 --ethamount 1000 --to user_l1user --wait
docker-compose run scripts send-l1 --ethamount 0.0001 --from user_l1user --to user_l1user_b --wait --delay 500 --times 500 > /dev/null &
docker-compose run scripts send-l1 --ethamount 0.0001 --from user_l1user --to user_l1user_b --wait --delay 500 --times 1000000 > /dev/null &

echo == Writing l2 chain config
docker-compose run scripts write-l2-chain-config
Expand Down Expand Up @@ -372,7 +372,7 @@ if $force_init; then

echo == create l2 traffic
docker-compose run scripts send-l2 --ethamount 100 --to user_traffic_generator --wait
docker-compose run scripts send-l2 --ethamount 0.0001 --from user_traffic_generator --to user_fee_token_deployer --wait --delay 500 --times 500 > /dev/null &
docker-compose run scripts send-l2 --ethamount 0.0001 --from user_traffic_generator --to user_fee_token_deployer --wait --delay 500 --times 1000000 > /dev/null &

echo == Writing l3 chain config
docker-compose run scripts write-l3-chain-config
Expand Down

0 comments on commit ce5fb99

Please sign in to comment.