We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b472514 + 920bf9f commit 99b1c9fCopy full SHA for 99b1c9f
web/src/pages/Resolver/Parameters/Jurors.tsx
@@ -62,7 +62,7 @@ const Jurors: React.FC = () => {
62
chainId: DEFAULT_CHAIN,
63
});
64
65
- const arbitrationFee = formatETH(data ?? BigInt(0), 5);
+ const arbitrationFee = formatETH(data ?? BigInt(0), 18);
66
67
useEffect(() => setDisputeData({ ...disputeData, arbitrationCost: data?.toString() }), [data]);
68
0 commit comments