Skip to content

Commit

Permalink
rebranding (#11)
Browse files Browse the repository at this point in the history
* rebranding

* fix name
  • Loading branch information
zjg555543 authored Oct 12, 2023
1 parent 05b548f commit 5fbf989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# zkEVM Bridge service

This repo implements a backend service written in Go, that enables clients, like the [web UI](https://github.com/0xPolygonHermez/zkevm-bridge-ui),
to interact with the [bridge smart contract](https://github.com/0xPolygonHermez/zkevm-contracts) by providing Merkleproofs.
This repo implements a backend service written in Go, that enables clients, like the [web UI](),
to interact with the [bridge smart contract](https://github.com/okx/Xagon-contracts) by providing Merkleproofs.

## Architecture

Expand Down
6 changes: 3 additions & 3 deletions test/mocksmartcontracts/polygonzkevmbridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import "./lib/EmergencyManager.sol";
import "./lib/GlobalExitRootLib.sol";

/**
* PolygonZkEVMBridge that will be deployed on both networks Ethereum and Polygon zkEVM
* PolygonZkEVMBridge that will be deployed on both networks Ethereum and Xagon
* Contract responsible to manage the token interactions with other networks
*/
contract PolygonZkEVMBridge is
Expand Down Expand Up @@ -407,15 +407,15 @@ contract PolygonZkEVMBridge is

/**
* @notice Function to activate the emergency state
" Only can be called by the Polygon ZK-EVM in extreme situations
" Only can be called by the Xagon in extreme situations
*/
function activateEmergencyState() external onlyPolygonZkEVM {
_activateEmergencyState();
}

/**
* @notice Function to deactivate the emergency state
" Only can be called by the Polygon ZK-EVM
" Only can be called by the Xagon
*/
function deactivateEmergencyState() external onlyPolygonZkEVM {
_deactivateEmergencyState();
Expand Down

0 comments on commit 5fbf989

Please sign in to comment.