@wildcatfi/wildcat-sdk 3.0.47-beta → 3.0.48-beta

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.js CHANGED
@@ -98,7 +98,7 @@ const getCollateralFactoryContract = (chainId, provider) => {
98
98
  };
99
99
  exports.getCollateralFactoryContract = getCollateralFactoryContract;
100
100
  exports.SubgraphUrls = {
101
- [SupportedChainId.Sepolia]: `https://subgraph.satsuma-prod.com/db4945988e6f/dillons-team--345508/sepolia/version/v2.0.18/api`,
101
+ [SupportedChainId.Sepolia]: `https://subgraph.satsuma-prod.com/db4945988e6f/dillons-team--345508/sepolia/version/v2.0.19/api`,
102
102
  [SupportedChainId.Mainnet]: "https://subgraph.satsuma-prod.com/db4945988e6f/dillons-team--345508/mainnet/api"
103
103
  };
104
104
  const getSubgraphClient = (chainId) => new client_1.ApolloClient({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildcatfi/wildcat-sdk",
3
- "version": "3.0.47-beta",
3
+ "version": "3.0.48-beta",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"