Skip to content

Commit

Permalink
Fix default network number (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang authored Aug 1, 2021
1 parent 6e1f708 commit 2aac869
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ApplicationLogs/ApplicationLogs/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"PluginConfiguration": {
"Path": "ApplicationLogs_{0}",
"Network": 5195086
"Network": 860833102
}
}
2 changes: 1 addition & 1 deletion src/DBFTPlugin/DBFTPlugin/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"RecoveryLogs": "ConsensusState",
"IgnoreRecoveryLogs": false,
"AutoStart": false,
"Network": 5195086,
"Network": 860833102,
"MaxBlockSize": 262144,
"MaxBlockSystemFee": 900000000000
}
Expand Down
2 changes: 1 addition & 1 deletion src/OracleService/OracleService/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"PluginConfiguration": {
"Network": 5195086,
"Network": 860833102,
"Nodes": [],
"MaxTaskTimeout": 432000000,
"AllowPrivateHost": false,
Expand Down
2 changes: 1 addition & 1 deletion src/RpcNep17Tracker/RpcNep17Tracker/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"TrackHistory": true,
"RecordNullAddressHistory": false,
"MaxResults": 1000,
"Network": 5195086
"Network": 860833102
}
}
2 changes: 1 addition & 1 deletion src/RpcServer/RpcServer/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PluginConfiguration": {
"Servers": [
{
"Network": 5195086,
"Network": 860833102,
"BindAddress": "127.0.0.1",
"Port": 10332,
"SslCert": "",
Expand Down
2 changes: 1 addition & 1 deletion src/StateService/StateService/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"PluginConfiguration": {
"Path": "Data_MPT_{0}",
"FullState": false,
"Network": 5195086,
"Network": 860833102,
"AutoVerify": false
}
}

0 comments on commit 2aac869

Please sign in to comment.