Skip to content

Commit cfd97e4

Browse files
Merge pull request #1407 from cypherstack/fact_exp
Change fact0rn explorer address from non-working one.
2 parents 7aadaa5 + a421c78 commit cfd97e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/wallets/crypto_currency/coins/fact0rn.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ class Fact0rn extends Bip39HDCurrency with ElectrumXCurrencyInterface {
225225
Uri defaultBlockExplorer(String txid) {
226226
switch (network) {
227227
case CryptoCurrencyNetwork.main:
228-
// "https://explorer.fact0rn.io/tx/$txid" doesn't show mempool transactions
229-
return Uri.parse("https://factexplorer.io/tx/$txid");
228+
return Uri.parse("https://explorer.fact0rn.io/tx/$txid");
230229
default:
231230
throw Exception(
232231
"Unsupported network for defaultBlockExplorer(): $network",

0 commit comments

Comments
 (0)