2022-09-15 15:37:02 +00:00
|
|
|
# React Environment Variables
|
|
|
|
# https://facebook.github.io/create-react-app/docs/adding-custom-environment-variables#expanding-environment-variables-in-env
|
|
|
|
|
|
|
|
# Netlify Environment Variables
|
|
|
|
# https://www.netlify.com/docs/continuous-deployment/#environment-variables
|
2023-11-14 14:25:29 +00:00
|
|
|
NX_VERSION=\$npm_package_version
|
|
|
|
NX_REPOSITORY_URL=\$REPOSITORY_URL
|
|
|
|
NX_BRANCH=\$BRANCH
|
|
|
|
NX_PULL_REQUEST=\$PULL_REQUEST
|
|
|
|
NX_HEAD=\$HEAD
|
|
|
|
NX_COMMIT_REF=\$COMMIT_REF
|
|
|
|
NX_CONTEXT=\$CONTEXT
|
|
|
|
NX_REVIEW_ID=\$REVIEW_ID
|
|
|
|
NX_INCOMING_HOOK_TITLE=\$INCOMING_HOOK_TITLE
|
|
|
|
NX_INCOMING_HOOK_URL=\$INCOMING_HOOK_URL
|
|
|
|
NX_INCOMING_HOOK_BODY=\$INCOMING_HOOK_BODY
|
|
|
|
NX_URL=\$URL
|
|
|
|
NX_DEPLOY_URL=\$DEPLOY_URL
|
|
|
|
NX_DEPLOY_PRIME_URL=\$DEPLOY_PRIME_URL
|
2023-03-14 15:02:43 +00:00
|
|
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/fairground/vegawallet-fairground.toml
|
2022-09-15 15:37:02 +00:00
|
|
|
NX_VEGA_ENV = 'TESTNET'
|
2023-04-26 11:10:40 +00:00
|
|
|
NX_VEGA_URL="https://api.n07.testnet.vega.xyz/graphql"
|
2022-10-03 18:12:34 +00:00
|
|
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
2022-10-04 22:24:27 +00:00
|
|
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
2023-05-23 15:49:14 +00:00
|
|
|
NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"}
|
2022-09-15 15:37:02 +00:00
|
|
|
NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf
|
2023-05-23 15:49:14 +00:00
|
|
|
NX_VEGA_CONSOLE_URL=https://console.fairground.wtf
|