Skip to content

Commit

Permalink
Merge pull request #1042 from ergoplatform/configs320
Browse files Browse the repository at this point in the history
Mainnet & Testnet configs update
  • Loading branch information
kushti committed Jan 26, 2020
2 parents 2123aa7 + 69b1475 commit 2d268b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/mainnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ scorex {
network {
magicBytes = [1, 0, 2, 4]
bindAddress = "0.0.0.0:9030"
nodeName = "ergo-mainnet-3.1.0"
nodeName = "ergo-mainnet-3.2.0"
nodeName = ${?NODENAME}
knownPeers = [
"88.198.13.202:9030",
Expand Down
10 changes: 3 additions & 7 deletions src/main/resources/testnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@ scorex {
network {
magicBytes = [2, 0, 0, 0]
bindAddress = "0.0.0.0:9020"
nodeName = "ergo-testnet-3.1.0"
nodeName = "ergo-testnet-3.2.0"
nodeName = ${?NODENAME}
knownPeers = [
"78.46.93.239:9020",
"209.97.136.204:9020",
"209.97.134.210:9020",
"88.198.13.202:9020",
"159.65.139.199:9020",
"206.189.130.185:9020"
"93.123.180.164:9020",
"88.198.13.202:9020"
]
}
restApi {
Expand Down

0 comments on commit 2d268b5

Please sign in to comment.