Intermezzo: Verification, of course
Itβs almost fully set up. Do the following:
- Install Tenderly CLI, then
run
tenderly loginand follow the instructions
Full setup instructions (skip)
To set up verification, here are the steps:
-
Install Tenderly CLI, then run
tenderly loginand follow the instructions -
Run
cd packages/hardhat && yarn add @tenderly/hardhat-tenderly -
From Virtual TestNets > Integrate page, copy the first (
importandtenderly.setup({ automaticVerifications: true })) and the third snippet (username, project) and updatepackages/hardhat/hardhat.config.tsaccordingly.
-
Re-Deploy and do something to your contract (Act 2, steps 2-4)
-
Open the latest transaction. What do you see?
For more details, see the verification docs.