@flashbacktech/flashbackclient 0.2.64 → 0.2.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,7 +39,8 @@ const getServer = (network) => {
|
|
|
39
39
|
serverUrl = "https://soroban-testnet.stellar.org";
|
|
40
40
|
break;
|
|
41
41
|
case "PUBLIC":
|
|
42
|
-
serverUrl = "https://rpc.stellar.org";
|
|
42
|
+
//serverUrl = "https://rpc.stellar.org";
|
|
43
|
+
serverUrl = "https://stellar-soroban-public.nodies.app";
|
|
43
44
|
break;
|
|
44
45
|
}
|
|
45
46
|
// For Stellar SDK v13+, we need to handle the allowHttp issue
|