@@ -98,6 +98,9 @@ pub struct RollupPublicKeys {
98
98
/// Soft confirmation signing public key of the Sequencer
99
99
#[ serde( with = "hex::serde" ) ]
100
100
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 > ,
101
104
/// DA Signing Public Key of the Sequencer
102
105
/// serialized as hex
103
106
#[ serde( with = "hex::serde" ) ]
@@ -163,6 +166,10 @@ impl Default for RollupConfig {
163
166
32 , 64 , 64 , 227 , 100 , 193 , 15 , 43 , 236 , 156 , 31 , 229 , 0 , 161 , 205 , 76 , 36 , 124 ,
164
167
137 , 214 , 80 , 160 , 30 , 215 , 232 , 44 , 171 , 168 , 103 , 135 , 124 , 33 ,
165
168
] ,
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
+ ] ,
166
173
// private key E9873D79C6D87DC0FB6A5778633389F4453213303DA61F20BD67FC233AA33262
167
174
// Private Key (WIF): 5Kb8kLf9zgWQnogidDA76MzPL6TsZZY36hWXMssSzNydYXYB9KF
168
175
sequencer_da_pub_key : vec ! [
0 commit comments