feat(pools): fetch pool tick data from uniswap v3 subgraph (#1932)
* add hooks to fecth ticks data and active liquidity * cleanup * add polling interval * moved ms.macro types to dev deps * generate graphql schema on build * added @types/ms.macro * use clone deep
Showing
| ... | ... | @@ -24,8 +24,10 @@ |
| "@types/lingui__core": "^2.7.1", | ||
| "@types/lingui__macro": "^2.7.4", | ||
| "@types/lingui__react": "^2.8.3", | ||
| "@types/lodash.clonedeep": "^4.5.6", | ||
| "@types/lodash.flatmap": "^4.5.6", | ||
| "@types/luxon": "^1.24.4", | ||
| "@types/ms.macro": "^2.0.0", | ||
| "@types/multicodec": "^1.0.0", | ||
| "@types/node": "^13.13.5", | ||
| "@types/qs": "^6.9.2", | ||
| ... | ... | @@ -74,8 +76,10 @@ |
| "graphql-request": "^3.4.0", | ||
| "inter-ui": "^3.13.1", | ||
| "lightweight-charts": "^3.3.0", | ||
| "lodash.clonedeep": "^4.5.0", | ||
| "lodash.flatmap": "^4.5.0", | ||
| "luxon": "^1.25.0", | ||
| "ms.macro": "^2.0.0", | ||
| "multicodec": "^3.0.1", | ||
| "multihashes": "^4.0.2", | ||
| "node-vibrant": "^3.1.5", | ||
| ... | ... |
src/hooks/usePoolTickData.ts
0 → 100644
Please register or sign in to comment