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 48f0cc3 commit 71433d3Copy full SHA for 71433d3
1 file changed
packages/rs-drive-abci/.env.testnet
@@ -21,12 +21,12 @@ DATA_CONTRACTS_BLOCK_CACHE_SIZE=200
21
# DashCore JSON-RPC host, port and credentials
22
# Read more: https://dashcore.readme.io/docs/core-api-ref-remote-procedure-calls
23
CORE_CONSENSUS_JSON_RPC_HOST=127.0.0.1
24
-CORE_CONSENSUS_JSON_RPC_PORT=9998
+CORE_CONSENSUS_JSON_RPC_PORT=19998
25
CORE_CONSENSUS_JSON_RPC_USERNAME=dashrpc
26
CORE_CONSENSUS_JSON_RPC_PASSWORD=password
27
28
CORE_CHECK_TX_JSON_RPC_HOST=127.0.0.1
29
-CORE_CHECK_TX_JSON_RPC_PORT=9998
+CORE_CHECK_TX_JSON_RPC_PORT=19998
30
CORE_CHECK_TX_JSON_RPC_USERNAME=dashrpc
31
CORE_CHECK_TX_JSON_RPC_PASSWORD=password
32
0 commit comments