ethjs / ethjs-ens

An Ethereum Name Service interface module built on EthJS
33 stars 24 forks source link

live demo doesn't work #7

Closed ghost closed 7 years ago

ghost commented 7 years ago

It always throws "There was a problem: [ethjs-contract] while formatting incoming raw call data "0x" Error: [ethjs-abi] while decoding address data, invalid address data, invalid byte length 0"

danfinlay commented 7 years ago

Ah, sorry, currently only works on Ropsten test net. Fixing now...

danfinlay commented 7 years ago

That should fix it, let me know!

ghost commented 7 years ago

Nice works now. Thanks!