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

  1. Go to the devnet folder of scroll-sdk repository
  2. Configurate [contracts.verification] section of your config.toml file as described here
  3. To start the verification process, run the following command:
    • make verify

Production deployment

  1. Go to the root directory of your local workspace repo
  2. Configurate [contracts.verification] section of your config.toml file as described here
  3. To start the verification process, run the following command:
    • scrollsdk setup verify-contracts

Resources

Follow Us