sushi 6.6.0 → 6.6.1

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.
@@ -19,7 +19,7 @@ exports.WAGMI_METIS_HOST = 'metis.graph.wagmi.com/subgraphs/name';
19
19
  exports.WAGMI_KAVA_HOST = 'kava.graph.wagmi.com/subgraphs/name';
20
20
  exports.METIS_0XGRAPH_HOST = 'metisapi.0xgraph.xyz/api/public/fc1ae952-7a36-44ac-9e9b-f46d70cedf7d/subgraphs';
21
21
  exports.SKALE_HOST = 'elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name';
22
- exports.SUSHI_DOMAIN_RESTRICTED_API_KEY = '5d5d00365d2b8f675e12952d6eb5b9b0';
22
+ exports.SUSHI_DOMAIN_RESTRICTED_API_KEY = 'fedcaa96abee87a6343e9871d3020337';
23
23
  const getDecentralizedHostBySubgraphId = (key) => `gateway-arbitrum.network.thegraph.com/api/${key}/subgraphs/id`;
24
24
  exports.getDecentralizedHostBySubgraphId = getDecentralizedHostBySubgraphId;
25
25
  const getDecentralizedHostByDeploymentId = (key) => `gateway-arbitrum.network.thegraph.com/api/${key}/deployments/id`;
@@ -16,7 +16,7 @@ export const WAGMI_METIS_HOST = 'metis.graph.wagmi.com/subgraphs/name';
16
16
  export const WAGMI_KAVA_HOST = 'kava.graph.wagmi.com/subgraphs/name';
17
17
  export const METIS_0XGRAPH_HOST = 'metisapi.0xgraph.xyz/api/public/fc1ae952-7a36-44ac-9e9b-f46d70cedf7d/subgraphs';
18
18
  export const SKALE_HOST = 'elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name';
19
- export const SUSHI_DOMAIN_RESTRICTED_API_KEY = '5d5d00365d2b8f675e12952d6eb5b9b0';
19
+ export const SUSHI_DOMAIN_RESTRICTED_API_KEY = 'fedcaa96abee87a6343e9871d3020337';
20
20
  export const getDecentralizedHostBySubgraphId = (key) => `gateway-arbitrum.network.thegraph.com/api/${key}/subgraphs/id`;
21
21
  export const getDecentralizedHostByDeploymentId = (key) => `gateway-arbitrum.network.thegraph.com/api/${key}/deployments/id`;
22
22
  export const SUSHI_DATA_API_HOST = 'https://production.data-gcp.sushi.com';
@@ -16,7 +16,7 @@ export declare const WAGMI_METIS_HOST = "metis.graph.wagmi.com/subgraphs/name";
16
16
  export declare const WAGMI_KAVA_HOST = "kava.graph.wagmi.com/subgraphs/name";
17
17
  export declare const METIS_0XGRAPH_HOST = "metisapi.0xgraph.xyz/api/public/fc1ae952-7a36-44ac-9e9b-f46d70cedf7d/subgraphs";
18
18
  export declare const SKALE_HOST = "elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name";
19
- export declare const SUSHI_DOMAIN_RESTRICTED_API_KEY = "5d5d00365d2b8f675e12952d6eb5b9b0";
19
+ export declare const SUSHI_DOMAIN_RESTRICTED_API_KEY = "fedcaa96abee87a6343e9871d3020337";
20
20
  export declare const getDecentralizedHostBySubgraphId: (key: string) => string;
21
21
  export declare const getDecentralizedHostByDeploymentId: (key: string) => string;
22
22
  export declare const SUSHI_DATA_API_HOST = "https://production.data-gcp.sushi.com";
@@ -26,7 +26,7 @@ export const SKALE_HOST =
26
26
  'elated-tan-skat-graph.skalenodes.com:8000/subgraphs/name'
27
27
 
28
28
  export const SUSHI_DOMAIN_RESTRICTED_API_KEY =
29
- '5d5d00365d2b8f675e12952d6eb5b9b0'
29
+ 'fedcaa96abee87a6343e9871d3020337'
30
30
 
31
31
  export const getDecentralizedHostBySubgraphId = (key: string) =>
32
32
  `gateway-arbitrum.network.thegraph.com/api/${key}/subgraphs/id`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sushi",
3
3
  "description": "Sushi",
4
- "version": "6.6.0",
4
+ "version": "6.6.1",
5
5
  "type": "module",
6
6
  "main": "./_cjs/generic/index.js",
7
7
  "module": "./_esm/generic/index.js",