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
|`rpc_url`|`Option<Url>`|`ESPRESSO_SEQUENCER_L1_PROVIDER`| Automatically launched Anvil node if not provided. | The JSON-RPC endpoint of the L1. If not provided, an Anvil node will be launched automatically.|
28
+
|`rpc_url`|`Option<Url>`|`ESPRESSO_SEQUENCER_L1_PROVIDER`| Automatically launched Anvil node if not provided. | The JSON-RPC endpoint of the L1. If not provided, an Anvil node will be launched automatically. |
21
29
|`mnemonic`|`String`|`ESPRESSO_SEQUENCER_ETH_MNEMONIC`|`test test test test test test test test test test test junk`| Mnemonic for an L1 wallet. This wallet is used to deploy the contracts, so the account indicated by`ACCOUNT_INDEX` must be funded with ETH. |
22
30
|`account_index`|`u32`|`ESPRESSO_DEPLOYER_ACCOUNT_INDEX`|`0`| Account index of the L1 wallet generated from`MNEMONIC`. Used when deploying contracts. |
23
31
|`sequencer_api_port`|`u16`|`ESPRESSO_SEQUENCER_API_PORT`| Required | Port that the HTTP API will use. |
0 commit comments