fix: changed binding ports

pull/550/head
syrohei 2021-01-06 10:56:26 +09:00
parent 04fab81497
commit 77fc2e8a65
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@
"alias": "ethereum_testnet_goerli"
},
"ports": {
"backend_rpc": 18036,
"backend_rpc": 16036,
"backend_message_queue": 0,
"backend_p2p": 48336,
"blockbook_internal": 19036,
"blockbook_public": 19136
"blockbook_internal": 17036,
"blockbook_public": 17136
},
"ipc": {
"rpc_url_template": "ws://127.0.0.1:{{.Ports.BackendRPC}}",