Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Jun 11, 2024
1 parent db82888 commit c60641c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,20 @@ After the steps above (pausing and implementation upgrade), the Circle team can

This step concludes the USDC Hand Over Procedure.

## Contract Management Methods
## Bridge Management Methods

### Usage

All the functions below should be called directly on the Bridge contract.

> To call these functions on the Ethereum network the [Remix](https://remix.ethereum.org/) or [Etherscan](https://etherscan.io/) can be used.
> To call these functions on the QTum network the [QTum Web Wallet](https://wallet.bridge.qtum.net/send-to-contract) can be used.
Bridge ABI can be found [here](https://github.com/qtumproject/bridge-evm-contracts/blob/db8288800fab385135af837cd757456b520bb414/abi/Bridge.json)

### Methods

To check the current owner of the Bridge contract, you can call the `owner` method.
To verify if the `signersMode` is enabled, use the `isSignersMode` method.
Lastly, to check the current `pauseManager` address, call the `pauseManager` method. If the `pauseManager` address is the zero address, the `pauseManager` functionality can only be called by the owner of the Bridge contract.
Expand Down

0 comments on commit c60641c

Please sign in to comment.