diff --git a/README.md b/README.md index b01f0456..02922c07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ABI Ninja -Interact with any contract on Ethereum. ABI Ninja provides an intuitive frontend for contracts from most popular EVM networks, currently supporting: +Interact with any contract on any EVM chain. ABI Ninja provides an intuitive frontend for contracts from most popular EVM networks, currently supporting: - **Verified contracts**. Pulls the code from [AnyABI](https://anyabi.xyz/) and [Etherscan API](https://docs.etherscan.io/) as a fallback option. - **Unverified contracts**. Two different options are available: diff --git a/packages/nextjs/components/MetaHeader.tsx b/packages/nextjs/components/MetaHeader.tsx index 5c596358..4d6bc08a 100644 --- a/packages/nextjs/components/MetaHeader.tsx +++ b/packages/nextjs/components/MetaHeader.tsx @@ -20,7 +20,7 @@ export const MetaHeader = ({ address, network, title = "ABI Ninja", - description = "Interact with any contract on Ethereum", + description = "Interact with any contract on any EVM chain", image = "thumbnail.png", twitterCard = "summary_large_image", children, diff --git a/packages/nextjs/pages/index.tsx b/packages/nextjs/pages/index.tsx index d591d8b6..4e5ff194 100644 --- a/packages/nextjs/pages/index.tsx +++ b/packages/nextjs/pages/index.tsx @@ -171,7 +171,7 @@ const Home: NextPage = () => {
Interact with any contract on Ethereum
+Interact with any contract on any EVM chain