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
Name | Description | Default |
---|---|---|
L1_LCD_URI | L1 node LCD URI | |
L1_RPC_URI | L1 node RPC URI | |
BRIDGE_ID | Bridge ID | '' |
OUTPUT_SUBMITTER_MNEMONIC | Mnemonic seed for output submitter | '' |
SLACK_WEB_HOOK | Slack web hook for notification (optional) | '' |
Step 2: Run the Output Submitter Bot
Last updated