-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3120 from OriginTrail/v6/prerelease/testnet
OriginTrail Testnet Release v6.2.4
- Loading branch information
Showing
12 changed files
with
413 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
installer/data/template/.origintrail_noderc_one_click_mainnet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
{ | ||
"modules":{ | ||
"blockchain":{ | ||
"implementation":{ | ||
"otp:2043":{ | ||
"enabled":true, | ||
"config":{ | ||
"sharesTokenSymbol":"<shares_token_symbol>", | ||
"sharesTokenName":"<shares_token_name>", | ||
"evmManagementWalletPublicKey":"<emv_management_key_public_key>", | ||
"operationalWallets":[ | ||
{ | ||
"evmAddress":"<evm_operational_key_public_key>", | ||
"privateKey":"<evm_operational_key_private_key>" | ||
} | ||
] | ||
} | ||
}, | ||
"gnosis:100":{ | ||
"enabled":true, | ||
"config":{ | ||
"operatorFee": <node_operator_fee>, | ||
"sharesTokenSymbol":"<shares_token_symbol>", | ||
"sharesTokenName":"<shares_token_name>", | ||
"rpcEndpoints":[ | ||
"<gnosis_rpc_endpoint>" | ||
], | ||
"evmManagementWalletPublicKey":"<emv_management_key_public_key>", | ||
"operationalWallets":[ | ||
{ | ||
"evmAddress":"<evm_operational_key_public_key>", | ||
"privateKey":"<evm_operational_key_private_key>" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"tripleStore":{ | ||
"implementation":{ | ||
"ot-blazegraph":{ | ||
"enabled":true, | ||
"package":"./triple-store/implementation/ot-blazegraph/ot-blazegraph.js", | ||
"config":{ | ||
"repositories":{ | ||
"privateCurrent":{ | ||
"url":"http://localhost:9999", | ||
"name":"private-current", | ||
"username":"admin", | ||
"password":"" | ||
}, | ||
"privateHistory":{ | ||
"url":"http://localhost:9999", | ||
"name":"private-history", | ||
"username":"admin", | ||
"password":"" | ||
}, | ||
"publicCurrent":{ | ||
"url":"http://localhost:9999", | ||
"name":"public-current", | ||
"username":"admin", | ||
"password":"" | ||
}, | ||
"publicHistory":{ | ||
"url":"http://localhost:9999", | ||
"name":"public-history", | ||
"username":"admin", | ||
"password":"" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"auth":{ | ||
"ipWhitelist":[ | ||
"::1", | ||
"127.0.0.1" | ||
] | ||
} | ||
} |
105 changes: 66 additions & 39 deletions
105
installer/data/template/.origintrail_noderc_one_click_testnet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,82 @@ | ||
{ | ||
"modules": { | ||
"blockchain": { | ||
"defaultImplementation": "otp", | ||
"implementation": { | ||
"otp": { | ||
"config": { | ||
"sharesTokenSymbol": "<SHARES_TOKEN_SYMBOL>", | ||
"sharesTokenName": "<SHARES_TOKEN_NAME>", | ||
"evmOperationalWalletPublicKey": "<EVM_OPERATIONAL_WALLET>", | ||
"evmOperationalWalletPrivateKey": "<EVM_OPERATIONAL_WALLET_PRIVATE_KEY>", | ||
"evmManagementWalletPrivateKey": "<EVM_MANAGEMENT_WALLET_PRIVATE_KEY>", | ||
"evmManagementWalletPublicKey": "<EVM_MANAGEMENT_WALLET>" | ||
"modules":{ | ||
"blockchain":{ | ||
"implementation":{ | ||
"otp:20430":{ | ||
"enabled":true, | ||
"config":{ | ||
"sharesTokenSymbol":"<shares_token_symbol>", | ||
"sharesTokenName":"<shares_token_name>", | ||
"evmManagementWalletPublicKey":"<emv_management_key_public_key>", | ||
"operationalWallets":[ | ||
{ | ||
"evmAddress":"<evm_operational_key_public_key>", | ||
"privateKey":"<evm_operational_key_private_key>" | ||
} | ||
] | ||
} | ||
}, | ||
"gnosis:10200":{ | ||
"enabled":true, | ||
"config":{ | ||
"operatorFee": <node_operator_fee>, | ||
"sharesTokenSymbol":"<shares_token_symbol>", | ||
"sharesTokenName":"<shares_token_name>", | ||
"rpcEndpoints":[ | ||
"<gnosis_rpc_endpoint>" | ||
], | ||
"evmManagementWalletPublicKey":"<emv_management_key_public_key>", | ||
"operationalWallets":[ | ||
{ | ||
"evmAddress":"<evm_operational_key_public_key>", | ||
"privateKey":"<evm_operational_key_private_key>" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"tripleStore": { | ||
"implementation": { | ||
"ot-blazegraph": { | ||
"enabled": true, | ||
"package": "./triple-store/implementation/ot-blazegraph/ot-blazegraph.js", | ||
"config": { | ||
"repositories": { | ||
"privateCurrent": { | ||
"url": "http://localhost:9999", | ||
"name": "private-current", | ||
"username": "admin", | ||
"password": "" | ||
"tripleStore":{ | ||
"implementation":{ | ||
"ot-blazegraph":{ | ||
"enabled":true, | ||
"package":"./triple-store/implementation/ot-blazegraph/ot-blazegraph.js", | ||
"config":{ | ||
"repositories":{ | ||
"privateCurrent":{ | ||
"url":"http://localhost:9999", | ||
"name":"private-current", | ||
"username":"admin", | ||
"password":"" | ||
}, | ||
"privateHistory": { | ||
"url": "http://localhost:9999", | ||
"name": "private-history", | ||
"username": "admin", | ||
"password": "" | ||
"privateHistory":{ | ||
"url":"http://localhost:9999", | ||
"name":"private-history", | ||
"username":"admin", | ||
"password":"" | ||
}, | ||
"publicCurrent": { | ||
"url": "http://localhost:9999", | ||
"name": "public-current", | ||
"username": "admin", | ||
"password": "" | ||
"publicCurrent":{ | ||
"url":"http://localhost:9999", | ||
"name":"public-current", | ||
"username":"admin", | ||
"password":"" | ||
}, | ||
"publicHistory": { | ||
"url": "http://localhost:9999", | ||
"name": "public-history", | ||
"username": "admin", | ||
"password": "" | ||
"publicHistory":{ | ||
"url":"http://localhost:9999", | ||
"name":"public-history", | ||
"username":"admin", | ||
"password":"" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"auth":{ | ||
"ipWhitelist":[ | ||
"::1", | ||
"127.0.0.1" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.