From 8d3a6e0f1ac7bdf3569e7d2c59c0f9814add9abc Mon Sep 17 00:00:00 2001 From: JianGuo Date: Tue, 14 Nov 2023 14:56:08 +0800 Subject: [PATCH] rebranding to X1 (#15) * update * update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f6aecf07..234de0c76 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# zkevm-contracts +# X1 zkevm-contracts -Smart contract implementation which will be used by the polygon-hermez zkevm +Smart contract implementation which will be used by the X1 zkevm [![Main CI](https://github.com/0xPolygonHermez/zkevm-contracts/actions/workflows/main.yml/badge.svg)](https://github.com/0xPolygonHermez/zkevm-contracts/actions/workflows/main.yml) @@ -19,7 +19,7 @@ Private keys and mnemonics contained in this repository are used for internal te - `PolygonZkEVMBridge.sol`: transfer assets between chains - `PolygonZkEVMGlobalExitRoot.sol`: manage global exit root in L1 - `PolygonZkEVMGlobalExitRootL2.sol`: manage global exit root in L2 - - `PolygonZkEVM.sol`: consensus algorithm used by polygon hermez zkevm + - `PolygonZkEVM.sol`: consensus algorithm used by X1 zkevm - `docs`: specs and useful links - `test`: contracts tests