@0xsquid/react-hooks 3.0.28 → 3.0.29

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.
@@ -192,7 +192,7 @@ export const getAllKeysForSupportedCosmosChains = async (chainIds, keplrTypeWall
192
192
  });
193
193
  }
194
194
  catch (error) {
195
- console.error(`Failed to get keys for chain ${chainId}:`, error);
195
+ console.debug(`Failed to get keys for chain ${chainId}:`, error);
196
196
  }
197
197
  }
198
198
  return addresses;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsquid/react-hooks",
3
- "version": "3.0.28",
3
+ "version": "3.0.29",
4
4
  "description": "Squid hooks monorepo",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "packlib": "rm -f squid-hooks-lib-*.tgz && yarn build && yarn pack --filename squid-hooks-lib-$(date +%s).tgz"
28
28
  },
29
29
  "dependencies": {
30
- "@0xsquid/sdk": "2.8.25",
30
+ "@0xsquid/sdk": "2.8.26",
31
31
  "@cosmjs/cosmwasm-stargate": "0.32.4",
32
32
  "@cosmjs/encoding": "0.32.4",
33
33
  "@cosmjs/proto-signing": "0.32.4",