UNPKG

@reown/appkit-scaffold-ui

Version:

The full stack toolkit to build onchain app UX.

24 lines 744 B
export const ConstantsUtil = { ACCOUNT_TABS: [{ label: 'Tokens' }, { label: 'Activity' }], SECURE_SITE_ORIGIN: (typeof process !== 'undefined' && typeof process.env !== 'undefined' ? process.env['NEXT_PUBLIC_SECURE_SITE_ORIGIN'] : undefined) || 'https://secure.walletconnect.org', VIEW_DIRECTION: { Next: 'next', Prev: 'prev' }, ANIMATION_DURATIONS: { HeaderText: 120, ModalHeight: 150, ViewTransition: 150 }, VIEWS_WITH_LEGAL_FOOTER: [ 'Connect', 'ConnectWallets', 'OnRampTokenSelect', 'OnRampFiatSelect', 'OnRampProviders' ], VIEWS_WITH_DEFAULT_FOOTER: ['Networks'] }; //# sourceMappingURL=ConstantsUtil.js.map