Closed code-ishwar closed 4 years ago
Hello,
When I deploy the Box.sol contract, it creates 3 transactions. I follow these instructions: https://docs.openzeppelin.com/learn/deploying-and-interacting#local-blockchain
Is it normal? I expect only one transaction to be deployed with 1 address. What are the other 2 addresses?
What you are likely seeing is the following three contracts:
Many Thanks
Hello,
When I deploy the Box.sol contract, it creates 3 transactions. I follow these instructions: https://docs.openzeppelin.com/learn/deploying-and-interacting#local-blockchain
Is it normal? I expect only one transaction to be deployed with 1 address. What are the other 2 addresses?