Probe publish
NAME
probe-publish - Publish a raw transaction to the network.
SYNOPSIS
probe publish
[options] tx
DESCRIPTION
Publish a raw pre-signed transaction to the network.
OPTIONS
Publish Options
--async
--probe-async
Do not wait for a transaction receipt.
Environment: PROBE_ASYNC
RPC Options
--rpc-url
url
The RPC endpoint. Accepts a URL or an existing alias in the [rpc_endpoints] table, like mainnet
.
Environment: ETH_RPC_URL
--flashbots
Use the Flashbots RPC URL (https://rpc.flashbots.net).
Common Options
-h
--help
Prints help information.
EXAMPLES
-
Publish a pre-signed transaction:
probe publish --rpc-url $RPC $TX
-
Publish a pre-signed transaction with flashbots.
probe publish --flashbots $TX