Skip to content

Commit a11655b

Browse files
authored
Update Pythnet endpoints to use api2
1 parent 235303b commit a11655b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythclient/solana.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
TESTNET_ENDPOINT = "api.testnet.solana.com"
2121
MAINNET_ENDPOINT = "api.mainnet-beta.solana.com"
2222
PYTHNET_ENDPOINT = "pythnet.rpcpool.com"
23-
PYTHTEST_CROSSCHAIN_ENDPOINT = "api.pythtest.pyth.network"
24-
PYTHTEST_CONFORMANCE_ENDPOINT = "api.pythtest.pyth.network"
23+
PYTHTEST_CROSSCHAIN_ENDPOINT = "api2.pythtest.pyth.network"
24+
PYTHTEST_CONFORMANCE_ENDPOINT = "api2.pythtest.pyth.network"
2525

2626
SOLANA_DEVNET_WS_ENDPOINT = WS_PREFIX + "://" + DEVNET_ENDPOINT
2727
SOLANA_DEVNET_HTTP_ENDPOINT = HTTP_PREFIX + "://" + DEVNET_ENDPOINT

0 commit comments

Comments
 (0)