You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v-next/hardhat-errors/src/descriptors.ts
+4-12
Original file line number
Diff line number
Diff line change
@@ -483,32 +483,24 @@ Please check Hardhat's output for more details.`,
483
483
484
484
Please check that you are sending a valid URL string for the network or forking \`URL\` parameter.`,
485
485
},
486
-
INVALID_REQUEST_METHOD: {
487
-
number: 701,
488
-
messageTemplate:
489
-
"Invalid request arguments: the 'method' argument must be a string.",
490
-
websiteTitle: "Invalid method parameters",
491
-
websiteDescription:
492
-
"The JSON-RPC request method argument is invalid. The 'method' argument must be a string representing the name of the method to be invoked. Ensure that the 'method' parameter is correctly specified as a string in your JSON-RPC request.",
493
-
},
494
486
INVALID_REQUEST_PARAMS: {
495
-
number: 702,
487
+
number: 701,
496
488
messageTemplate:
497
489
"Invalid request arguments: only array parameters are supported.",
498
490
websiteTitle: "Invalid method parameters",
499
491
websiteDescription:
500
492
"The JSON-RPC request parameters are invalid. You are trying to make an EIP-1193 request with object parameters, but only array parameters are supported. Ensure that the 'params' parameter is correctly specified as an array in your JSON-RPC request.",
0 commit comments