Skip to content

Commit 4a05bea

Browse files
Merge pull request #266 from sei-protocol/small-fixes
Fixing some small writing errors
2 parents ebd186c + ce90720 commit 4a05bea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/evm/evm-hardhat.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This tutorial will guide you through setting up Hardhat for Sei V2 EVM developme
1010
- [Using OpenZeppelin Contracts](#using-openzeppelin-contracts)
1111
- [Creating and Deploying an ERC20 Token](#creating-and-deploying-an-erc20-token)
1212
- [Creating and Deploying an ERC721 NFT](#creating-and-deploying-an-erc721-nft)
13-
- [Implementing an Upgradeable Smart Contract](#implementing-an-upgradeable-smart-contract)
1413
- [Testing Your Smart Contracts](#testing-your-smart-contracts)
1514
- [Deploying to Sei Testnet and Mainnet](#deploying-to-sei-testnet-and-mainnet)
1615

content/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import Image from 'next/image';
4141
</div>
4242
<div className="max-w-2xl">
4343
<h3 className="text-lg md:text-xl font-bold text-neutral-800 dark:text-neutral-200 mb-2">High-Performance Ethereum Compatibility</h3>
44-
<p className="text-neutral-300 mb-4 text-neutral-800 dark:text-neutral-200 text-sm md:text-base">Explore Sei's revolutionary EVM implementation with unprecedented 600ms block times, 20,000 TPS throughput, and seamless Ethereum tooling compatibility.</p>
44+
<p className="text-neutral-300 mb-4 text-neutral-800 dark:text-neutral-200 text-sm md:text-base">Explore Sei's revolutionary EVM implementation with unprecedented 400ms block times, 20,000 TPS throughput, and seamless Ethereum tooling compatibility.</p>
4545
<div className="flex flex-wrap gap-3">
4646
<a href="/evm/evm-hardhat" className="px-3 py-1.5 text-neutral-800 dark:text-neutral-200 bg-neutral-900/5 dark:bg-neutral-900/20 border border-neutral-200/50 dark:border-neutral-800/50 hover:bg-white dark:hover:bg-neutral-900 hover:border-neutral-300 dark:hover:border-neutral-700 rounded-lg backdrop-blur-sm transition-all flex items-center">
4747
<div className="w-1.5 h-1.5 rounded-full bg-red-500/70 mr-2"></div>

0 commit comments

Comments
 (0)