9e7277e578
* chore: update envs file for stagnet1 liquidity provision dashboard * chore: update envs file for stagnet1 liquidity provision dashboard
28 lines
1.2 KiB
Bash
28 lines
1.2 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://static.vega.xyz/assets/testnet-network.json"
|
|
NX_VEGA_ENV = 'TESTNET'
|
|
NX_VEGA_URL="https://api.n11.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://stagnet1.console.vega.xyz\",\"STAGNET3\":\"https://stagnet3.console.vega.xyz\"}
|
|
NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf
|