Skip to content

Commit

Permalink
update config file and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroxbt committed Aug 4, 2022
1 parent 0876792 commit 28c1b03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
"https://matic-mumbai.chainstacklabs.com",
"https://rpc-mumbai.matic.today",
"https://matic-testnet-archive-rpc.bwarelabs.com"
]
],
"managementKey": "0x1B420da5f7Be66567526E32bc68ab29F1A63765A"
}
}
}
Expand Down Expand Up @@ -346,9 +347,7 @@
"networkId": "parachain::testnet",
"hubContractAddress": "0x6e002616ADf12D4Cc908976eB16a7646B6cD6596",
"rpcEndpoints": ["wss://parachain-tempnet-01.origin-trail.network"],
"publicKey": "0x6Be02d1d3665660d22FF9624b7BE0551ee1Ac91b",
"privateKey": "0x99b3c12287537e38c90a9219d4cb074a89a16e9cdb20bf85728ebd97c343e342",
"managementKey": "0x1B420da5f7Be66567526E32bc68ab29F1A63765A"
"managementKey": "0xe1EEB4f09809C6c8664c0b1e3B26211d139076fF"
}
},
"polygon": {
Expand All @@ -362,7 +361,8 @@
"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.56",
"version": "6.0.0-beta.1.57",
"description": "OTNode v6 Beta 1",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 28c1b03

Please sign in to comment.