Skip to content

Commit 420924b

Browse files
authored
Merge pull request #195 from TomAFrench/authereum-url
update authereum url depending on network. Closes #192
2 parents 5adcb28 + 25d28ee commit 420924b

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 ? `${networkName(networkId)}.` : ''}authereum.com/`,
4949
preferred
5050
}
5151
}

0 commit comments

Comments
 (0)