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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3095,8 +3095,8 @@ function useCoinbaseMintOrgAnymalNFT() {
|
|
|
3095
3095
|
const result = await sendOperationFn(
|
|
3096
3096
|
evmAddress,
|
|
3097
3097
|
validationContractAddress,
|
|
3098
|
-
|
|
3099
|
-
|
|
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
|
-
|
|
3018
|
-
|
|
3017
|
+
ORGANIZATION_IMPL_ABI,
|
|
3018
|
+
ORG_FUNCTION,
|
|
3019
3019
|
executeArgs
|
|
3020
3020
|
);
|
|
3021
3021
|
return { ...result, status };
|
package/package.json
CHANGED