Output Submitter
The Output Submitter stores the L2 output root for block finalization, receiving L2 output results from the executor to submit to L1.
Step 2: Set Output Submitter Config on .env.output
.env.output
Configure the .env.output
file created in Setting Up OPinit Bots with the following information.
TYPEORM_DATABASE
should be the name of the database previously createdL2_CHAIN_ID
is your minitia's chain ID and bridge executor menmonic found in$HOME/.minitia/artifacts/config.json
BRIDGE_ID
can be found in$HOME/.minitia/artifacts/artifacts.json
OUTPUT_SUBMITTER_MNEMONIC can be found in $HOME/.minitia/artifacts/config.json's ouput_submitter field
Step 2: Run the Output Submitter Bot
Last updated