Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
pbio 1 month ago
parent 7c006c4212
commit 17e84d40f4
  1. 2
      typescript/infra/scripts/check/check-validator-version.ts

@ -13,6 +13,8 @@ const acceptableValidatorVersions = [
'ffbe1dd82e2452dbc111b6fb469a34fb870da8f1', // 1.0.0
];
// TODO: refactor multisigIsm.ts to include mappings of addresses to aliases as part of the config
// This will also allow us to programmatically generate the default ISM docs page.
const KNOWN_VALIDATOR_ADDRESSES: Record<string, string> = {
'0x5450447aee7b544c462c9352bef7cad049b0c2dc': 'zeeprime',
'0xb3ac35d3988bca8c2ffd195b1c6bee18536b317b': 'staked',

Loading…
Cancel
Save