-
are viem client objects meant to be mutable? is the mutability used anywhere? does wagmi mutate the client object’s chain or create a new client on e.g. network changes? I am wondering if I can expect/guarantee a new client object per chain vs the chain within a client object being mutable |
Beta Was this translation helpful? Give feedback.
Answered by
jxom
Oct 10, 2023
Replies: 1 comment 5 replies
-
The client is intended to be immutable. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
holic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The client is intended to be immutable.