@wildcatfi/wildcat-sdk 2.0.11 → 2.0.12

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.
@@ -20,6 +20,6 @@ export declare const getMockArchControllerOwnerContract: (provider: SignerOrProv
20
20
  export declare const RAY: BigNumber;
21
21
  export declare const WAD: BigNumber;
22
22
  export declare const DeploymentBlockNumber = 4518288;
23
- export declare const SubgraphUrl = "https://api.studio.thegraph.com/query/56451/wildcat-finance/v0.0.16";
23
+ export declare const SubgraphUrl = "https://api.studio.thegraph.com/query/56451/wildcat-finance/v0.0.18";
24
24
  export declare const SubgraphClient: ApolloClient<import("@apollo/client").NormalizedCacheObject>;
25
25
  //# sourceMappingURL=constants.d.ts.map
package/dist/constants.js CHANGED
@@ -44,7 +44,7 @@ exports.getMockArchControllerOwnerContract = getMockArchControllerOwnerContract;
44
44
  exports.RAY = ethers_1.BigNumber.from(10).pow(27);
45
45
  exports.WAD = ethers_1.BigNumber.from(10).pow(18);
46
46
  exports.DeploymentBlockNumber = 4518288;
47
- exports.SubgraphUrl = "https://api.studio.thegraph.com/query/56451/wildcat-finance/v0.0.16";
47
+ exports.SubgraphUrl = "https://api.studio.thegraph.com/query/56451/wildcat-finance/v0.0.18";
48
48
  exports.SubgraphClient = new client_1.ApolloClient({
49
49
  cache: new client_1.InMemoryCache(),
50
50
  uri: exports.SubgraphUrl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildcatfi/wildcat-sdk",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"