Skip to content

Commit

Permalink
Merge pull request #99 from onflow/g-discord-url
Browse files Browse the repository at this point in the history
Update Discord URL
  • Loading branch information
gregsantos authored Jun 28, 2024
2 parents 366a02c + 79a78eb commit f27d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ACCOUNTS_KEYS_DOCS_URL =
"https://developers.flow.com/concepts/start-here/accounts-and-keys"
export const H_CAPTCHA_URL = "https://www.hcaptcha.com/"
export const FAUCET_GITHUB_URL = "https://www.github.com/onflow/faucet/issues"
export const DISCORD_URL = "https://discord.gg/flow"
export const DISCORD_URL = "https://discord.com/invite/J6fFnh2xx6"

export const PUBLIC_KEY_FORMAT_ERROR =
"Public key must be a hexadecimal string with no spaces."
Expand Down

0 comments on commit f27d58d

Please sign in to comment.