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 9b4e628 commit 87c1da0Copy full SHA for 87c1da0
tests/test_pyth_client.py
@@ -178,8 +178,8 @@ def pyth_client(solana_client: SolanaClient) -> PythClient:
178
def pyth_client_no_program_key(solana_client: SolanaClient) -> PythClient:
179
return PythClient(
180
solana_client=solana_client,
181
- solana_endpoint=SOLANA_DEVNET_HTTP_ENDPOINT,
182
- solana_ws_endpoint=SOLANA_DEVNET_WS_ENDPOINT,
+ solana_endpoint="http://example.com",
+ solana_ws_endpoint="ws://example.com",
183
first_mapping_account_key=V2_FIRST_MAPPING_ACCOUNT_KEY
184
)
185
0 commit comments