Skip to content

Commit 25d28ee

Browse files
authored
Fix comma instead of full stop
1 parent bfdf75d commit 25d28ee

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

0 commit comments

Comments
 (0)