Skip to content

Commit 048df98

Browse files
authored
fix(sdk): correct O-OPS validator alias to P-OPS (#8267)
1 parent 5e01f2d commit 048df98

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/fix-p-ops-alias.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ export const defaultMultisigConfigs: ChainMap<MultisigConfig> = {
466466
},
467467
{
468468
address: '0xa6c998f0db2b56d7a63faf30a9b677c8b9b6faab',
469-
alias: 'O-OPS',
469+
alias: 'P-OPS Team',
470470
},
471471
{
472472
address: '0x21e93a81920b73c0e98aed8e6b058dae409e4909',

0 commit comments

Comments
 (0)