Skip to content

Commit

Permalink
Fix Pontus-X test token faucet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Feb 21, 2024
1 parent c4123d8 commit c6bb29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/faucet-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const faucetLinks: Partial<Record<Network, Partial<Record<Layer, Partial<Record<
[Layer.consensus]: { [Ticker.TEST]: testnetFaucetUrl },
[Layer.emerald]: { [Ticker.TEST]: `${faucetParaTimeBaseUrl}emerald` },
[Layer.sapphire]: { [Ticker.TEST]: `${faucetParaTimeBaseUrl}sapphire` },
[Layer.pontusx]: { [Ticker.TEST]: 'mailto:[email protected]?subject=tokens' },
[Layer.pontusx]: { [Ticker.EUROe]: 'mailto:[email protected]?subject=tokens' },
[Layer.cipher]: { [Ticker.TEST]: `${faucetParaTimeBaseUrl}cipher` },
},
}
Expand Down

0 comments on commit c6bb29b

Please sign in to comment.