From 06f2974dfc9aac105a06d860f91dad81490e225a Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Tue, 23 Sep 2025 23:37:27 +0200 Subject: [PATCH] chore: remove an extra middle dot character from error message --- providers/ethereum-provider/src/EthereumProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/ethereum-provider/src/EthereumProvider.ts b/providers/ethereum-provider/src/EthereumProvider.ts index 0e468a8a23..bd151a1578 100644 --- a/providers/ethereum-provider/src/EthereumProvider.ts +++ b/providers/ethereum-provider/src/EthereumProvider.ts @@ -613,7 +613,7 @@ export class EthereumProvider implements IEthereumProvider { }); if (!options.networks.length) { - throw new Error("No networks found for WalletConnect·"); + throw new Error("No networks found for WalletConnect"); } appKit = createAppKit({