Skip to content

Commit

Permalink
ci(e2e): add static p2p keys for omega archive nodes (#1822)
Browse files Browse the repository at this point in the history
Adds static P2P keys to omega archive nodes.

issue: none
  • Loading branch information
corverroos authored Sep 5, 2024
1 parent 16fe332 commit 9b16965
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion e2e/manifests/omega.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ mode = "archive"
[node.archive02]
mode = "archive"


[keys.validator01]
validator = "0xCE624ce5C5717b63CED36AfB76857183E0a8a6eb"

Expand All @@ -64,3 +63,15 @@ p2p_consensus = "7582E893545ECDC8D43402198CCB9100584973B6"

[keys.seed02_evm]
p2p_execution = "0x492dA9a43ADD943A5359bF83CCD2d3Fd4235b870"

[keys.archive01]
p2p_consensus = "2320703BF5434BBC4B1050A90F0FBF842D4878F9"

[keys.archive01_evm]
p2p_execution = "0x33194570113B14FFD00b9E53cf2e405Bc62C2a5E"

[keys.archive02]
p2p_consensus = "1AFC3479B2A16BCA9DA5BEC7BFF750A7B5FFE53D"

[keys.archive02_evm]
p2p_execution = "0xd9B2Ca2215f5a04C1BbaAb8379A37cE21C025AE8"

0 comments on commit 9b16965

Please sign in to comment.