Skip to content

Commit

Permalink
Use proper email for faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Feb 13, 2024
1 parent 3ef4428 commit e105e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/externalLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const faucet = {
[Layer.consensus]: faucetUrl,
[Layer.emerald]: `${faucetParaTimeBaseUrl}emerald`,
[Layer.sapphire]: `${faucetParaTimeBaseUrl}sapphire`,
[Layer.pontusx]: `${faucetParaTimeBaseUrl}pontusx`,
[Layer.pontusx]: 'mailto:[email protected]?subject=tokens',
[Layer.cipher]: `${faucetParaTimeBaseUrl}cipher`,
}

Expand Down

0 comments on commit e105e04

Please sign in to comment.