2022-12-13 13:31:28 +00:00
|
|
|
import { t } from '@vegaprotocol/react-helpers';
|
2022-10-11 12:30:07 +00:00
|
|
|
export const DEBOUNCE_UPDATE_TIME = 500;
|
2022-12-13 13:31:28 +00:00
|
|
|
export const RISK_ACCEPTED_KEY = 'vega-risk-accepted';
|
|
|
|
export const MAINNET_WELCOME_HEADER = t(
|
|
|
|
'Trade cash settled futures on the fully decentralised Vega network.'
|
|
|
|
);
|
|
|
|
export const TESTNET_WELCOME_HEADER = t(
|
|
|
|
'Try out trading cash settled futures on the fully decentralised Vega network (Testnet).'
|
|
|
|
);
|