Skip to content

Commit d8450c3

Browse files
authored
Merge pull request #33 from AlexandrouR/epirusLink
Added correct epirus link when wallet is funded.
2 parents 66ee676 + 09be3b7 commit d8450c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/web3j/console/WalletFunder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static void main(IODevice console, String[] args) {
5858
fundWallet(args[1], selectedFaucet, args.length == 4 ? args[3] : null);
5959
System.out.println(
6060
String.format(
61-
"Your wallet was successfully funded. You can view the associated transaction here, after it has been mined: https://%s.explorer.epirus.web3labs.com/transactions/%s",
61+
"Your wallet was successfully funded. You can view the associated transaction here, after it has been mined: https://%s.epirus.io/transactions/%s",
6262
selectedFaucet.name.toLowerCase(), transactionHash));
6363
System.exit(0);
6464
} catch (Exception e) {

0 commit comments

Comments
 (0)