@ -12,7 +12,7 @@ defmodule EthereumJSONRPC.Case.Parity.HTTPWebSocket do
transport_options: [
http: EthereumJSONRPC.HTTP.HTTPoison,
http_options: [recv_timeout: 60_000, timeout: 60_000, hackney: [pool: :ethereum_jsonrpc]],
url: "http://18.207.247.30:8545"
url: "http://3.85.253.242:8545"
],
variant: EthereumJSONRPC.Parity
)
@ -6,7 +6,7 @@ defmodule EthereumJSONRPC.WebSocket.Case.Parity do
import ExUnit.Callbacks, only: [start_supervised!: 1]
def setup do
url = "ws://18.207.247.30:8546"
url = "ws://3.85.253.242:8546"
web_socket_module = EthereumJSONRPC.WebSocket.WebSocketClient
web_socket = start_supervised!({web_socket_module, [url, []]})
@ -8,7 +8,7 @@
"method": "post",
"options": [],
"request_body": "",
"url": "http://18.207.247.30:8545"
"url": "http://3.85.253.242:8545"
},
"response": {
"binary": false,