Skip to content

Commit

Permalink
Merge pull request #2112 from OriginTrail/v6/develop
Browse files Browse the repository at this point in the history
OriginTrail 6.0.0-beta.2.2.5 Testnet Prerelease
  • Loading branch information
NZT48 authored Oct 3, 2022
2 parents 72d62b8 + f97fea4 commit d4e7d35
Show file tree
Hide file tree
Showing 51 changed files with 35,244 additions and 21,140 deletions.
27 changes: 22 additions & 5 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"libp2p-service": {
"package": "./network/implementation/libp2p-service.js",
"config": {
"kBucketSize": 20,
"dht": {
"kBucketSize": 20,
"type": "dual"
},
"connectionManager": {
"autoDial": true,
"autoDialInterval": 10e3,
Expand Down Expand Up @@ -148,6 +151,15 @@
],
"evmManagementPublicKey": "0x1B420da5f7Be66567526E32bc68ab29F1A63765A"
}
},
"rinkeby": {
"package": "./blockchain/implementation/polygon/eth-service.js",
"config": {
"networkId": "eth::rinkeby",
"hubContractAddress": "",
"gasPriceOracleLink": "",
"rpcEndpoints": []
}
}
}
}
Expand Down Expand Up @@ -200,7 +212,10 @@
"libp2p-service": {
"package": "./network/implementation/libp2p-service.js",
"config": {
"kBucketSize": 20,
"dht": {
"kBucketSize": 20,
"type": "lan"
},
"connectionManager": {
"autoDial": true,
"autoDialInterval": 10e3,
Expand Down Expand Up @@ -326,7 +341,10 @@
"libp2p-service": {
"package": "./network/implementation/libp2p-service.js",
"config": {
"kBucketSize": 20,
"dht": {
"kBucketSize": 20,
"type": "wan"
},
"connectionManager": {
"autoDial": true,
"autoDialInterval": 10e3,
Expand Down Expand Up @@ -593,7 +611,6 @@
"publish": 5,
"get": 1
},
"signalingServerUrl": "http://devnet-signaling.origin-trail.network:3000/signal",
"commandExecutorVerboseLoggingEnabled": false,
"appDataPath": "data",
"logLevel": "trace",
Expand All @@ -610,4 +627,4 @@
"publicOperations": []
}
}
}
}
Loading

0 comments on commit d4e7d35

Please sign in to comment.