Optional
address: stringThe address to shorten
Optional
extraShort: trueIf true, show the first 4 and last 3 characters
The shortened address
const address = shortenIfAddress("0x1234567890123456789012345678901234567890", true); // result will be "0x1234...890"
Generated using TypeDoc
This function shortens an address if it is a valid EVM address.