-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
194 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# A config for a multisig Interchain Security Module (ISM) | ||
# Schema: https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/sdk/src/ism/types.ts | ||
# Module types: | ||
# UNUSED : 0 | ||
# ROUTING : 1 | ||
# AGGREGATION : 2 | ||
# LEGACY_MULTISIG : 3 | ||
# MERKLE_ROOT_MULTISIG : 4 | ||
# MESSAGE_ID_MULTISIG : 5 | ||
# | ||
# Valid module types: | ||
# routing | ||
# aggregation | ||
# legacy_multisig | ||
# merkle_root_multisig | ||
# message_id_multisig | ||
--- | ||
anvil1: | ||
type: 3 # ModuleType.LEGACY_MULTISIG | ||
type: 'legacy_multisig' | ||
threshold: 1 # Number: Signatures required to approve a message | ||
validators: # Array: List of validator configs | ||
- '0xa0ee7a142d267c1f36714e4a8f75612f20a79720' | ||
anvil2: | ||
type: 3 | ||
type: 'legacy_multisig' | ||
threshold: 1 | ||
validators: | ||
- '0xa0ee7a142d267c1f36714e4a8f75612f20a79720' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.