chore: update commented devnet urls (#17837)
This commit is contained in:
parent
2dfb5b7579
commit
7b58dcac14
|
@ -11,5 +11,5 @@ export const wsUrl = process.env.TEST_LIVE
|
||||||
? 'ws://localhost:8900/'
|
? 'ws://localhost:8900/'
|
||||||
: 'ws://localhost:9999/';
|
: 'ws://localhost:9999/';
|
||||||
|
|
||||||
//export const url = 'https://devnet.solana.com/';
|
//export const url = 'https://api.devnet.solana.com/';
|
||||||
//export const url = 'http://devnet.solana.com/';
|
//export const url = 'http://api.devnet.solana.com/';
|
||||||
|
|
Loading…
Reference in New Issue