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 50bce68 commit e706cbdCopy full SHA for e706cbd
pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"aiohttp-jinja2==1.6",
29
"aioipfs~=0.7.1",
30
"alembic==1.15.1",
31
- "aleph-message==1.0.0",
+ "aleph-message~=1.0.1",
32
"aleph-nuls2==0.1",
33
"aleph-p2p-client @ git+https://github.com/aleph-im/p2p-service-client-python@cbfebb871db94b2ca580e66104a67cd730c5020c",
34
"asyncpg==0.30",
src/aleph/chains/signature_verifier.py
@@ -45,6 +45,7 @@ def __init__(self):
45
Chain.POL: EVMVerifier(),
46
Chain.SOL: SolanaConnector(),
47
Chain.SONIC: EVMVerifier(),
48
+ Chain.UNICHAIN: EVMVerifier(),
49
Chain.TEZOS: TezosVerifier(),
50
Chain.WORLDCHAIN: EVMVerifier(),
51
Chain.ZORA: EVMVerifier(),
0 commit comments