b3014bb98a
Co-authored-by: Edd <edd@vega.xyz>
29 lines
1.3 KiB
Bash
29 lines
1.3 KiB
Bash
# 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
|
|
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
|
|
NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks-internal/main/fairground/vegawallet-fairground.toml
|
|
NX_VEGA_ENV = 'TESTNET'
|
|
NX_VEGA_URL="https://api.n07.testnet.vega.xyz/graphql"
|
|
NX_VEGA_WALLET_URL=http://localhost:1789
|
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
|
NX_VEGA_NETWORKS={\"TESTNET\":\"https://console.fairground.wtf\",\"STAGNET1\":\"https://trading.stagnet1.vega.rocks\"}
|
|
NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf
|
|
NX_VEGA_CONSOLE_URL=https://console.fairground.wtf
|