feat(pools): integrate with The Graph using RTK Query (#1924)
* integrate with the graph * Update src/state/data/slice.ts Co-authored-by:Noah Zinsmeister <noahwz@gmail.com> Co-authored-by:
Noah Zinsmeister <noahwz@gmail.com>
Showing
... | ... | @@ -14,7 +14,7 @@ |
"@reach/dialog": "^0.10.3", | ||
"@reach/portal": "^0.10.3", | ||
"@react-hook/window-scroll": "^1.3.0", | ||
"@reduxjs/toolkit": "^1.3.5", | ||
"@reduxjs/toolkit": "^1.6.0", | ||
"@typechain/ethers-v5": "^7.0.0", | ||
"@types/jest": "^25.2.1", | ||
"@types/lingui__core": "^2.7.1", | ||
... | ... | @@ -66,6 +66,8 @@ |
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^4.0.0", | ||
"ethers": "^5.2.0", | ||
"graphql": "^15.5.0", | ||
"graphql-request": "^3.4.0", | ||
"inter-ui": "^3.13.1", | ||
"lightweight-charts": "^3.3.0", | ||
"lodash.flatmap": "^4.5.0", | ||
... | ... | @@ -92,6 +94,7 @@ |
"react-virtualized-auto-sizer": "^1.0.2", | ||
"react-window": "^1.8.5", | ||
"rebass": "^4.0.7", | ||
"redux-devtools-extension": "^2.13.9", | ||
"redux-localstorage-simple": "^2.3.1", | ||
"serve": "^11.3.2", | ||
"start-server-and-test": "^1.11.0", | ||
... | ... |
src/state/data/common.ts
0 → 100644
src/state/data/slice.ts
0 → 100644
src/state/data/types.ts
0 → 100644
Please register or sign in to comment