Skip to content

Commit e22b1e7

Browse files
committed
Add k256 seq pub key to rollup pub keys config
1 parent 3383e0e commit e22b1e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/citrea_config/rollup.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ pub struct RollupPublicKeys {
9898
/// Soft confirmation signing public key of the Sequencer
9999
#[serde(with = "hex::serde")]
100100
pub sequencer_public_key: Vec<u8>,
101+
/// Soft confirmation signing public key of the Sequencer
102+
#[serde(with = "hex::serde")]
103+
pub sequencer_k256_public_key: Vec<u8>,
101104
/// DA Signing Public Key of the Sequencer
102105
/// serialized as hex
103106
#[serde(with = "hex::serde")]
@@ -163,6 +166,10 @@ impl Default for RollupConfig {
163166
32, 64, 64, 227, 100, 193, 15, 43, 236, 156, 31, 229, 0, 161, 205, 76, 36, 124,
164167
137, 214, 80, 160, 30, 215, 232, 44, 171, 168, 103, 135, 124, 33,
165168
],
169+
sequencer_k256_public_key: vec![
170+
3, 99, 96, 232, 86, 49, 12, 229, 210, 148, 232, 190, 51, 252, 128, 112, 119,
171+
220, 86, 172, 128, 217, 93, 156, 212, 221, 189, 33, 50, 94, 255, 115, 247,
172+
],
166173
// private key E9873D79C6D87DC0FB6A5778633389F4453213303DA61F20BD67FC233AA33262
167174
// Private Key (WIF): 5Kb8kLf9zgWQnogidDA76MzPL6TsZZY36hWXMssSzNydYXYB9KF
168175
sequencer_da_pub_key: vec![

0 commit comments

Comments
 (0)