anymal-protocol 1.0.126 → 1.0.127
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2935,7 +2935,7 @@ function useCoinbaseClaimActionReward() {
|
|
|
2935
2935
|
if (!evmAddress || !actionId || claimIndex === void 0 || !validationContractAddress) {
|
|
2936
2936
|
return {
|
|
2937
2937
|
success: false,
|
|
2938
|
-
message: "Missing
|
|
2938
|
+
message: "Missing important data",
|
|
2939
2939
|
status: "error"
|
|
2940
2940
|
};
|
|
2941
2941
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -2857,7 +2857,7 @@ function useCoinbaseClaimActionReward() {
|
|
|
2857
2857
|
if (!evmAddress || !actionId || claimIndex === void 0 || !validationContractAddress) {
|
|
2858
2858
|
return {
|
|
2859
2859
|
success: false,
|
|
2860
|
-
message: "Missing
|
|
2860
|
+
message: "Missing important data",
|
|
2861
2861
|
status: "error"
|
|
2862
2862
|
};
|
|
2863
2863
|
}
|
package/package.json
CHANGED