export const irisDefaultConfig : IrisConfig = { httpBase: "https://iris.smartb.network", websocketBase: "wss://iris.smartb.network" }; export type IrisConfig = { httpBase: string; websocketBase: string; };