You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The builder includes a `transaction-sender` for sending miniscule transactions for the purpose of testing the rollup block construction process. The `transaction-sender` is located in `bin/submit-transaction.rs`.
63
+
64
+
It requires a key to sign the transactions and a funded wallet.
65
+
66
+
### Environment Variables
67
+
68
+
The `transaction-sender` also has a set of configurable environment variables listed below.
69
+
70
+
```
71
+
RPC_URL="" # The URL of the RPC endpoint of the node you're sending the transaction to.
72
+
RECIPIENT_ADDRESS="" # The address the submitter addresses the transaction to.
73
+
SLEEP_TIME="" # The time to wait before sending another transaction, in seconds.
0 commit comments