fix: use secure websocket when https JSON RPC endpoint is requested
This commit is contained in:
@ -3,6 +3,10 @@
|
||||
/**
|
||||
* The connection url to use when running unit tests against a live network
|
||||
*/
|
||||
|
||||
export const url = 'http://localhost:8899/';
|
||||
|
||||
//export const url = 'https://api.testnet.solana.com/';
|
||||
//export const url = 'https://api.testnet.solana.com/';
|
||||
//export const url = 'http://testnet.solana.com:8899/';
|
||||
|
||||
|
Reference in New Issue
Block a user