Skip to content

Commit

Permalink
chore: add spam after deployment l2
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Feb 24, 2024
1 parent faaedad commit 103c4f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/deploy_contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ def deploy_secondary_evm():

store_artifacts(addressDump)

# Add spam transcations
NUM_SPAM_TXS = 100
for i in range(NUM_SPAM_TXS):
deployer.transfer(deployer, "1 ether")


# Check that all environment variables are set when deploying to a live network.
def check_env_variables(env_var_names):
Expand Down

0 comments on commit 103c4f0

Please sign in to comment.