From a11655b660c9a33a72be666a19f32d25d92ff512 Mon Sep 17 00:00:00 2001 From: Adam WEAVER <43756933+aweaver89@users.noreply.github.com> Date: Mon, 12 May 2025 15:15:31 +0200 Subject: [PATCH] Update Pythnet endpoints to use api2 --- pythclient/solana.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythclient/solana.py b/pythclient/solana.py index e3c3e35..bfc6f9d 100644 --- a/pythclient/solana.py +++ b/pythclient/solana.py @@ -20,8 +20,8 @@ TESTNET_ENDPOINT = "api.testnet.solana.com" MAINNET_ENDPOINT = "api.mainnet-beta.solana.com" PYTHNET_ENDPOINT = "pythnet.rpcpool.com" -PYTHTEST_CROSSCHAIN_ENDPOINT = "api.pythtest.pyth.network" -PYTHTEST_CONFORMANCE_ENDPOINT = "api.pythtest.pyth.network" +PYTHTEST_CROSSCHAIN_ENDPOINT = "api2.pythtest.pyth.network" +PYTHTEST_CONFORMANCE_ENDPOINT = "api2.pythtest.pyth.network" SOLANA_DEVNET_WS_ENDPOINT = WS_PREFIX + "://" + DEVNET_ENDPOINT SOLANA_DEVNET_HTTP_ENDPOINT = HTTP_PREFIX + "://" + DEVNET_ENDPOINT