Zfinix / ens_dart

⚡️ ENS Dart - A dart library that wraps the Ethereum Name Service.
MIT License
24 stars 13 forks source link

RangeError: Value not in range: 32 #4

Open HosseinAsadi opened 2 years ago

HosseinAsadi commented 2 years ago

Hi

with call this code (await ens.withName(name).getAddress()).toString(); I get this error Unhandled Exception: RangeError: Value not in range: 32

ludowkm commented 2 years ago

hi @HosseinAsadi, please use the ETH mainnet's rpc url

hm86z commented 2 years ago

I have same problem, any idea ?

Zfinix commented 2 years ago

I'll look into this and fix it