This commit is contained in:
@ -7,5 +7,9 @@ export const url = process.env.TEST_LIVE
|
||||
? 'http://localhost:8899/'
|
||||
: 'http://localhost:9999/';
|
||||
|
||||
export const wsUrl = process.env.TEST_LIVE
|
||||
? 'ws://localhost:8900/'
|
||||
: 'ws://localhost:9999/';
|
||||
|
||||
//export const url = 'https://devnet.solana.com/';
|
||||
//export const url = 'http://devnet.solana.com/';
|
||||
|
Reference in New Issue
Block a user