From 8b5594046e2043a74fc17995125c8484fc8f07a1 Mon Sep 17 00:00:00 2001 From: ChrisD <18092467+ChristopherDedominici@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:35:22 +0100 Subject: [PATCH] remove unused error descriptor --- v-next/hardhat-errors/src/descriptors.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/v-next/hardhat-errors/src/descriptors.ts b/v-next/hardhat-errors/src/descriptors.ts index ac01ef406a..ef56e199dd 100644 --- a/v-next/hardhat-errors/src/descriptors.ts +++ b/v-next/hardhat-errors/src/descriptors.ts @@ -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: {