diff --git a/pyproject.toml b/pyproject.toml index 1633af0fa..7b6677ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,13 +41,13 @@ dependencies = [ "dataclasses-json==0.5.6", "eth-account==0.10", "eth-typing~=4.0", - "gunicorn==22.0.0", + "gunicorn==22", "hexbytes==0.2.2", "msgpack==1.0.3", # required by aiocache "multiaddr==0.0.9", # for libp2p-stubs "orjson>=3.7.7", # Minimum version for Python 3.11 "psycopg2-binary==2.9.5", # Note: psycopg3 is not yet supported by SQLAlchemy - "pycryptodome==3.19.1", # for libp2p-stubs + "pycryptodome==3.19.1", # for libp2p-stubs "pymultihash==0.8.2", # for libp2p-stubs "pynacl==1.5", "python-dateutil==2.8.2", diff --git a/src/aleph/web/static/aleph-cloud-v1.svg b/src/aleph/web/static/aleph-cloud-v1.svg new file mode 100644 index 000000000..c32715bdc --- /dev/null +++ b/src/aleph/web/static/aleph-cloud-v1.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/aleph/web/static/aleph-cloud-v2.svg b/src/aleph/web/static/aleph-cloud-v2.svg new file mode 100644 index 000000000..f6b39e621 --- /dev/null +++ b/src/aleph/web/static/aleph-cloud-v2.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/aleph/web/templates/index.html b/src/aleph/web/templates/index.html index 9d4210523..0be995794 100644 --- a/src/aleph/web/templates/index.html +++ b/src/aleph/web/templates/index.html @@ -28,11 +28,11 @@ -

Aleph Node

+

- This is an Aleph.im node. + This is an Aleph Cloud Core Channel Node.

See our Repository for more info.