From 63f8d6188ba3cf40a8325143983d68960ca823a1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 19 Jan 2025 20:40:12 +0900 Subject: [PATCH] docs: update evm/README.md accross -> across --- evm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/README.md b/evm/README.md index 7b8d234cb6..cdb00cce68 100644 --- a/evm/README.md +++ b/evm/README.md @@ -25,7 +25,7 @@ These links are only valid if you run a local ethereum devnet on an x86 machine. > \[!NOTE\] > The addresses are different because we often redeploy without upgrading when a storage breaking update is pushed. -> Production contracts will get solely upgraded through the proxy and have the same addresses accross networks. +> Production contracts will get solely upgraded through the proxy and have the same addresses across networks. All the deployed contracts are upgradeable proxies forwarding calls the the underlying implementation.