We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Correct me if I'm not utilizing this correctly but if you are getting an account mnemonic from the environment without passing kmdClient
kmdClient
algokit-utils-ts/src/account.ts
Lines 256 to 258 in 1e5c84f
algokit-utils-ts/src/localnet.ts
Lines 35 to 40 in 1e5c84f
Instead of getting from the environment...
algokit-utils-ts/src/network-client.ts
Lines 185 to 190 in 1e5c84f
Would it be better served to use:
getConfigFromEnvOrDefaults()
I think this provides a more logical solution if the localnet is found... or is this too circular?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Correct me if I'm not utilizing this correctly but if you are getting an account mnemonic from the environment without passing
kmdClient
algokit-utils-ts/src/account.ts
Lines 256 to 258 in 1e5c84f
algokit-utils-ts/src/localnet.ts
Lines 35 to 40 in 1e5c84f
Instead of getting from the environment...
algokit-utils-ts/src/network-client.ts
Lines 185 to 190 in 1e5c84f
Would it be better served to use:
I think this provides a more logical solution if the localnet is found... or is this too circular?
The text was updated successfully, but these errors were encountered: