@wildcatfi/wildcat-sdk 3.0.72-beta → 3.0.73-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
@@ -363,7 +363,7 @@ const getWrapperFactoryContract = (chainId, provider) => {
363
363
  };
364
364
  exports.getWrapperFactoryContract = getWrapperFactoryContract;
365
365
  exports.SubgraphUrls = {
366
- [SupportedChainId.Sepolia]: `https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/sepolia/v2.0.32/gn`,
366
+ [SupportedChainId.Sepolia]: `https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/sepolia/v2.0.33/gn`,
367
367
  [SupportedChainId.Mainnet]: "https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/mainnet/v2.0.22/gn",
368
368
  [SupportedChainId.PlasmaTestnet]: "https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/plasma-testnet/v2.0.22/gn",
369
369
  [SupportedChainId.PlasmaMainnet]: "https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/plasma-mainnet/v2.0.22/gn"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wildcatfi/wildcat-sdk",
3
- "version": "3.0.72-beta",
3
+ "version": "3.0.73-beta",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "dist"