Skip to content

Commit

Permalink
Merge pull request #1323 from Phala-Network/scripts
Browse files Browse the repository at this point in the history
scripts: shortened pruntime & node opt in console
  • Loading branch information
h4x3rotab authored Jun 25, 2023
2 parents 5520b92 + 24c5230 commit 6a53bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/js/src/console.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ async function estimateFeeOn(endpoint, callHex) {
}

program
.option('--pruntime-endpoint <url>', 'pRuntime API endpoint', process.env.PRUNTIME_ENDPOINT || 'http://localhost:8000')
.option('--substrate-ws-endpoint <url>', 'Substrate WS endpoint. Supported builtin endpoints: phala, khala.', process.env.ENDPOINT || 'ws://localhost:9944')
.option('--chain, --substrate-ws-endpoint <url>', 'Substrate WS endpoint. Supported builtin endpoints: phala, khala.', process.env.ENDPOINT || 'ws://localhost:9944')
.option('--pruntime, --pruntime-endpoint <url>', 'pRuntime API endpoint', process.env.PRUNTIME_ENDPOINT || 'http://localhost:8000')
.option('--substrate-no-retry', false)
.option('--at <hash>', 'access the state at a certain block', null)
.option('--key-type <type>', 'key type', 'sr25519')
Expand Down

0 comments on commit 6a53bba

Please sign in to comment.