Skip to content

Commit

Permalink
additions
Browse files Browse the repository at this point in the history
  • Loading branch information
themacexpert committed Apr 18, 2024
1 parent eef0a71 commit b0af360
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/eth-api/hardhat-start-to-end.md
Expand Up @@ -302,6 +302,7 @@ describe('Dao contract', function () {
return null; // Return null to indicate failure
}
}
});
```

### Writing your First Test Cases {: #writing-your-first-test-cases }
Expand Down Expand Up @@ -480,7 +481,7 @@ While it's possible to verify smart contracts on the [Moonscan website](https://

Before beginning the contract verification process, you'll need to [acquire a Moonscan API Key](/builders/build/eth-api/verify-contracts/etherscan-plugins/#generating-a-moonscan-api-key){target=\_blank}. Note that Moonbeam and Moonbase Alpha use the same [Moonbeam Moonscan](https://moonscan.io/){target=\_blank} API key, whereas you'll need a distinct API key for [Moonriver](https://moonriver.moonscan.io/){target=\_blank}.

To verify the contract, you will run the `ignition verify` command and pass the deployment-id, the `INSERT_YOUR_NAME` parameter in the prior step.
To verify the contract, you will run the `ignition verify` command and pass the `deployment-id`, the `INSERT_YOUR_NAME` parameter in the prior step.

```bash
npx hardhat ignition verify INSERT_YOUR_NAME
Expand Down Expand Up @@ -541,7 +542,7 @@ Congratulations, your contract is live on Moonbeam! Save the address, as you wil

In this section, we'll be verifying the contract that was just deployed on Moonbeam. Before beginning the contract verification process, you'll need to [acquire a Moonscan API Key](/builders/build/eth-api/verify-contracts/etherscan-plugins/#generating-a-moonscan-api-key){target=\_blank}. Note that Moonbeam and Moonbase Alpha use the same [Moonbeam Moonscan](https://moonscan.io/){target=\_blank} API key, whereas you'll need a distinct API key for [Moonriver](https://moonriver.moonscan.io/){target=\_blank}.

To verify the contract, you will run the `ignition verify` command and pass the deployment-id, the `INSERT_YOUR_NAME` parameter in the prior step.
To verify the contract, you will run the `ignition verify` command and pass the `deployment-id`, the `INSERT_YOUR_NAME` parameter in the prior step.

```bash
npx hardhat ignition verify INSERT_YOUR_NAME
Expand Down

0 comments on commit b0af360

Please sign in to comment.