Skip to content

Commit 1b49c7d

Browse files
authored
Merge pull request #62 from aweaver89/patch-1
Update Pythnet endpoints to use api2
2 parents 235303b + a11655b commit 1b49c7d

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)