anymal-protocol 1.0.157 → 1.0.158

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/index.js CHANGED
@@ -3119,6 +3119,7 @@ function useCoinbaseMintOrgAnymalNFT() {
3119
3119
  functionName: "submitMetadataByCampaignName",
3120
3120
  args
3121
3121
  });
3122
+ console.log({ args });
3122
3123
  const executeArgs = [validationContractAddress, callData];
3123
3124
  const result = await sendOperationFn(
3124
3125
  evmAddress,
package/dist/index.mjs CHANGED
@@ -3036,6 +3036,7 @@ function useCoinbaseMintOrgAnymalNFT() {
3036
3036
  functionName: "submitMetadataByCampaignName",
3037
3037
  args
3038
3038
  });
3039
+ console.log({ args });
3039
3040
  const executeArgs = [validationContractAddress, callData];
3040
3041
  const result = await sendOperationFn(
3041
3042
  evmAddress,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.157",
3
+ "version": "1.0.158",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {