Skip to content

Commit

Permalink
Merge pull request #727 from dindinw/dev/2.0
Browse files Browse the repository at this point in the history
testnet: params, default p2p port shoud be 18130 for the testnet
  • Loading branch information
dindinw committed Jun 27, 2024
2 parents 2ea4634 + a1898e1 commit 71418e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/params_testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const testWorkDiffWindowSize = 60
var TestNetParams = Params{
Name: "testnet",
Net: protocol.TestNet,
DefaultPort: "18150",
DefaultUDPPort: 18160,
DefaultPort: "18130",
DefaultUDPPort: 18140,
Bootstrap: []string{
"/dns4/node.meerscan.io/tcp/28130/p2p/16Uiu2HAmTdcrQ2S4MD6UxeR81Su8DQdt2eB7vLzJA7LrawNf93T2",
"/dns4/ns-cn.qitmeer.xyz/tcp/18150/p2p/16Uiu2HAm45YEQXf5sYgpebp1NvPS96ypvvpz5uPx7iPHmau94vVk",
Expand Down

0 comments on commit 71418e3

Please sign in to comment.