Content pfp
Content
@
0 reply
0 recast
0 reaction

kevin pfp
kevin
@kevinoconnell
non mainnet graphql endpoints for EAS don't work for me (tested optimism and base) curl --request POST \ --header 'content-type: application/json' \ --url 'https://base.easscan.org/graphql' \ --data '{"query":"query { __typename }"}' returns: curl: (35) LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version this works: curl --request POST \ --header 'content-type: application/json' \ --url 'https://easscan.org/graphql' \ --data '{"query":"query { __typename }"}' returns: {"data":{"__typename":"Query"}}
1 reply
0 recast
5 reactions

kevin pfp
kevin
@kevinoconnell
npx [email protected] --endpoint="https://base.easscan.org/graphql" returns Diagnosing https://base.easscan.org/graphql ⚠️ Protocol wrong type for socket (EPROTO) Is the address correct? Is the server running?
1 reply
0 recast
1 reaction