From 8e686da10568be936e0b1cbdc4ea2adc1934afc0 Mon Sep 17 00:00:00 2001 From: port <108868128+portdeveloper@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:13:04 +0300 Subject: [PATCH] Modify CONTRIBUTING.md to reflect the changes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ae58ce1..aa51f5f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ This guide aims to provide an overview of the contribution workflow to help us m ## About the Project -ABI Ninja is a tool to interact with any contract on Ethereum, using the Contract address (if it's verified) or its ABI + Contract address. +ABI Ninja is a tool to interact with any contract on any EVM chain, using the Contract address (if it's verified) or its ABI + Contract address. The current version is built with [Scaffold-ETH 2](https://github.com/scaffold-eth/scaffold-eth-2).