@synapsecns/widget
Version:
Widget library for interacting with the Synapse Protocol
8 lines (7 loc) • 750 B
TypeScript
import { CustomThemeVariables } from 'types';
export declare const lightThemeVariables: CustomThemeVariables;
export declare const darkThemeVariables: CustomThemeVariables;
export declare const MAX_UINT256 = 115792089237316195423570985008687907853269984665640564039457584007913129639935n;
export declare const TRANSACTION_SUPPORT_URL = "https://docs.synapseprotocol.com/docs/Support/Transaction-Support";
export declare const PAUSED_CHAINS_URL = "https://raw.githubusercontent.com/synapsecns/sanguine/master/packages/synapse-interface/public/pauses/v1/paused-chains.json";
export declare const PAUSED_MODULES_URL = "https://raw.githubusercontent.com/synapsecns/sanguine/master/packages/synapse-interface/public/pauses/v1/paused-bridge-modules.json";