apps-config.json 1.2 KB

123456789101112131415161718192021222324
  1. {
  2. "lng.detect": "Default browser language (auto-detect)",
  3. "rpc.arcadia": "Arcadia (Nodle Testnet, hosted by Nodle)",
  4. "rpc.berlin": "Berlin (Edgeware Testnet, hosted by Commonwealth Labs)",
  5. "rpc.custom": "Custom environment",
  6. "rpc.edgeware": "Edgeware (Edgeware Mainnet, hosted by Commonwealth Labs)",
  7. "rpc.flamingfir": "Flaming Fir (Substrate Testnet, hosted by Parity)",
  8. "rpc.header.dev": "Development",
  9. "rpc.header.live": "Live networks",
  10. "rpc.header.test": "Test networks",
  11. "rpc.kulupu": "Kulupu (Kulupu Mainnet, hosted by Kulupu)",
  12. "rpc.kusama.ava": "Kusama (Polkadot Canary, user-run public nodes; see https://status.cloud.ava.do/)",
  13. "rpc.kusama.parity": "Kusama (Polkadot Canary, hosted by Parity)",
  14. "rpc.kusama.w3f": "Kusama (Polkadot Canary, hosted by Web3 Foundation)",
  15. "rpc.local": "Local Node (Own, 127.0.0.1:9944)",
  16. "rpc.mandala": "Mandala (Acala Testnet, hosted by Acala)",
  17. "rpc.westend": "Westend (Polkadot Testnet, hosted by Parity)",
  18. "ss58.centrifuge": "Centrifuge (live)",
  19. "ss58.default": "Default for the connected node",
  20. "ss58.edgeware": "Edgeware (live)",
  21. "ss58.kusama": "Kusama (canary)",
  22. "ss58.polkadot": "Polkadot (live)",
  23. "ss58.substrate": "Substrate (generic)"
  24. }