UNPKG

@ixfi-lab/widget

Version:

IXFI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

5 lines (4 loc) 151 B
export const shortenAddress = (address?: string) => address ? `${address.substring(0, 7)}...${address.substring(address.length - 5)}` : null