@layerswap/wallet-fuel 1.1.1 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -160,7 +160,9 @@ export default function useFuelConnection({ networks }) {
160
160
  id: c.name,
161
161
  icon: typeof c.metadata.image === 'string' ? c.metadata.image : (c.metadata.image?.dark.startsWith('data:') ? c.metadata.image.dark : `data:image/svg+xml;base64,${c.metadata.image && btoa(c.metadata.image.dark)}`),
162
162
  type: isInstalled ? 'injected' : 'other',
163
- installUrl: c.installed ? undefined : c.metadata.install.link,
163
+ installUrl: c.metadata.install.link,
164
+ extensionNotFound: !c.installed,
165
+ providerName: name
164
166
  };
165
167
  });
166
168
  const provider = {