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: Update length of test accountIds to meet new testnet requirement #95

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

willemneal
Copy link
Contributor

The newest roll out of testnet seems to reserve the right to create account Ids that are less than 33 characters long. Perviously we had generated ones that were 14 as to save characters for sub-accounts. However, with this requirement we must update to 33, leave 31 characters for sub-accounts.

Also this PR fixes env var for selecting the network.

The newest roll out of testnet seems to reserve the right to create account Ids that are less than 33 characters long.  Perviously we had generated ones that were 14 as to save characters for sub-accounts.  However, with this requirement we must update to 33, leave 31 characters for sub-accounts.

Also this PR fixes env var for selecting the network.
@volovyks volovyks self-requested a review October 29, 2021 10:51
@volovyks volovyks merged commit ae6d43f into near:main Oct 29, 2021
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.

2 participants