Variable ApiUrlsConst

ApiUrls: {
    dev: "https://dev.xmtp.network";
    local: "http://localhost:5555";
    production: "https://production.xmtp.network";
} = ...

Type declaration

  • Readonly dev: "https://dev.xmtp.network"
  • Readonly local: "http://localhost:5555"
  • Readonly production: "https://production.xmtp.network"

Generated using TypeDoc