ensdomains / ensjs-v2

Javascript bindings for the Ethereum Name Service
208 stars 122 forks source link

Incorrectly formatted request with custom HttpProvider host #45

Open mqklin opened 5 years ago

mqklin commented 5 years ago

I try to create ENS with my own node: const ens = new ENS(new Web3.providers.HttpProvider(MY_OWN_NODE)); And get this error: image

Because the method field of the payload contains an entirely different payload inside: image