Replies: 1 comment 2 replies
-
Can you explain this? Do you want to use contract2's address as contract1? contract1 = contract1.attach(contract2.address); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @ricmoo @zemse
I have a contract
contract1
deployed. I have acontract2
deployed.How is it possible that I do
contract1.connect
fromcontract2
?contract2
is not a signer and that's why I am asking.Beta Was this translation helpful? Give feedback.
All reactions