Open kigawas opened 4 years ago
Hi @kigawas! I’m sorry that you have this issue.
You may want to ask if there is a way to configure Truffle HDWallet Provider for use behind a network proxy: https://github.com/trufflesuite/truffle/tree/develop/packages/hdwallet-provider
Another potential option could be to run your own node.
Possibly related with #1533, with
https_proxy
andhttp_proxy
set.Follow https://docs.openzeppelin.com/learn/connecting-to-public-test-networks, and try
npx oz accounts
then select rinkeby, it returnsInvalid JSON RPC response: ""
, which implies a network timeout.