anymal-protocol 1.0.150 → 1.0.151

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
@@ -3095,8 +3095,8 @@ function useCoinbaseMintOrgAnymalNFT() {
3095
3095
  const result = await sendOperationFn(
3096
3096
  evmAddress,
3097
3097
  validationContractAddress,
3098
- PET_NFT_ABI,
3099
- "submitMetadataByCampaignName",
3098
+ ORGANIZATION_IMPL_ABI,
3099
+ ORG_FUNCTION,
3100
3100
  executeArgs
3101
3101
  );
3102
3102
  return { ...result, status };
package/dist/index.mjs CHANGED
@@ -3014,8 +3014,8 @@ function useCoinbaseMintOrgAnymalNFT() {
3014
3014
  const result = await sendOperationFn(
3015
3015
  evmAddress,
3016
3016
  validationContractAddress,
3017
- PET_NFT_ABI,
3018
- "submitMetadataByCampaignName",
3017
+ ORGANIZATION_IMPL_ABI,
3018
+ ORG_FUNCTION,
3019
3019
  executeArgs
3020
3020
  );
3021
3021
  return { ...result, status };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.150",
3
+ "version": "1.0.151",
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": {