A service designed to execute Drippie drips from a given EOA. It will only trigger based on the configured drips of the passed drippie address.
The main configuration for the EOA, Drippie contract to trigger, and the Ethereum L1 RPC.
OP_DRIPPER_DRIPPIE_ADDRESS: The address of the Drippie contract to interact withOP_DRIPPER_L1_ETH_RPC: RPC URL for the L1 Ethereum chain- Authentication (choose one):
OP_DRIPPER_PRIVATE_KEY: Private key for the executing EOAOP_DRIPPER_MNEMONIC: Mnemonic phrase (with optionalOP_DRIPPER_HD_PATH)
Settings to configure to ensure transactions are landing / the service is keeping up with new blocks.
OP_DRIPPER_NUM_CONFIRMATIONS(default: 10): Number of confirmations to wait after sending a transactionOP_DRIPPER_POLL_INTERVAL(default: 12s): Frequency to poll for new blocksOP_DRIPPER_RESUBMISSION_TIMEOUT(default: 48s): Duration before transaction resubmissionOP_DRIPPER_TXMGR_MIN_BASEFEE(default: 1): Minimum base fee in gweiOP_DRIPPER_TXMGR_MIN_TIP_CAP(default: 1): Minimum tip cap in gwei
Basic service with no transaction configuration
op-dripper --drippie-address=0x... --l1-eth-rpc=https://... --private-key=0x...