TheOan.com!!

RPC -> https://mainnnet-node.theoan.com/rpc


Ex:
Mainnet:
curl -k https://mainnet-node.theoan.com/rpc -H 'Content-Type: application/json' -s -d '{"method":"web3_clientVersion","id":1}' |jq

Amity:
curl -k https://amity-node.theoan.com/rpc -H 'Content-Type: application/json' -s -d '{"method":"web3_clientVersion","id":1}' |jq



ZMQ
mainnet -> mainnet-node.theoan.com:8547


amity -> amity-node.theoan.com:8547