Skip to content

Commit

Permalink
update config and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroxbt committed Aug 4, 2022
1 parent e073acb commit 0876792
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
23 changes: 17 additions & 6 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,19 +339,30 @@
"blockchain": {
"enabled": true,
"implementation": {
"web3-service": {
"package": "./blockchain/implementation/web3-service",
"otp": {
"package": "./blockchain/implementation/ot-parachain/ot-parachain-service",
"config": {
"blockchainTitle": "Parachain",
"networkId": "parachain::testnet",
"hubContractAddress": "0x6e002616ADf12D4Cc908976eB16a7646B6cD6596",
"rpcEndpoints": ["wss://parachain-tempnet-01.origin-trail.network"],
"publicKey": "0x6Be02d1d3665660d22FF9624b7BE0551ee1Ac91b",
"privateKey": "0x99b3c12287537e38c90a9219d4cb074a89a16e9cdb20bf85728ebd97c343e342",
"managementKey": "0x1B420da5f7Be66567526E32bc68ab29F1A63765A"
}
},
"polygon": {
"package": "./blockchain/implementation/polygon/polygon-service",
"config": {
"blockchainTitle": "Polygon",
"networkId": "polygon::mainnet",
"networkId": "polygon::testnet",
"hubContractAddress": "0xdaa16AC171CfE8Df6F79C06E7EEAb2249E2C9Ec8",
"gasPriceOracleLink": "https://gasstation-mumbai.matic.today/v2",
"rpcEndpoints": [
"https://rpc-mumbai.maticvigil.com/",
"https://matic-mumbai.chainstacklabs.com",
"https://rpc-mumbai.matic.today",
"https://matic-testnet-archive-rpc.bwarelabs.com"
],
"managementKey": "0xe1EEB4f09809C6c8664c0b1e3B26211d139076fF"
]
}
}
}
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.0-beta.1.55",
"version": "6.0.0-beta.1.56",
"description": "OTNode v6 Beta 1",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0876792

Please sign in to comment.