-
|
What's the point of If you switch to a chain where your contract is not deployed at the originally specified address (or is not deployed to at all), this results in an error when the Further, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Some contracts share the same address across chains, so can make sense for those scenarios (without needing to unwatch/watch again).
You can catch it by wrapping
Thanks! We can update this. |
Beta Was this translation helpful? Give feedback.
Some contracts share the same address across chains, so can make sense for those scenarios (without needing to unwatch/watch again).
You can catch it by wrapping
watchReadContractin a try/catch block.Thanks! We can update this.