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 1d54a99 commit 7936694Copy full SHA for 7936694
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 ? 'accounts' : networkName(networkId)}.authereum.com/`,
+ url: `https://${networkId !== 1 ? networkName(networkId) : ''}.authereum.com/`,
49
preferred
50
}
51
0 commit comments