Skip to content

Commit

Permalink
Add beefy support (#609)
Browse files Browse the repository at this point in the history
Signed-off-by: BulatSaif <bulat@parity.io>
  • Loading branch information
BulatSaif committed Nov 22, 2023
1 parent 203962d commit 0014b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/substrate-session-keys-grabber/grabber.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def parse_session_key(dir):
key_formats = (
['6772616e', '62616265', '696d6f6e', '70617261', '61756469'], # validator keys (gran,babe,imon,para,audi)
['6772616e', '62616265', '696d6f6e', '70617261', '6173676e', '61756469'], # validator keys (gran,babe,imon,para,asgn,audi)
['6772616e', '62616265', '696d6f6e', '70617261', '6173676e', '61756469', '62656566'], # validator keys (gran,babe,imon,para,asgn,audi,beef)
['61757261'] # collator keys (aura)
)
possible_prefixes = list(set([j for i in key_formats for j in i]))
Expand Down

0 comments on commit 0014b82

Please sign in to comment.