Skip to content

Commit

Permalink
Removed WebSocket Blockchain RPCs from the default configuration,bump…
Browse files Browse the repository at this point in the history
…ed version to 6.0.16
  • Loading branch information
u-hubar committed Sep 21, 2023
1 parent a97b6a4 commit 90d2100
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"config": {
"networkId": "otp::testnet",
"hubContractAddress": "0x707233a55bD035C6Bc732196CA4dbffa63CbA169",
"rpcEndpoints": ["wss://lofar.origin-trail.network"],
"rpcEndpoints": ["https://lofar-tm-rpc.origin-trail.network"],
"initialStakeAmount": 50000,
"initialAskAmount": 2
}
Expand Down Expand Up @@ -413,8 +413,7 @@
"hubContractAddress": "0xBbfF7Ea6b2Addc1f38A0798329e12C08f03750A6",
"rpcEndpoints": [
"https://lofar-testnet.origin-trail.network",
"https://lofar-testnet.origintrail.network",
"wss://parachain-testnet-rpc.origin-trail.network"
"https://lofar-testnet.origintrail.network"
]
}
}
Expand Down Expand Up @@ -562,8 +561,7 @@
"hubContractAddress": "0x5fA7916c48Fe6D5F1738d12Ad234b78c90B4cAdA",
"rpcEndpoints": [
"https://astrosat-parachain-rpc.origin-trail.network",
"https://astrosat.origintrail.network/",
"wss://parachain-rpc.origin-trail.network"
"https://astrosat.origintrail.network/"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "origintrail_node",
"version": "6.0.15",
"version": "6.0.16",
"description": "OTNode V6",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 90d2100

Please sign in to comment.