export { DEFAULT_LIGHTNET_CONFIG };

const DEFAULT_LIGHTNET_CONFIG = {
  mina: 'http://localhost:8080/graphql',
  archive: 'http://localhost:8282',
  lightnetAccountManager: 'http://localhost:8181',
};
