Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created April 10, 2020 11:53
Show Gist options
  • Save jessgusclark/f4450dcf2873188d0bf7cf507105c5d6 to your computer and use it in GitHub Desktop.
Save jessgusclark/f4450dcf2873188d0bf7cf507105c5d6 to your computer and use it in GitHub Desktop.
Concat address
export const concatAddress = addr => `${addr.substr(0, 6)}...${addr.substr(addr.length - 4)}`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment