solana/web3.js/test/url.js

9 lines
196 B
JavaScript
Raw Normal View History

2018-10-06 11:23:18 -07:00
// @flow
/**
* The connection url to use when running unit tests against a live network
*/
2018-10-26 21:37:39 -07:00
export const url = 'http://localhost:8899/';
//export const url = 'http://testnet.solana.com:8899/';
2018-10-06 11:23:18 -07:00