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 7da7fab commit a4f10eaCopy full SHA for a4f10ea
src/cluster.ts
@@ -30,7 +30,7 @@ export function getPythProgramKeyForCluster(cluster: PythCluster): PublicKey {
30
export function getPythClusterApiUrl(cluster: PythCluster): string {
31
// TODO: Add pythnet when it's ready
32
if (cluster === 'pythtest-conformance' || cluster === 'pythtest-crosschain') {
33
- return 'https://api.pythtest-conformance.pyth.network'
+ return 'https://api.pythtest.pyth.network'
34
} else if (cluster === 'pythnet') {
35
return 'https://pythnet.rpcpool.com'
36
} else if (cluster === 'localnet') {
0 commit comments