From ea5c65756b058b11b5a6f0516841c8289af3ba67 Mon Sep 17 00:00:00 2001 From: letreturn Date: Tue, 14 Oct 2025 11:45:26 +0800 Subject: [PATCH] Update ERC-6170: Fix typo Signed-off-by: letreturn --- ERCS/erc-6170.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/erc-6170.md b/ERCS/erc-6170.md index ed5fdd2dc45..024de3a891a 100644 --- a/ERCS/erc-6170.md +++ b/ERCS/erc-6170.md @@ -16,7 +16,7 @@ This EIP introduces a common interface for cross-chain arbitrary message bridges ## Motivation -Currently, cross-chain arbitrary message bridges lack standardization, resulting in complex competing implementations: Layerzero, Hyperlane, Axelar, Wormhole, Matic State Tunnel and others. Either chain native (or) seperate message bridge, the problem prevails. Adding a common standardized interface to the arbitrary message bridges provides these benefits: +Currently, cross-chain arbitrary message bridges lack standardization, resulting in complex competing implementations: Layerzero, Hyperlane, Axelar, Wormhole, Matic State Tunnel and others. Either chain native (or) separate message bridge, the problem prevails. Adding a common standardized interface to the arbitrary message bridges provides these benefits: - **Ease Of Development:** A common standard interface would help developers build scalable cross-chain applications with ease.