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

Increase Initial ATOM Allocation in Wallet Provisioning for Testnets #64

Open
rabi-siddique opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rabi-siddique
Copy link
Contributor

Currently, during wallet provisioning or when requesting testnet tokens, we are allocated only 25 ATOMs. However, our end-to-end tests for the DApp-Inter require more than this amount. Specifically, we have scenarios where at least 50 ATOMs, or ideally 100 ATOMs, are necessary from the outset.

As a workaround, we currently execute a loop four times to accumulate a total of 100 ATOMs. This approach is inefficient and could be streamlined. It would be more effective if the initial provisioning process could directly grant us 100 ATOMs. Implementing this change would enhance the efficiency of our testing process by eliminating the need for multiple iterations and ensuring sufficient resources are available from the start.

@rabi-siddique rabi-siddique added the enhancement New feature or request label Oct 14, 2024
@rabi-siddique rabi-siddique self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant