Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Oct 23, 2024
1 parent eb4bcc1 commit 3e1b1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In the root directory, create a file called `.env` (mirroring `.env.example`) an
| Parameter | Description |
|-----------|-------------|
| `SOURCE_CHAIN_ID` | Chain ID for the source chain. |
| `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 |
| `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 |
| `DEST_RPC_URL` | RPC URL for the destination chain (where the light client contract will be deployed). |
| `DEST_CHAIN_ID` | Chain ID for the destination chain (where the light client contract will be deployed). |
| `PRIVATE_KEY` | Private key for the account that will be deploying the contract. |
Expand Down Expand Up @@ -94,7 +94,7 @@ You should now have the following environment variables set in the `.env` file i
| Parameter | Description |
|-----------|-------------|
| `SOURCE_CHAIN_ID` | Chain ID for the source chain. |
| `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 |
| `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 |
| `DEST_RPC_URL` | RPC URL for the destination chain (where the light client contract will be deployed). |
| `DEST_CHAIN_ID` | Chain ID for the destination chain (where the light client contract will be deployed). |
| `PRIVATE_KEY` | Private key for the account that will be deploying the contract. |
Expand Down

0 comments on commit 3e1b1a9

Please sign in to comment.