Live video on the AT Protocol
at next 3 lines 109 B view raw
1export function formatAddress(address: string) { 2 return address.slice(0, 6) + "..." + address.slice(-4); 3}