Skip to content

Commit 9b4e628

Browse files
cctdanielSEJeff
andcommitted
Update tests/test_pyth_client.py
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
1 parent 966b4a1 commit 9b4e628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pyth_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ def get_program_accounts_resp(key: SolanaPublicKeyOrStr,
167167
def pyth_client(solana_client: SolanaClient) -> PythClient:
168168
return PythClient(
169169
solana_client=solana_client,
170-
solana_endpoint=SOLANA_DEVNET_HTTP_ENDPOINT,
171-
solana_ws_endpoint=SOLANA_DEVNET_WS_ENDPOINT,
170+
solana_endpoint="http://example.com",
171+
solana_ws_endpoint="ws://example.com",
172172
first_mapping_account_key=V2_FIRST_MAPPING_ACCOUNT_KEY,
173173
program_key=V2_PROGRAM_KEY
174174
)

0 commit comments

Comments
 (0)