fix: port changed to 1xx26 for rpc binding and internal/public rest binding

pull/550/head
syrohei 2021-01-06 11:01:50 +09:00
parent 77fc2e8a65
commit 325ec9ff2e
1 changed files with 3 additions and 3 deletions

View File

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