2020-06-14 21:57:04 -07:00

12 lines
253 B
JavaScript

// @flow
/**
* The connection url to use when running unit tests against a live cluster
*/
export const url = 'http://localhost:8899/';
//export const url = 'https://devnet.solana.com:8443/';
//export const url = 'http://devnet.solana.com:8899/';