chore: moving conedison/provider to interface (#7119)
* chore: moving provider from coned to interface * moving signing over to interface * updating lockfile * dedup * use d3-array build for jest * downgrading jest/types * Revert "downgrading jest/types" This reverts commit 88d3746c00dcd98275be18a4b8af0314ae4329ad.
Showing
... | ... | @@ -94,7 +94,7 @@ |
"@types/array.prototype.flat": "^1.2.1", | ||
"@types/array.prototype.flatmap": "^1.2.2", | ||
"@types/d3": "^6.7.1", | ||
"@types/jest": "^25.2.1", | ||
"@types/jest": "^27.0.1", | ||
"@types/lingui__core": "^2.7.1", | ||
"@types/lingui__macro": "^2.7.4", | ||
"@types/lingui__react": "^2.8.3", | ||
... | ... | @@ -192,7 +192,6 @@ |
"@types/react-window-infinite-loader": "^1.0.6", | ||
"@uniswap/analytics": "^1.4.0", | ||
"@uniswap/analytics-events": "^2.17.0", | ||
"@uniswap/conedison": "^1.8.0", | ||
"@uniswap/governance": "^1.0.2", | ||
"@uniswap/liquidity-staker": "^1.0.2", | ||
"@uniswap/merkle-distributor": "^1.0.1", | ||
... | ... |
src/utils/signing.test.ts
0 → 100644
src/utils/signing.ts
0 → 100644
src/utils/walletMeta.test.ts
0 → 100644
src/utils/walletMeta.ts
0 → 100644
Please register or sign in to comment