vega-frontend-monorepo/workspace.json
Matthew Russell 8e9c2e4080
Feat/105 Web3 Setup (#119)
* add deposit page

* add web3 provider using web3-react package

* add env setup, add guard for incorrect chain id

* add lib for web3-provider

* make wallet and ethereum connect dialogs look more consistent

* add setup tests file for jest-dom

* remove chain id config and just use appChainId prop, add disconnect button to invalid chainId state

* remove .env file for now, will complete as own ticket

* switch handling of connect dialog state to the consuming app

* rename web3-provider package to just web3

* envs for each environment so we can specify chainId

* remove fallback to testnet for apollo client creation

* make web3container enforce connection before rendering childen

* move infura id to env var
2022-03-25 00:44:10 -07:00

22 lines
669 B
JSON

{
"version": 2,
"projects": {
"deal-ticket": "libs/deal-ticket",
"explorer": "apps/explorer",
"explorer-e2e": "apps/explorer-e2e",
"graphql": "libs/graphql",
"mainnet-stats-manager": "libs/mainnet-stats-manager",
"market-list": "libs/market-list",
"order-list": "libs/order-list",
"react-helpers": "libs/react-helpers",
"stats-mainnet": "apps/stats-mainnet",
"stats-mainnet-e2e": "apps/stats-mainnet-e2e",
"tailwindcss-config": "libs/tailwindcss-config",
"trading": "apps/trading",
"trading-e2e": "apps/trading-e2e",
"ui-toolkit": "libs/ui-toolkit",
"wallet": "libs/wallet",
"web3": "libs/web3"
}
}