Skip to content

Commit fb9ba91

Browse files
authored
Workaround for testnet timeouts: Only use SDF testnet horizon (#1259)
1 parent 733ad42 commit fb9ba91

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/App/contexts/stellar.tsx

+1-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ const initialHorizonSelection: Promise<[string[], string[]]> = (async () => {
2727
)
2828
)
2929

30-
const testnetHorizonURLs: string[] = [
31-
await netWorker.checkHorizonOrFailover(
32-
"https://stellar-horizon-testnet.satoshipay.io/",
33-
"https://horizon-testnet.stellar.org"
34-
)
35-
]
30+
const testnetHorizonURLs: string[] = ["https://horizon-testnet.stellar.org"]
3631

3732
return Promise.all([pubnetHorizonURLs, testnetHorizonURLs])
3833
})()

0 commit comments

Comments
 (0)