From adbb8503f0be9773ed486f6426163b63867bdb16 Mon Sep 17 00:00:00 2001 From: RumeelHussainbnb <93580180+RumeelHussainbnb@users.noreply.github.com> Date: Thu, 5 Oct 2023 00:19:08 +0500 Subject: [PATCH] Update BEP20.md - fixed typo --- docs/BEP20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BEP20.md b/docs/BEP20.md index 9475dd1448..b51c411d71 100644 --- a/docs/BEP20.md +++ b/docs/BEP20.md @@ -18,7 +18,7 @@ BEP20 and ERC20 are both token standards, but they are used on different blockch Here is a summary of the key differences between BEP20 and ERC20 tokens: | Feature | BEP20 | ERC20 | |---|---|---| -| Blockchain | Binance Smart Chain (BSC) | Ethereum | +| Blockchain | BNB Smart Chain (BSC) | Ethereum | | Transaction fees | Low | High | | Transaction speed | Fast | Slow | | Smart contract compatibility | Compatible with Ethereum smart contracts | Not compatible with BSC smart contracts |