Closed abstract829 closed 3 months ago
xbull has hardcoded 'true' in the isConnected method
return { id: 'xbull', name: 'XBull', iconUrl: 'https://stellar.creit.tech/wallet-icons/xbull.svg', // iconUrl: async () => (await import('./freighter.svg')).default, iconBackground: '#fff', // TODO: Check this installed: true, downloadUrls: { browserExtension: 'https://chromewebstore.google.com/detail/xbull-wallet/omajpeaffjgmlpmhbfdjepdejoemifpe', }, isConnected(): boolean { // return !!freighterApi?.isConnected() return true }, ....```
xbull has hardcoded 'true' in the isConnected method