Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/rs-drive-abci/.env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ DATA_CONTRACTS_BLOCK_CACHE_SIZE=200
# DashCore JSON-RPC host, port and credentials
# Read more: https://dashcore.readme.io/docs/core-api-ref-remote-procedure-calls
CORE_CONSENSUS_JSON_RPC_HOST=127.0.0.1
CORE_CONSENSUS_JSON_RPC_PORT=9998
CORE_CONSENSUS_JSON_RPC_USERNAME=dashrpc
CORE_CONSENSUS_JSON_RPC_PASSWORD=password
CORE_CONSENSUS_JSON_RPC_PORT=19998
CORE_CONSENSUS_JSON_RPC_USERNAME=dashrpc

CORE_CHECK_TX_JSON_RPC_HOST=127.0.0.1
CORE_CHECK_TX_JSON_RPC_PORT=9998
CORE_CHECK_TX_JSON_RPC_PORT=19998
Comment thread
coderabbitai[bot] marked this conversation as resolved.
CORE_CHECK_TX_JSON_RPC_USERNAME=dashrpc
CORE_CHECK_TX_JSON_RPC_PASSWORD=password

Expand Down
Loading