Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update README to add supported testnets #62

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@

## Table of Contents

1. [Introduction](#introduction)
2. [Prerequisites](#prerequisites)
3. [Getting Started](#getting-started)
4. [Building](#building)
5. [Testing](#testing)
6. [Linting and Formatting](#linting-and-formatting)
- [Chainsafe's Hardhat Plugin for Multichain deployment with Sygma](#chainsafes-hardhat-plugin-for-multichain-deployment-with-sygma)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Building](#building)
- [Testing](#testing)
- [Linting and Formatting](#linting-and-formatting)

<a name="introduction"></a>
## Introduction

Unleash the potential of multi-chain deployment with Hardhat and Sygma: the essential plugin for deploying Ethereum smart contracts with ease and efficiency. Elevate your blockchain development with this powerful, streamlined solution.

This version should be considered Beta, with mainnet support coming soon.

Currently supported testnets include:
- Sepolia
- Holesky
- Mumbai

<a name="prerequisites"></a>
## Prerequisites

Expand Down
Loading