vega-frontend-monorepo/libs/liquidity
Dexter Edwards da99e731fa
Chore/1925 network params (#1927)
* chore: remove network parameters query from token that was unused

* chore: begin migrating network parameters queries

* chore: more network parameter query migrations

* chore: more network params query migrations

* test: fix tests

* test: fix tests in web3 provider

* test: fix remaining tests

* test: fix e2e test build

* chore: move generic params helper into react helpers

* chore: missed migration

* chore: more migrations

* test: fix test

* test: final test migrations

* fix: e2e test mock

* chore: update type

* chore: update helper script

* test: fix query

* test: fix reduce logic

* test: fix query aliasing
2022-11-07 14:57:35 +00:00
..
src Chore/1925 network params (#1927) 2022-11-07 14:57:35 +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.