@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.
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
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
|