This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
ETH Not deducted when made a contract #4415
Unanswered
MahzyarSaadat
asked this question in
Q&A
Replies: 1 comment
-
According to https://docs.ethers.org/v5/api/contract/contract-factory/#ContractFactory-deploy I think you need to do:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a contract for the first time by ethers. Although my code worked, my Ganache account has not deducted any money. (It shows 4 transaction because I tried it multiple times);
Here is my code:
My output:
Ganach V: v2.7.1
ethers V: v6.4.0
node V: v18.12.1
Beta Was this translation helpful? Give feedback.
All reactions