algokit-utils 0.1.2b3__py3-none-any.whl → 0.1.3b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of algokit-utils might be problematic. Click here for more details.
- algokit_utils/account.py +1 -1
- {algokit_utils-0.1.2b3.dist-info → algokit_utils-0.1.3b1.dist-info}/METADATA +1 -1
- {algokit_utils-0.1.2b3.dist-info → algokit_utils-0.1.3b1.dist-info}/RECORD +5 -5
- {algokit_utils-0.1.2b3.dist-info → algokit_utils-0.1.3b1.dist-info}/LICENSE +0 -0
- {algokit_utils-0.1.2b3.dist-info → algokit_utils-0.1.3b1.dist-info}/WHEEL +0 -0
algokit_utils/account.py
CHANGED
|
@@ -128,7 +128,7 @@ def get_account(
|
|
|
128
128
|
|
|
129
129
|
if is_sandbox(client):
|
|
130
130
|
account = get_or_create_kmd_wallet_account(client, name, fund_with, kmd_client)
|
|
131
|
-
os.environ[mnemonic_key] = account.private_key
|
|
131
|
+
os.environ[mnemonic_key] = from_private_key(account.private_key) # type: ignore[no-untyped-call]
|
|
132
132
|
return account
|
|
133
133
|
|
|
134
134
|
raise Exception(f"Missing environment variable '{mnemonic_key}' when looking for account '{name}'")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
algokit_utils/__init__.py,sha256=JyifbVtU34vOhRKUfzTPAm3jdiRfBU8WJfWicznyxKg,2501
|
|
2
2
|
algokit_utils/_transfer.py,sha256=X9YrwxGuIhH4cHD7R1F6fyFGTkoGCoLZ9YFAI6japOk,1434
|
|
3
|
-
algokit_utils/account.py,sha256=
|
|
3
|
+
algokit_utils/account.py,sha256=PhNFg0rvavR1pg7SCuuHrp9fIpj0qv_FPXuPsSh7HRg,5063
|
|
4
4
|
algokit_utils/app.py,sha256=4_9sfVGP8BLfpIZKYSJQZxu_4qoDR2reOlkpg62VNVY,9692
|
|
5
5
|
algokit_utils/application_client.py,sha256=o1qA1QgLQfbR-36thDCAFlTXTjqhn3PvI9XCU-ixy2w,56305
|
|
6
6
|
algokit_utils/application_specification.py,sha256=eWaQq7cPjB7mOGzyv82wia46Umya-MC8GNoLbM3RS0o,7457
|
|
@@ -8,7 +8,7 @@ algokit_utils/logic_error.py,sha256=mbfs1P-QRhFRQcTnzf8GApKj5KD71T2F8uOEh132p4I,
|
|
|
8
8
|
algokit_utils/models.py,sha256=1gkqFsxNGN0ur1VrCBxbs_FO-45xb3KLBsNs_965xCE,97
|
|
9
9
|
algokit_utils/network_clients.py,sha256=6kjnEfy45BX9i5dU7jSvaBPi6i11VH6RMzEMejTnAB4,2596
|
|
10
10
|
algokit_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
algokit_utils-0.1.
|
|
12
|
-
algokit_utils-0.1.
|
|
13
|
-
algokit_utils-0.1.
|
|
14
|
-
algokit_utils-0.1.
|
|
11
|
+
algokit_utils-0.1.3b1.dist-info/LICENSE,sha256=J5i7U1Q9Q2c7saUzlvFRmrCCFhQyXb5Juz_LO5omNUw,1076
|
|
12
|
+
algokit_utils-0.1.3b1.dist-info/METADATA,sha256=I3p3TtgOSA4GYfb3sIFQSetndoDST0DnsnP5UzV_vSs,584
|
|
13
|
+
algokit_utils-0.1.3b1.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
|
14
|
+
algokit_utils-0.1.3b1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|