From b206ba300eb2474f6dda2aaa378dd9aaaa7bc9b4 Mon Sep 17 00:00:00 2001 From: Devkuni <155117116+detrina@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:48:46 +0100 Subject: [PATCH] Update espresso-dev-node.md --- doc/espresso-dev-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/espresso-dev-node.md b/doc/espresso-dev-node.md index 8ace549a69..16824b6d67 100644 --- a/doc/espresso-dev-node.md +++ b/doc/espresso-dev-node.md @@ -17,7 +17,7 @@ docker run ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:main | Name | Type | Environment Variable | Default Value | Description | | ------------------------------- | --------------- | -------------------------------------------- | ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `rpc_url` | `Option` | `ESPRESSO_SEQUENCER_L1_PROVIDER` | Automatically launched Avil node if not provided. | The JSON-RPC endpoint of the L1. If not provided, an Avil node will be launched automatically. | +| `rpc_url` | `Option` | `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. | | `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. | | `account_index` | `u32` | `ESPRESSO_DEPLOYER_ACCOUNT_INDEX` | `0` | Account index of the L1 wallet generated from`MNEMONIC`. Used when deploying contracts. | | `sequencer_api_port` | `u16` | `ESPRESSO_SEQUENCER_API_PORT` | Required | Port that the HTTP API will use. |