Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Testnet Faucet links #1065

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Fix Testnet Faucet links #1065

merged 1 commit into from
Dec 5, 2023

Conversation

buberdds
Copy link
Contributor

@buberdds buberdds commented Dec 5, 2023

Closes #1062

Copy link

github-actions bot commented Dec 5, 2023

Deployed to Cloudflare Pages

Latest commit: 8f175c5adadb5116239c92dd45b1864747bf68f2
Status:✅ Deploy successful!
Preview URL: https://fd5533e0.oasis-explorer.pages.dev

@buberdds buberdds merged commit da7d677 into master Dec 5, 2023
8 checks passed
@buberdds buberdds deleted the mz/faucet branch December 5, 2023 07:50
const faucetParaTimeBaseUrl = `${faucetUrl}?paratime=`
export const faucet = {
[Layer.consensus]: faucetUrl,
[Layer.emerald]: `${faucetParaTimeBaseUrl}${Layer.emerald}`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't use our Layer enum in URL

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't use our Layer enum in URL

See #1079 for a fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: testnet faucet link
4 participants