vega-frontend-monorepo/libs/liquidity
Edd e598cd1247
chore: update explorer to use v2 queries (#2049)
* fix: migrate queries to latest apis
* fix: remove oracles section for now
* fix: dive in to fields correctly
* fix: update queries
* fix: fragment for stats fields
* fix: rename triple underscore generated
* chore: refactor types that have moved
* chore(explorer): disable e2e test that asserts json structure
2022-11-15 12:31:25 +00:00
..
src chore: update explorer to use v2 queries (#2049) 2022-11-15 12:31:25 +00:00
.babelrc feat: liquidity provisions view (#1133) 2022-09-07 12:05:28 +01:00
.eslintrc.json chore: stagnet3 api updates (#1321) 2022-09-20 08:24:28 -07:00
jest.config.js feat: liquidity provisions view (#1133) 2022-09-07 12:05:28 +01:00
package.json feat: liquidity provisions view (#1133) 2022-09-07 12:05:28 +01:00
project.json chore: add build-spec targets and execute on affected apps and libs on CI (#1745) 2022-10-25 09:41:16 +02:00
README.md feat: liquidity provisions view (#1133) 2022-09-07 12:05:28 +01:00
tsconfig.json feat: liquidity provisions view (#1133) 2022-09-07 12:05:28 +01:00
tsconfig.lib.json feat: liquidity provisions view (#1133) 2022-09-07 12:05:28 +01:00
tsconfig.spec.json feat: liquidity provisions view (#1133) 2022-09-07 12:05:28 +01:00

Liquidity

This library contains liquidity provision data providers and view containers.

Running unit tests

Run nx test liquidity to execute the unit tests via Jest.