@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
14 lines (10 loc) • 337 B
JavaScript
'use client'
;
Object.defineProperty(exports, '__esModule', { value: true });
const MAX_DISPLAY_LENGTH = 20;
/**
* This is the value that will be displayed when the value is not available.
*/
const UNAVAILABLE_VALUE = '--';
exports.MAX_DISPLAY_LENGTH = MAX_DISPLAY_LENGTH;
exports.UNAVAILABLE_VALUE = UNAVAILABLE_VALUE;