Skip to content

Commit

Permalink
Add Neutron validators (#3182)
Browse files Browse the repository at this point in the history
### Description

Adds the validator set to the source of truth in the SDK consts
  • Loading branch information
nambrot authored Jan 26, 2024
1 parent 778312d commit 648c0ac
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions typescript/sdk/src/consts/multisigIsm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,15 @@ export const defaultMultisigConfigs: ChainMap<MultisigConfig> = {
},

neutron: {
threshold: 2,
threshold: 4,
validators: [
'0xa9b8c1f4998f781f958c63cfcd1708d02f004ff0',
'0x60e890b34cb44ce3fa52f38684f613f31b47a1a6',
'0x7885fae56dbcf5176657f54adbbd881dc6714132',
'0xb65438a014fb05fbadcfe35bc6e25d372b6ba460', // cosmostation
'0x42fa752defe92459370a052b6387a87f7de9b80c', // p2p
'0xc79503a3e3011535a9c60f6d21f76f59823a38bd', // neutron
'0x47aa126e05933b95c5eb90b26e6b668d84f4b25a', // dsrv
'0x54b2cca5091b098a1a993dec03c4d1ee9af65999', // cosmos spaces
'0x42b6de2edbaa62c2ea2309ad85d20b3e37d38acf', // sg-1
],
},

Expand Down

0 comments on commit 648c0ac

Please sign in to comment.