UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

9 lines (7 loc) 212 B
'use client' const MAX_DISPLAY_LENGTH = 20; /** * This is the value that will be displayed when the value is not available. */ const UNAVAILABLE_VALUE = '--'; export { MAX_DISPLAY_LENGTH, UNAVAILABLE_VALUE };