c5b72e5a64
* feat(2211): view proposal forms data as json * feat(2211): removed the vega wallet barrier to viewing proposal forms * feat(2211): tweaked the json viewing to download the proposal form json, with a useful title (proposal title and readable datetime) * feat(2211): removed unwanted NX_SENTRY_DSN config from dev environments * feat(2211): unit test for download-json.ts * feat(2211): unit test for proposal-form-download-json.spec.tsx * feat(2211): simplified unit test for proposal-form-download-json.spec.tsx * feat(2211): removed unneeded unit test * feat(2211): revoked change that was causing test failures
12 lines
716 B
Plaintext
12 lines
716 B
Plaintext
# App configuration variables
|
|
NX_VEGA_ENV=TESTNET
|
|
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/testnet-network.json
|
|
NX_VEGA_URL=https://api.n10.testnet.vega.xyz/graphql
|
|
NX_VEGA_NETWORKS='{"DEVNET":"https://dev.token.vega.xyz","STAGNET3":"https://stagnet3.token.vega.xyz","TESTNET":"https://token.fairground.wtf","MAINNET":"https://token.vega.xyz"}'
|
|
NX_ETHEREUM_PROVIDER_URL=https://sepolia.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
|
|
NX_ETHERSCAN_URL=https://sepolia.etherscan.io
|
|
NX_GITHUB_FEEDBACK_URL=https://github.com/vegaprotocol/feedback/discussions
|
|
NX_VEGA_EXPLORER_URL=https://explorer.fairground.wtf
|
|
NX_VEGA_DOCS_URL=https://docs.vega.xyz/testnet
|
|
NX_HOSTED_WALLET_URL=https://wallet.testnet.vega.xyz
|