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 48e664c commit d86f94bCopy full SHA for d86f94b
README.md
@@ -25,7 +25,9 @@ You can run the following command to open a shell in a linux docker container wi
25
26
```
27
export PYTH_REPO=/path/to/host/pyth-client
28
-export IMAGE="docker.io/pythfoundation/pyth-client:devnet-v2.10.1"
+
29
+// Use the latest mainnet image from https://hub.docker.com/r/pythfoundation/pyth-client/tags?name=mainnet
30
+export IMAGE=...
31
32
docker run -it \
33
--volume "${HOME}:/home/pyth/home" \
0 commit comments