Skip to content

Commit a4f10ea

Browse files
committed
Fix url
1 parent 7da7fab commit a4f10ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function getPythProgramKeyForCluster(cluster: PythCluster): PublicKey {
3030
export function getPythClusterApiUrl(cluster: PythCluster): string {
3131
// TODO: Add pythnet when it's ready
3232
if (cluster === 'pythtest-conformance' || cluster === 'pythtest-crosschain') {
33-
return 'https://api.pythtest-conformance.pyth.network'
33+
return 'https://api.pythtest.pyth.network'
3434
} else if (cluster === 'pythnet') {
3535
return 'https://pythnet.rpcpool.com'
3636
} else if (cluster === 'localnet') {

0 commit comments

Comments
 (0)