// @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/';