Skip to content

Commit

Permalink
Merge pull request #22 from grkmyvz/grkmyvz/dev
Browse files Browse the repository at this point in the history
Edited README.md
  • Loading branch information
grkmyvz authored Sep 26, 2023
2 parents f60a36b + 5ec9a3f commit 17a7811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ forge script script/<CONTRACT_SCRIPT_FILE>.s.sol:<SCRIPT_NAME> --rpc-url $AVALAN
5. To verify a contract, use the following command:

```bash
forge verify-contract --chain-id 43113 --watch <CONTRACT-ADDRESS> DSSFactory
forge verify-contract --chain-id 43113 --watch <CONTRACT-ADDRESS> <CONTRACT_NAME>
```

6. For the contracts requiring Merkle roots, update the appropriate JSON file in the "merkletree-tool" folder with the required wallet addresses. While in the "merkletree-root" directory, execute the following commands:
Expand Down

0 comments on commit 17a7811

Please sign in to comment.