solana/web3.js/test/url.js

11 lines
242 B
JavaScript
Raw Normal View History

2018-10-06 11:23:18 -07:00
// @flow
/**
2019-03-04 08:16:13 -08:00
* The connection url to use when running unit tests against a live cluster
2018-10-06 11:23:18 -07:00
*/
2018-10-26 21:37:39 -07:00
export const url = 'http://localhost:8899/';
//export const url = 'https://devnet.solana.com/';
//export const url = 'http://devnet.solana.com/';