Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: deprecation notice (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
filoozom authored Apr 12, 2024
2 parents 8ca8f26 + 67a3184 commit 465d4ee
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# DEPRECATED
> [!WARNING]
> This repository is no longer supported as native Gnosis Chain support has been introduced in the upstream. Please use the [official documentation](https://docs.gnosischain.com/node/manual/beacon/nimbus).

```shell
docker build -t gnosischain/nimbus:latest --build-arg UPSTREAM_VERSION=v2.2.2 .
docker push gnosischain/nimbus:latest
```

```shell
docker push gnosischain/nimbus:latest
```

# Starting the container in beacon mode
```
Expand All @@ -10,4 +20,4 @@ docker push gnosischain/nimbus:latest
# Starting the container in validator mode
```
nimbus runs in both modes automatically
```
```

0 comments on commit 465d4ee

Please sign in to comment.