Skip to content

Commit

Permalink
add testnet4
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Sep 26, 2024
1 parent f3939f9 commit 235fae7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion packages/bitcore-lib/lib/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,28 @@ addNetwork({
}, {
name: 'signet',
networkMagic: 0x0a03cf40,
port: 38332,
port: 38333,
dnsSeeds: [
'178.128.221.177',
'103.16.128.63',
'153.126.143.201',
'192.241.163.142'
]
}, {
name: 'testnet4',
networkMagic: 0x1c163f28,
port: 48333,
dnsSeeds: [
'18.189.156.102',
'18.201.207.55',
'51.158.248.8',
'57.128.176.163',
'82.67.102.15',
'88.99.248.50',
'95.217.73.162',
'103.99.171.212',
'103.165.192.210',
]
}]
});

Expand Down

0 comments on commit 235fae7

Please sign in to comment.