Intermezzo: Verification, of course
It’s almost fully set up. Do the following:
- Install Tenderly CLI, then
run
tenderly login
and follow the instructions
Full setup instructions (skip)
To set up verification, here are the steps:
-
Install Tenderly CLI, then run
tenderly login
and follow the instructions -
Run
cd packages/hardhat && yarn add @tenderly/hardhat-tenderly
-
From Virtual TestNets > Integrate page, copy the first (
import
andtenderly.setup({ automaticVerifications: true })
) and the third snippet (username, project
) and updatepackages/hardhat/hardhat.config.ts
accordingly. -
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.