Skip to content

Commit 71433d3

Browse files
committed
fix(drive-abci): use testnet Core RPC port in env
1 parent 48f0cc3 commit 71433d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/rs-drive-abci/.env.testnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ DATA_CONTRACTS_BLOCK_CACHE_SIZE=200
2121
# DashCore JSON-RPC host, port and credentials
2222
# Read more: https://dashcore.readme.io/docs/core-api-ref-remote-procedure-calls
2323
CORE_CONSENSUS_JSON_RPC_HOST=127.0.0.1
24-
CORE_CONSENSUS_JSON_RPC_PORT=9998
24+
CORE_CONSENSUS_JSON_RPC_PORT=19998
2525
CORE_CONSENSUS_JSON_RPC_USERNAME=dashrpc
2626
CORE_CONSENSUS_JSON_RPC_PASSWORD=password
2727

2828
CORE_CHECK_TX_JSON_RPC_HOST=127.0.0.1
29-
CORE_CHECK_TX_JSON_RPC_PORT=9998
29+
CORE_CHECK_TX_JSON_RPC_PORT=19998
3030
CORE_CHECK_TX_JSON_RPC_USERNAME=dashrpc
3131
CORE_CHECK_TX_JSON_RPC_PASSWORD=password
3232

0 commit comments

Comments
 (0)