Skip to content

Commit

Permalink
GITBOOK-254: Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Porter authored and gitbook-bot committed Aug 21, 2023
1 parent 11e5fa6 commit 9fcea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/sovereign-consensus/multisig-ism.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface IMultisigIsm is IInterchainSecurityModule {

## Configure

The hyperlane-monorepo contains a [`MultisigISM` implementation](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/isms/MultisigIsm.sol) that application developers can deploy off-the-shelf, specifying their desired configuration.
The hyperlane-monorepo contains [`MultisigISM` implementations](https://github.com/hyperlane-xyz/hyperlane-monorepo/tree/main/solidity/contracts/isms/multisig) (including a [legacy](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/isms/multisig/LegacyMultisigIsm.sol) version and more gas-efficient [versions](https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/solidity/contracts/isms/multisig/StaticMultisigIsm.sol) deployable via factories) that application developers can deploy off-the-shelf, specifying their desired configuration.

Developers can configure, for each origin chain, a set of `n` [validators.md](../agents/validators.md "mention"), and the number of validator signatures (`m`) needed to verify a message.

Expand Down

0 comments on commit 9fcea4e

Please sign in to comment.