@broxus/evm-connect 1.11.10 → 1.11.12

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.
package/README.md CHANGED
@@ -203,7 +203,7 @@ const walletConnectConnection = {
203
203
  const walletService = new EvmWalletService({
204
204
  defaultNetworkId: recentMeta.chainId,
205
205
  networks: evmNetworks,
206
- providerId: recentMeta.providerId ?? 'MetaMask', // TvmWalletProviderConfig['id']
206
+ providerId: recentMeta.providerId ?? 'MetaMask', // EvmWalletProviderConfig['id']
207
207
  providers: !hasMetamask && metaMaskConnection
208
208
  ? [...eip6963FilteredConnections, metaMaskConnection, walletConnectConnection]
209
209
  : [...eip6963FilteredConnections, walletConnectConnection],