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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In the root directory, create a file called `.env` (mirroring `.env.example`) an
32
32
| Parameter | Description |
33
33
|-----------|-------------|
34
34
|`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 |
36
36
|`DEST_RPC_URL`| RPC URL for the destination chain (where the light client contract will be deployed). |
37
37
|`DEST_CHAIN_ID`| Chain ID for the destination chain (where the light client contract will be deployed). |
38
38
|`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
94
94
| Parameter | Description |
95
95
|-----------|-------------|
96
96
|`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 |
98
98
|`DEST_RPC_URL`| RPC URL for the destination chain (where the light client contract will be deployed). |
99
99
|`DEST_CHAIN_ID`| Chain ID for the destination chain (where the light client contract will be deployed). |
100
100
|`PRIVATE_KEY`| Private key for the account that will be deploying the contract. |
0 commit comments