refactor: track txs (#3185)
* feat: track approval txs * refactor: update transactions * chore: add ms to deps * test: rm stale test * fix: comment usage of trade for optimized trade
Showing
... | @@ -89,7 +89,6 @@ | ... | @@ -89,7 +89,6 @@ |
"graphql-request": "^3.4.0", | "graphql-request": "^3.4.0", | ||
"inter-ui": "^3.13.1", | "inter-ui": "^3.13.1", | ||
"jest-styled-components": "^7.0.5", | "jest-styled-components": "^7.0.5", | ||
"ms.macro": "^2.0.0", | |||
"polyfill-object.fromentries": "^1.0.1", | "polyfill-object.fromentries": "^1.0.1", | ||
"prettier": "^2.2.1", | "prettier": "^2.2.1", | ||
"qs": "^6.9.4", | "qs": "^6.9.4", | ||
... | @@ -187,6 +186,7 @@ | ... | @@ -187,6 +186,7 @@ |
"jotai": "^1.3.7", | "jotai": "^1.3.7", | ||
"jsbi": "^3.1.4", | "jsbi": "^3.1.4", | ||
"make-plural": "^7.0.0", | "make-plural": "^7.0.0", | ||
"ms.macro": "^2.0.0", | |||
"multicodec": "^3.0.1", | "multicodec": "^3.0.1", | ||
"multihashes": "^4.0.2", | "multihashes": "^4.0.2", | ||
"node-vibrant": "^3.2.1-alpha.1", | "node-vibrant": "^3.2.1-alpha.1", | ||
... | ... |
File moved
Please register or sign in to comment