9 lines
196 B
JavaScript
9 lines
196 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* The connection url to use when running unit tests against a live network
|
|
*/
|
|
export const url = 'http://localhost:8899/';
|
|
//export const url = 'http://testnet.solana.com:8899/';
|
|
|