.deployer #4582
-
can somebody tell me what that '.deployer' does??? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@h0leee So instead of adding the big address value everywhere, it is better for readability to give it a name just like enums. |
Beta Was this translation helpful? Give feedback.
@h0leee
deployer
is the name we give to a first account on any network such as hardhat or goerli testnet (we defined this in hardhat.config.js).So instead of adding the big address value everywhere, it is better for readability to give it a name just like enums.