We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b472514 commit 920bf9fCopy full SHA for 920bf9f
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