Contract attach method in ethers v6 #3806
-
First, I want to apologize if I did not notice, but is there any way to implement the same logic used with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can try the following: new Contract(someNewAddress, contract.interface, contract.runner) |
Beta Was this translation helpful? Give feedback.
-
For anyone stumbling onto this. I couldn't use the method described by @zemse above but I could do |
Beta Was this translation helpful? Give feedback.
You can try the following: