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

feat(iota): update testnet and devnet urls #4001

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

Thoralf-M
Copy link
Member

Update the testnet and devnet urls as the previous ones where just placeholders

Fixes #4000

@Thoralf-M Thoralf-M requested a review from a team as a code owner November 11, 2024 13:14
Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

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

Can you change iota-tool as well please ? #4003
Search for references of iota.io

@Thoralf-M
Copy link
Member Author

@thibault-martinez this only contains snapshot URLs, do we have them?

@@ -1541,8 +1541,8 @@ impl IotaClientCommands {

if let Ok(env) = active_env {
let network = match env.rpc().as_str() {
IOTA_DEVNET_URL => "https://faucet.devnet.iota.io/v1/gas",
IOTA_TESTNET_URL => "https://faucet.testnet.iota.io/v1/gas",
IOTA_DEVNET_URL => "https://faucet.devnet.iota.cafe/gas",
Copy link
Member

Choose a reason for hiding this comment

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

we should keep the v1/gas endpoints, as thet will be needed when we enable batched faucet, until then they automatically fall back to the serial faucet in the server

IOTA_DEVNET_URL => "https://faucet.devnet.iota.io/v1/gas",
IOTA_TESTNET_URL => "https://faucet.testnet.iota.io/v1/gas",
IOTA_DEVNET_URL => "https://faucet.devnet.iota.cafe/gas",
IOTA_TESTNET_URL => "https://faucet.testnet.iota.cafe/gas",
Copy link
Member

Choose a reason for hiding this comment

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

also here, keep v1/gas

Copy link
Member Author

Choose a reason for hiding this comment

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

changed

@thibault-martinez
Copy link
Member

@thibault-martinez this only contains snapshot URLs, do we have them?

Alright, if we don't have these URLs then let's merge this PR and assess the other issue in another one.

@lzpap lzpap merged commit 70f3f1e into develop Nov 11, 2024
38 of 40 checks passed
@lzpap lzpap deleted the dev-tools/testnet-devnet-urls branch November 11, 2024 14:27
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.

(iota): update iota devnet and testnet urls
3 participants