feat(web3): add ability to pass different websocket endpoint #17387 (#17556)

This commit is contained in:
Alexey Elizarov
2021-05-28 00:57:32 +03:00
committed by GitHub
parent ec1a307a7c
commit 94fffee158
4 changed files with 57 additions and 24 deletions

View File

@ -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/';