5 lines
259 B
TypeScript
5 lines
259 B
TypeScript
import { t } from '@vegaprotocol/i18n';
|
|
export const WITHDRAW_THRESHOLD_TOOLTIP_TEXT = t(
|
|
"The maximum you can withdraw instantly. There's no limit on the size of a withdrawal, but all withdrawals over the threshold will have a delay time added to them"
|
|
);
|