Skip to content

Instantly share code, notes, and snippets.

@milksense
Created May 16, 2024 15:16
Show Gist options
  • Save milksense/1cbf3cc3c05a272dae002c0670aabded to your computer and use it in GitHub Desktop.
Save milksense/1cbf3cc3c05a272dae002c0670aabded to your computer and use it in GitHub Desktop.
TON Blockchain address regex
export const ADDRESS_REGEX = new RegExp(/[UEk0][Qf][\w\-]{46}/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment