Skip to content

Commit

Permalink
add working mempool txs w/ bundles in testfile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Nov 13, 2024
1 parent 95e9986 commit 8ff7881
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cli/testfile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ from = "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"


# spam single tx
# [[spam]]
[[spam]]

# [spam.tx]
# to = "{SpamMe}"
# from = "0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f"
# signature = "consumeGas(uint256)"
# args = ["150000"]
[spam.tx]
to = "0x90F79bf6EB2c4f870365E785982E1f101E93b906"
from = "0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f"
signature = "transfer()"
value = "100000000000000"


# spam bundle
Expand Down

0 comments on commit 8ff7881

Please sign in to comment.