chore: migrate tests to typescript
This commit is contained in:
committed by
Justin Starry
parent
f912c63b22
commit
8ada44456d
11
web3.js/test/url.ts
Normal file
11
web3.js/test/url.ts
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* The connection url to use when running unit tests against a live cluster
|
||||
*/
|
||||
|
||||
export const MOCK_PORT = 9999;
|
||||
export const url = process.env.TEST_LIVE
|
||||
? 'http://localhost:8899/'
|
||||
: 'http://localhost:9999/';
|
||||
|
||||
//export const url = 'https://devnet.solana.com/';
|
||||
//export const url = 'http://devnet.solana.com/';
|
Reference in New Issue
Block a user