diff --git a/content/evm/evm-foundry.mdx b/content/evm/evm-foundry.mdx
index fc108dfe..bcbd49c0 100644
--- a/content/evm/evm-foundry.mdx
+++ b/content/evm/evm-foundry.mdx
@@ -11,6 +11,8 @@ import { Callout } from 'nextra/components';
This tutorial will guide you through setting up Foundry for Sei EVM development and using OpenZeppelin contracts to build secure, standardized smart contracts. We'll cover environment setup, contract creation, deployment, and show how to leverage OpenZeppelin's pre-built components with the powerful Foundry toolkit.
+
+
**Deploy to Testnet First**
diff --git a/content/evm/evm-general.mdx b/content/evm/evm-general.mdx
index a14cfa10..d45be101 100644
--- a/content/evm/evm-general.mdx
+++ b/content/evm/evm-general.mdx
@@ -1,9 +1,11 @@
---
-title: "EVM General Guide for Sei Blockchain"
+title: 'EVM General Guide for Sei Blockchain'
description: "Comprehensive guide on Ethereum Virtual Machine (EVM) on Sei blockchain. Learn about smart contract languages, development tools, and best practices for building on Sei's parallelized EVM."
-keywords: ["sei evm", "ethereum virtual machine", "smart contracts", "solidity", "vyper"]
+keywords: ['sei evm', 'ethereum virtual machine', 'smart contracts', 'solidity', 'vyper']
---
+import { Callout } from 'nextra/components';
+
# EVM (general)
## Overview
@@ -13,6 +15,8 @@ contracts, enabling compatibility with Ethereum-based dApps. Sei is an EVM
compatible blockchain. Sei's parallelized EVM ensures high performance and
efficiency.
+
+
Here are some key points about the EVM:
1. **Turing Completeness**: The EVM is Turing complete, meaning it can execute
diff --git a/content/evm/evm-hardhat.mdx b/content/evm/evm-hardhat.mdx
index 8dfbc2fe..91a106f3 100644
--- a/content/evm/evm-hardhat.mdx
+++ b/content/evm/evm-hardhat.mdx
@@ -11,6 +11,8 @@ import { Callout } from 'nextra/components';
This tutorial will guide you through setting up Hardhat for Sei EVM development and using OpenZeppelin contracts to build secure, standardized smart contracts. We'll cover environment setup, contract creation, deployment, and show how to leverage OpenZeppelin's pre-built components.
+
+
**Deploy to Testnet First**