@wildcatfi/wildcat-sdk 3.0.66-beta → 3.0.68-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
@@ -191,7 +191,7 @@ const getWrapperFactoryContract = (chainId, provider) => {
191
191
  };
192
192
  exports.getWrapperFactoryContract = getWrapperFactoryContract;
193
193
  exports.SubgraphUrls = {
194
- [SupportedChainId.Sepolia]: `https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/sepolia/v2.0.27/gn`,
194
+ [SupportedChainId.Sepolia]: `https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/sepolia/v2.0.28/gn`,
195
195
  [SupportedChainId.Mainnet]: "https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/mainnet/v2.0.22/gn",
196
196
  [SupportedChainId.PlasmaTestnet]: "https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/plasma-testnet/v2.0.22/gn",
197
197
  [SupportedChainId.PlasmaMainnet]: "https://api.goldsky.com/api/public/project_cmheai1ym00jyx7p27qn46qtm/subgraphs/plasma-mainnet/v2.0.22/gn"