hardhat-ignore-warnings
Advanced tools
Comparing version
@@ -16,2 +16,3 @@ export declare const errorCodes: { | ||
readonly 'transient-storage': 2394; | ||
readonly 'statement-has-no-effect': 6133; | ||
}; | ||
@@ -18,0 +19,0 @@ export declare type WarningId = number | keyof typeof errorCodes; |
@@ -19,2 +19,3 @@ "use strict"; | ||
'transient-storage': 2394, | ||
'statement-has-no-effect': 6133, | ||
}; | ||
@@ -21,0 +22,0 @@ function getErrorCode(id) { |
{ | ||
"name": "hardhat-ignore-warnings", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Hardhat plugin to ignore Solidity warnings", | ||
@@ -5,0 +5,0 @@ "author": "Francisco Giordano <fg@frang.io>", |
@@ -16,2 +16,3 @@ export const errorCodes = { | ||
'transient-storage': 2394, | ||
'statement-has-no-effect': 6133, | ||
} as const; | ||
@@ -18,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29814
0.48%488
0.62%