sushi 6.2.14 → 6.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,7 +86,7 @@ export const getDrpcRpcUrl = ({
86
86
  }: {
87
87
  chainId: DrpcChainId
88
88
  key: string
89
- subdomain?: 'lb' | 'direct'
89
+ subdomain?: 'lb' | 'direct' // TODO: direct will be deprecated
90
90
  }) => {
91
91
  return `https://${subdomain}.drpc.${subdomain === 'lb' ? 'live' : 'org'}$/ogrpc?network=${drpcNetworkMapping[chainId]}&dkey=${key}`
92
92
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sushi",
3
3
  "description": "Sushi",
4
- "version": "6.2.14",
4
+ "version": "6.2.16",
5
5
  "type": "module",
6
6
  "main": "./_cjs/generic/index.js",
7
7
  "module": "./_esm/generic/index.js",
@@ -69,11 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@uniswap/token-lists": "1.0.0-beta.33",
72
- "big.js": "6.1.1",
73
- "date-fns": "3.3.1",
74
- "seedrandom": "3.0.5",
75
- "tiny-invariant": "1.3.3",
76
- "toformat": "2.0.0"
72
+ "tiny-invariant": "1.3.3"
77
73
  },
78
74
  "peerDependencies": {
79
75
  "typescript": ">= 5.8.3 < 6",