vega-frontend-monorepo/apps/trading
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
..
components Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
hooks Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
lib Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
pages Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
public Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00
specs Feat/84 Order list (#89) 2022-03-23 12:08:10 -07:00
.env Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
.env.devent Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
.env.mainnet Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
.env.stagnet1 Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
.env.stagnet2 Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
.env.testnet Feat/105 Web3 Setup (#119) 2022-03-25 00:44:10 -07:00
.eslintrc.json #29 Add market-list-table 2022-03-18 13:13:14 +01:00
index.d.ts Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00
jest.config.js Feat/84 Order list (#89) 2022-03-23 12:08:10 -07:00
next-env.d.ts Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00
next.config.js add dialog to ui-toolkit, add functionality to provider to render connect dialog and connectors ui 2022-03-10 20:51:05 -08:00
postcss.config.js Extract tailwindcss config to libs 2022-02-23 16:29:07 -08:00
project.json #29 Add market-list-table 2022-03-18 13:13:14 +01:00
setup-tests.ts Feat/84 Order list (#89) 2022-03-23 12:08:10 -07:00
tailwind.config.js Feature/38 data grid component (#77) 2022-03-14 14:18:11 +01:00
tsconfig.json #29 Add market-list-table 2022-03-18 13:13:14 +01:00
tsconfig.spec.json Create a Mono-repo for DeFiUI + ui toolkit using nx 2022-02-11 15:02:11 +01:00