We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc0cd3 commit 86853a8Copy full SHA for 86853a8
src/error/types.ts
@@ -68,6 +68,8 @@ export const KnownErrors = [
68
"minimumSenderOutput",
69
"minimum sender output",
70
"MinimalOutputBalanceViolation",
71
+ "Min trade amount",
72
+ "NegativeBounty",
73
] as const;
74
75
/** Represents a decoded solidity error type */
0 commit comments