Skip to content

Commit

Permalink
add an example for verification
Browse files Browse the repository at this point in the history
  • Loading branch information
GigaHierz committed Nov 1, 2024
1 parent 9af6cf1 commit 0e72530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ For Alfajores (Testnet) Verification
npx hardhat verify <CONTRACT_ADDRESS> <CONSTRUCTOR_ARGS> --network alfajores
```

For the Lock.sol contract that could look like this:

```bash
npx hardhat verify 0x756Af13eafF4Ef0D9e294222F9A922226567C39e 1893456000 --network alfajores
```

For Celo Mainnet Verification

```bash
Expand Down

0 comments on commit 0e72530

Please sign in to comment.