Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords committed Jan 5, 2024
1 parent f25f9f1 commit b489217
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/content/quickstarts/ccip-cross-chain-nft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,17 @@ To set these variables, type the following command and follow the instructions i
npx env-enc set
```

```shell
Please enter the variable name (or press ENTER to finish):
ARBITRUM_TESTNET_RPC_URL
Please enter the variable value (input will be hidden):
*********************************************************************
Would you like to set another variable? Please enter the variable name (or press ENTER to finish):
```

After you are done, the `.env.enc` file will be automatically generated.

If you want to validate your inputs you can always run the next command:
If you want to validate your inputs, run the next command:

```shell
npx env-enc view
Expand Down

0 comments on commit b489217

Please sign in to comment.