-
Notifications
You must be signed in to change notification settings - Fork 60
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
Replace current NEAR Helper service with near-faucet.io #377
Comments
Hey @frol I'm not exactly familiar how the current helper works, but the faucet and its web application have proven stable so I don't see complications doing so. However, the reserve of testnet tokens will deplete so there would be allocation needed. |
@flmel we just make a POST call to the helper with the following JSON data: near-cli-rs/src/commands/account/create_account/sponsor_by_faucet_service/mod.rs Lines 84 to 89 in 9872f3a
Here is the URL we currently use: Line 53 in 9872f3a
It would be great to replace only the URL. Would it be possible to make sure that Faucet Service endpoint supports the parameters? |
The initiative is nice, but it's blocked right now. As discussed with @flmel, the faucet doesn't have enough capacity (in tokens) to support extended usage, so it's better to stay as is, as the current faucet mints tokens instead. |
Let's standardize a Faucet Interface and switch to using near-faucet.io
@flmel Can near-faucet.io create accounts with preloaded NEAR similar to how we currently use NEAR Helper endpoint?
The text was updated successfully, but these errors were encountered: