We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdf75d commit 25d28eeCopy full SHA for 25d28ee
src/modules/select/wallets/authereum.ts
@@ -45,7 +45,7 @@ function authereum(options: CommonWalletOptions): WalletModule {
45
},
46
desktop: true,
47
mobile: true,
48
- url: `https://${networkId !== 1 ? `${networkName(networkId)},` : ''}authereum.com/`,
+ url: `https://${networkId !== 1 ? `${networkName(networkId)}.` : ''}authereum.com/`,
49
preferred
50
}
51
0 commit comments