You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
ERROR Error: Attempting to run transaction which calls a contract function, but recipient address 0x0000000000000000000000000000000000000000 is not a contract address
at getResult (json-rpc-provider.js:34)
at XMLHttpRequest.request.onreadystatechange [as __zone_symbol__ON_PROPERTYreadystatechange] (provider.js:621)
at XMLHttpRequest.wrapFn (zone.js:1188)
at ZoneDelegate.invokeTask (zone.js:421)
at Object.onInvokeTask (core.js:4751)
at ZoneDelegate.invokeTask (zone.js:420)
at Zone.runTask (zone.js:188)
at ZoneTask.invokeTask [as invoke] (zone.js:496)
at invokeTask (zone.js:1540)
at XMLHttpRequest.globalZoneAwareCallback (zone.js:1566)
However, issuing the same command on Infura mainnet :
Just tested this against current develop of ganache-cli and it's working as I would have expected. As a result I'm closing this - be on the lookout for the next release for the fix.
Hello,
I am currently trying to test ENS on Ganache, to experiment with looking up and resolving Ethereum names.
When issuing this command :
I get the following error :
However, issuing the same command on Infura mainnet :
Yields the proper result :
{"jsonrpc":"2.0","id":1,"result":"0x"}
Expected Behavior
I expect the command to return an unresolved address in the form of "0x".
Current Behavior
Current behaviour returns an error and therefore crashes libraries abstracting the eth_call command. In my case Ethersjs.
Possible Solution
No idea how to fix it.
Steps to Reproduce (for bugs)
Context
Trying to have a local ENS testbed
Your Environment
The text was updated successfully, but these errors were encountered: