We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21abb7 commit d36252fCopy full SHA for d36252f
src/commands/flags.mjs
@@ -247,7 +247,7 @@ export const chainId = {
247
name: 'ledger-id',
248
definition: {
249
describe: 'Ledger ID (a.k.a. Chain ID)',
250
- defaultValue: '298', // Ref: https://github.com/hashgraph/hedera-json-rpc-relay#configuration
+ defaultValue: constants.HEDERA_CHAIN_ID, // Ref: https://github.com/hashgraph/hedera-json-rpc-relay#configuration
251
alias: 'l',
252
type: 'string'
253
}
@@ -403,7 +403,7 @@ export const app = {
403
name: 'app',
404
405
describe: 'Testing app name',
406
- defaultValue: '',
+ defaultValue: constants.HEDERA_APP_NAME,
407
408
409
0 commit comments