We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bdc76 commit 21915f7Copy full SHA for 21915f7
pyproject.toml
@@ -80,7 +80,7 @@ optional-dependencies.substrate = [
80
"substrate-interface",
81
]
82
optional-dependencies.tezos = [
83
- "aleph-pytezos==3.13.4",
+ "pytezos-crypto==3.13.4.1",
84
"pynacl",
85
86
urls.Documentation = "https://aleph.im/"
src/aleph/sdk/chains/tezos.py
@@ -2,9 +2,9 @@
2
from pathlib import Path
3
from typing import Dict, Optional, Union
4
5
-from aleph_pytezos.crypto.key import Key
6
from nacl.public import SealedBox
7
from nacl.signing import SigningKey
+from pytezos_crypto.key import Key
8
9
from .common import BaseAccount, get_fallback_private_key, get_verification_buffer
10
0 commit comments