018e5fe139
* add sentry setup, add VEGA_ENV to env files * rename custom error page * capture exception for eager connect * add link to setup docs in comment * add browser tracing plugin * define sentry auth token once * enable sourcemaps on build * use correct sentry config property
5 lines
177 B
Plaintext
5 lines
177 B
Plaintext
# App configuration variables
|
|
NX_VEGA_ENV = "MAINNET"
|
|
NX_VEGA_URL = "https://api.token.vega.xyz/query"
|
|
NX_ETHEREUM_CHAIN_ID = 1
|
|
NX_INFURA_ID = "4f846e79e13f44d1b51bbd7ed9edefb8" |