@layerswap/wallet-fuel 1.2.0 → 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.
@@ -161,7 +161,8 @@ export default function useFuelConnection({ networks }) {
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
163
  installUrl: c.metadata.install.link,
164
- extensionNotFound: !c.installed
164
+ extensionNotFound: !c.installed,
165
+ providerName: name
165
166
  };
166
167
  });
167
168
  const provider = {