File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ To use the `make` target to connect a container-based gateway instance to testne
199199* ` FLOW_NETWORK_ID ` : flow-testnet
200200* ` COINBASE ` : FACF71692421039876a5BB4F10EF7A439D8ef61E
201201* ` COA_ADDRESS ` : <16-character hexadecimal address>
202- * ` COA_KEY ` : <64-character hexadecimal private key
202+ * ` COA_KEY ` : <64-character hexadecimal private key>
203203* ` VERSION ` : [ _ repo commit hash or tag version used when building with docker_ ]
204204
205205Once set, this target starts the EVM Gateway for the specified image version and connects it to testnet
@@ -222,7 +222,7 @@ Below is an example configuration for running against mainnet, with a preconfigu
222222--ws-enabled=true \
223223--coinbase=FACF71692421039876a5BB4F10EF7A439D8ef61E \
224224--coa-address=< 16-character hexadecimal address> \
225- --coa-key=< 64-character hexadecimal private key \
225+ --coa-key=< 64-character hexadecimal private key> \
226226--gas-price=100000000
227227```
228228
You can’t perform that action at this time.
0 commit comments