vega-frontend-monorepo/apps/trading/.env.mainnet
m.ray 8e25108701
Feat/463 vega transaction component links to block explorer ()
* chore: [] update @vegaprotocol/vegawallet-service-api-client to 0.4.12

* fix: [] set up storybook in order-list lib and add tailwind

* fix: [] organize order list components

* chore: [471] pull theme switcher changes

* feat: [] add cancel order button

* feat: [] initial impl of use order cancel hook

* fix: [] fix format of the price in order list

* fix:  fix static assets issue when merging

* fix:   refactor order dialog to vega tx dialog

* fix:  move use cancel order hook in wallet lib

* fix: [] cancel order dialog and hook refactor

* fix: [] remove commented code from storybook preview and fix test

* fix: [] update order-list.tsx

* fix: [] fix update subscription - show order is cancelled

* fix: [] fix eslint error

* chore: [] refactoring and add tests for dialogs and cancel hook

* fix:  add ref to order list table

* fix:  add field for cancel fix test

* fix:  rename vega-order-transaction-dialog, error handiling, open dialog on finalized order

* fix:  sendTx body mandatory

* fix:  use BusEventType.Order to check the typename

* fix:  revert using BusEventType.Order to check the typename

* Update libs/wallet/src/order-hooks/use-order-cancel.tsx

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>

* fix:   fix order-list refactoring and fixes

* fix:  generate orders added as a mock in order-list

* fix:  reset transaction after order updated

* fix:  remove unused import useEffect

* fix:  generate mock orders

* fix:  revert generate mock orders

* feat:  modify vega dialog to direct you to the block explorer transaction

* feat:  modify compile-environment.ts

* fix:  order list price set to display all decimals

* fix:  generate orders updates

* Update apps/trading/.env

* fix:  add test and remove explorer URL from trading/env.ts

* Update apps/trading/lib/config/env.ts

* fix:  update trading deal ticket

* fix:  fix test to check href

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
2022-06-29 13:55:49 +01:00

9 lines
406 B
Plaintext

# App configuration variables
NX_VEGA_ENV=MAINNET
NX_VEGA_CONFIG_URL=https://static.vega.xyz/assets/mainnet-network.json
NX_VEGA_URL=https://api.token.vega.xyz/query
NX_VEGA_NETWORKS='{\"MAINNET\":\"https://alpha.console.vega.xyz\"}'
NX_ETHEREUM_PROVIDER_URL=https://mainnet.infura.io/v3/4f846e79e13f44d1b51bbd7ed9edefb8
NX_ETHERSCAN_URL=https://etherscan.io
NX_VEGA_EXPLORER_URL=https://explorer.vega.xyz