Skip to content

Commit 3e1b1a9

Browse files
authored
docs: README
1 parent eb4bcc1 commit 3e1b1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In the root directory, create a file called `.env` (mirroring `.env.example`) an
3232
| Parameter | Description |
3333
|-----------|-------------|
3434
| `SOURCE_CHAIN_ID` | Chain ID for the source chain. |
35-
| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup Instructions](#1-consensus-rpc-setup) section |
35+
| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup](#1-consensus-rpc-setup) section |
3636
| `DEST_RPC_URL` | RPC URL for the destination chain (where the light client contract will be deployed). |
3737
| `DEST_CHAIN_ID` | Chain ID for the destination chain (where the light client contract will be deployed). |
3838
| `PRIVATE_KEY` | Private key for the account that will be deploying the contract. |
@@ -94,7 +94,7 @@ You should now have the following environment variables set in the `.env` file i
9494
| Parameter | Description |
9595
|-----------|-------------|
9696
| `SOURCE_CHAIN_ID` | Chain ID for the source chain. |
97-
| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup](#1-consensus-rpc-setup)) section |
97+
| `SOURCE_CONSENSUS_RPC_URL` | RPC URL for the source chain. See how to get this in the [Consensus RPC Setup](#1-consensus-rpc-setup) section |
9898
| `DEST_RPC_URL` | RPC URL for the destination chain (where the light client contract will be deployed). |
9999
| `DEST_CHAIN_ID` | Chain ID for the destination chain (where the light client contract will be deployed). |
100100
| `PRIVATE_KEY` | Private key for the account that will be deploying the contract. |

0 commit comments

Comments
 (0)