Upgrading Scroll SDK
Overview
This guide documents how to verify the smart contract source code of your own Scroll SDK deployment on blockchain explorers.
Devnet deployment
- Go to the
devnet
folder ofscroll-sdk
repository - Configurate
[contracts.verification]
section of your config.toml file as described here - To start the verification process, run the following command:
make verify
Production deployment
- Go to the root directory of your local workspace repo
- Configurate
[contracts.verification]
section of your config.toml file as described here - To start the verification process, run the following command:
scrollsdk setup verify-contracts