fallbackWalletsList top-level constant

List<Map<String, Object>> const fallbackWalletsList

Implementation

const fallbackWalletsList = [
  {
    "name": "Tonkeeper",
    "image": "https://tonkeeper.com/assets/tonconnect-icon.png",
    "tondns": "tonkeeper.ton",
    "about_url": "https://tonkeeper.com",
    "universal_url": "https://app.tonkeeper.com/ton-connect",
    "bridge": [
      {"type": "sse", "url": "https://bridge.tonapi.io/bridge"},
      {"type": "js", "key": "tonkeeper"}
    ]
  },
  {
    "name": "Tonhub",
    "image": "https://tonhub.com/tonconnect_logo.png",
    "about_url": "https://tonhub.com",
    "universal_url": "https://tonhub.com/ton-connect",
    "bridge": [
      {"type": "js", "key": "tonhub"},
      {"type": "sse", "url": "https://connect.tonhubapi.com/tonconnect"}
    ]
  }
];