6c976a0da3
* feat: [console-lite] - trading - order review * feat: [console-lite] - trading - order review - fix margin calcs * feat: [console-lite] - add order margin calcs * feat: [console-lite] - add order margin calcs - improve margin calcs * feat: [console-lite] - add order margin calcs - add int test * feat: [console-lite] - add order margin calcs - improve int test Co-authored-by: maciek <maciek@vegaprotocol.io>
25 lines
859 B
Bash
25 lines
859 B
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://lb.testnet.vega.xyz/query"
|
|
NX_VEGA_WALLET_URL=http://localhost:1789/api/v1
|