@hashgraph/hedera-cli
Version:
CLI tool to manage and setup developer environments for Hedera Hashgraph.
38 lines (37 loc) • 1.34 kB
text/typescript
export default {
network: 'localnet',
mirrorNodeLocalnet: 'http://localhost:5551/api/v1',
mirrorNodePreviewnet: 'https://previewnet.mirrornode.hedera.com/api/v1',
mirrorNodeTestnet: 'https://testnet.mirrornode.hedera.com/api/v1',
mirrorNodeMainnet: 'https://mainnet.mirrornode.hedera.com/api/v1',
rpcUrlMainnet: 'https://mainnet.hashio.io/api',
rpcUrlTestnet: 'https://testnet.hashio.io/api',
rpcUrlPreviewnet: 'https://previewnet.hashio.io/api',
rpcUrlLocalnet: 'http://localhost:7546',
telemetryServer: 'https://hedera-cli-telemetry.onrender.com/track',
telemetry: 0,
scriptExecution: 0,
scriptExecutionName: '',
accounts: {},
tokens: {},
scripts: {},
topics: {},
previewnetOperatorId: '',
previewnetOperatorKey: '',
previewnetOperatorKeyHex: '',
testnetOperatorKey: '',
testnetOperatorKeyHex: '',
testnetOperatorId: '',
mainnetOperatorKey: '',
mainnetOperatorKeyHex: '',
mainnetOperatorId: '',
localnetOperatorKey:
'302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137',
localnetOperatorKeyHex:
'0x87592ee314bd0f42c4cf9f82b494481a2bb77bab0dc4454eedfe00f60168646f',
localnetOperatorId: '0.0.2',
localNodeAddress: '127.0.0.1:50211',
localNodeAccountId: '0.0.3',
localNodeMirrorAddressGRPC: '127.0.0.1:5600',
uuid: '',
};