Skip to content

Commit

Permalink
fixes after merging upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 18, 2024
1 parent d15d633 commit 8e5fe1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electrum_grs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class BitcoinTestnet(AbstractNet):
class BitcoinTestnet4(BitcoinTestnet):

NET_NAME = "testnet4"
GENESIS = "00000000da84f2bafbbc53dee25a72ae507ff4914b867c565be350b0da8bf043"
GENESIS = "000000519399f41322d7a8c24bfdc409aa13a80160b43a57668c2ad62802fa5c"
DEFAULT_SERVERS = read_json('servers_testnet4.json', {})
CHECKPOINTS = read_json('checkpoints_testnet4.json', [])
LN_DNS_SEEDS = []
Expand Down
2 changes: 1 addition & 1 deletion electrum_grs/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def age(
}

testnet4_block_explorers = {
'mempool.space': ('https://mempool.space/testnet4/',
'blockbook': ('https://blockbook-testnet4.groestlcoin.org/',
{'tx': 'tx/', 'addr': 'address/'}),
}

Expand Down

0 comments on commit 8e5fe1a

Please sign in to comment.