Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zt-9 committed Apr 12, 2022
1 parent a941bb3 commit 26f10a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ plan to improve it to:
task name `sourcify` is already used by hardhat-deploy :/

so I have to change to a new task name. may change to a simpler task name if i can come up with one :D

Install it with
```
yarn add -D hardhat-sourcify
```

example:
```
yarn hardhat sourcifySubmit --contract-name "Greeter" --source-name "contracts/Greeter.sol" --address 0xxxxxxxxx --chain-id 3
```
Expand Down

0 comments on commit 26f10a0

Please sign in to comment.