We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e01f2d commit 048df98Copy full SHA for 048df98
2 files changed
.changeset/fix-p-ops-alias.md
@@ -0,0 +1,5 @@
1
+---
2
+'@hyperlane-xyz/sdk': patch
3
4
+
5
+Corrected validator alias from O-OPS to P-OPS Team in multisig ISM constants.
typescript/sdk/src/consts/multisigIsm.ts
@@ -466,7 +466,7 @@ export const defaultMultisigConfigs: ChainMap<MultisigConfig> = {
466
},
467
{
468
address: '0xa6c998f0db2b56d7a63faf30a9b677c8b9b6faab',
469
- alias: 'O-OPS',
+ alias: 'P-OPS Team',
470
471
472
address: '0x21e93a81920b73c0e98aed8e6b058dae409e4909',
0 commit comments