Skip to content

Commit 7936694

Browse files
authored
Update authereum.ts
1 parent 1d54a99 commit 7936694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/select/wallets/authereum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function authereum(options: CommonWalletOptions): WalletModule {
4545
},
4646
desktop: true,
4747
mobile: true,
48-
url: `https://${networkId === 1 ? 'accounts' : networkName(networkId)}.authereum.com/`,
48+
url: `https://${networkId !== 1 ? networkName(networkId) : ''}.authereum.com/`,
4949
preferred
5050
}
5151
}

0 commit comments

Comments
 (0)