solana/web3.js/test/url.js

11 lines
242 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/';
//export const url = 'http://devnet.solana.com/';