diff --git a/README.md b/README.md index 92abae2..fea0201 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +(test change) + # Pyth Agent Publish data to the [Pyth Network](https://pyth.network/). diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index d674e64..476850d 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -12,7 +12,7 @@ ENV PATH="${PATH}:/root/.local/bin" RUN poetry config virtualenvs.in-project true # Install Solana Tool Suite -RUN sh -c "$(curl -sSfL https://release.solana.com/v1.14.17/install)" +RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.2.1/install)" ENV PATH="${PATH}:/root/.local/share/solana/install/active_release/bin" ADD . /agent