Skip to content

Commit

Permalink
remove unused error descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDedominici committed Nov 25, 2024
1 parent 0bc2aa2 commit 8b55940
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions v-next/hardhat-errors/src/descriptors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,6 @@ Please add the property "type" with the value "module" in your package.json to e
websiteTitle: "Invalid hex string",
websiteDescription: `Given value was not a valid hex string.`,
},
INVALID_BIG_NUMBER: {
number: 19,
messageTemplate:
"The input value cannot be normalized to a bigint: {message}",
websiteTitle: "Invalid big number",
websiteDescription:
"Hardhat attempted to convert the input value to a bigint, but no known conversion method was applicable to the given value.",
},
},
INTERNAL: {
ASSERTION_ERROR: {
Expand Down

0 comments on commit 8b55940

Please sign in to comment.