docs(api): add comments to the rpc url variables

re #443
This commit is contained in:
Vivian Plasencia
2024-03-24 20:57:45 +01:00
parent 2b08f33634
commit 646f88c120

View File

@@ -23,6 +23,9 @@ TWITTER_REDIRECT_URI=
TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=
# The network name must be the same as the supportedNetworks in blockchain provider
# but with capital letters and an underscore instead of a space to separate words.
BLOCKCHAIN_SEPOLIA_RPC_URL=
BLOCKCHAIN_POLYGON_MUMBAI_RPC_URL=
BLOCKCHAIN_OPTIMISM_SEPOLIA_RPC_URL=