Skip to content

Commit 1d54a99

Browse files
committed
update authereum url depending on network
1 parent 355efbd commit 1d54a99

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://accounts.authereum.org/',
48+
url: `https://${networkId === 1 ? 'accounts' : networkName(networkId)}.authereum.com/`,
4949
preferred
5050
}
5151
}

0 commit comments

Comments
 (0)