@@ -44,7 +44,7 @@ interface IGatewayConfig {
4444 error NotPauser(address pauserAddress);
4545
4646 event AddHostChain(HostChain hostChain);
47- event Initialization (address pauser, ProtocolMetadata metadata, uint256 mpcThreshold, KmsNode[] kmsNodes, Coprocessor[] coprocessors);
47+ event InitializeGatewayConfig (address pauser, ProtocolMetadata metadata, uint256 mpcThreshold, KmsNode[] kmsNodes, Coprocessor[] coprocessors);
4848 event UpdateMpcThreshold(uint256 newMpcThreshold);
4949 event UpdatePauser(address newPauser);
5050 event UpdatePublicDecryptionThreshold(uint256 newPublicDecryptionThreshold);
@@ -607,7 +607,7 @@ interface IGatewayConfig {
607607 },
608608 {
609609 "type": "event",
610- "name": "Initialization ",
610+ "name": "InitializeGatewayConfig ",
611611 "inputs": [
612612 {
613613 "name": "pauser",
@@ -3287,9 +3287,9 @@ event AddHostChain(HostChain hostChain);
32873287 } ;
32883288 #[ derive( serde:: Serialize , serde:: Deserialize ) ]
32893289 #[ derive( Default , Debug , PartialEq , Eq , Hash ) ]
3290- /**Event with signature `Initialization (address,(string,string),uint256,(address,address,string)[],(address,address,string)[])` and selector `0xf33d908c4a8b532fe64df20b726f11405c11b9772d31b66f5eef6887a43c3fde `.
3290+ /**Event with signature `InitializeGatewayConfig (address,(string,string),uint256,(address,address,string)[],(address,address,string)[])` and selector `0xe592d16130c2f176fb7451aaa9e2c8c06ba79411351d9dd56f226fb92752a986 `.
32913291```solidity
3292- event Initialization (address pauser, ProtocolMetadata metadata, uint256 mpcThreshold, KmsNode[] kmsNodes, Coprocessor[] coprocessors);
3292+ event InitializeGatewayConfig (address pauser, ProtocolMetadata metadata, uint256 mpcThreshold, KmsNode[] kmsNodes, Coprocessor[] coprocessors);
32933293```*/
32943294 #[ allow(
32953295 non_camel_case_types,
@@ -3298,7 +3298,7 @@ event Initialization(address pauser, ProtocolMetadata metadata, uint256 mpcThres
32983298 clippy:: style
32993299 ) ]
33003300 #[ derive( Clone ) ]
3301- pub struct Initialization {
3301+ pub struct InitializeGatewayConfig {
33023302 #[ allow( missing_docs) ]
33033303 pub pauser : alloy:: sol_types:: private:: Address ,
33043304 #[ allow( missing_docs) ]
@@ -3323,7 +3323,7 @@ event Initialization(address pauser, ProtocolMetadata metadata, uint256 mpcThres
33233323 const _: ( ) = {
33243324 use alloy:: sol_types as alloy_sol_types;
33253325 #[ automatically_derived]
3326- impl alloy_sol_types:: SolEvent for Initialization {
3326+ impl alloy_sol_types:: SolEvent for InitializeGatewayConfig {
33273327 type DataTuple < ' a > = (
33283328 alloy:: sol_types:: sol_data:: Address ,
33293329 ProtocolMetadata ,
@@ -3335,11 +3335,11 @@ event Initialization(address pauser, ProtocolMetadata metadata, uint256 mpcThres
33353335 ' a ,
33363336 > as alloy_sol_types:: SolType >:: Token < ' a > ;
33373337 type TopicList = ( alloy_sol_types:: sol_data:: FixedBytes < 32 > , ) ;
3338- const SIGNATURE : & ' static str = "Initialization (address,(string,string),uint256,(address,address,string)[],(address,address,string)[])" ;
3338+ const SIGNATURE : & ' static str = "InitializeGatewayConfig (address,(string,string),uint256,(address,address,string)[],(address,address,string)[])" ;
33393339 const SIGNATURE_HASH : alloy_sol_types:: private:: B256 = alloy_sol_types:: private:: B256 :: new ( [
3340- 243u8 , 61u8 , 144u8 , 140u8 , 74u8 , 139u8 , 83u8 , 47u8 , 230u8 , 77u8 , 242u8 ,
3341- 11u8 , 114u8 , 111u8 , 17u8 , 64u8 , 92u8 , 17u8 , 185u8 , 119u8 , 45u8 , 49u8 ,
3342- 182u8 , 111u8 , 94u8 , 239u8 , 104u8 , 135u8 , 164u8 , 60u8 , 63u8 , 222u8 ,
3340+ 229u8 , 146u8 , 209u8 , 97u8 , 48u8 , 194u8 , 241u8 , 118u8 , 251u8 , 116u8 , 81u8 ,
3341+ 170u8 , 169u8 , 226u8 , 200u8 , 192u8 , 107u8 , 167u8 , 148u8 , 17u8 , 53u8 , 29u8 ,
3342+ 157u8 , 213u8 , 111u8 , 34u8 , 111u8 , 185u8 , 39u8 , 82u8 , 169u8 , 134u8 ,
33433343 ] ) ;
33443344 const ANONYMOUS : bool = false ;
33453345 #[ allow( unused_variables) ]
@@ -3410,7 +3410,7 @@ event Initialization(address pauser, ProtocolMetadata metadata, uint256 mpcThres
34103410 }
34113411 }
34123412 #[ automatically_derived]
3413- impl alloy_sol_types:: private:: IntoLogData for Initialization {
3413+ impl alloy_sol_types:: private:: IntoLogData for InitializeGatewayConfig {
34143414 fn to_log_data ( & self ) -> alloy_sol_types:: private:: LogData {
34153415 From :: from ( self )
34163416 }
@@ -3419,9 +3419,11 @@ event Initialization(address pauser, ProtocolMetadata metadata, uint256 mpcThres
34193419 }
34203420 }
34213421 #[ automatically_derived]
3422- impl From < & Initialization > for alloy_sol_types:: private:: LogData {
3422+ impl From < & InitializeGatewayConfig > for alloy_sol_types:: private:: LogData {
34233423 #[ inline]
3424- fn from ( this : & Initialization ) -> alloy_sol_types:: private:: LogData {
3424+ fn from (
3425+ this : & InitializeGatewayConfig ,
3426+ ) -> alloy_sol_types:: private:: LogData {
34253427 alloy_sol_types:: SolEvent :: encode_log_data ( this)
34263428 }
34273429 }
@@ -8656,7 +8658,7 @@ function updateUserDecryptionThreshold(uint256 newUserDecryptionThreshold) exter
86568658 #[ allow( missing_docs) ]
86578659 AddHostChain ( AddHostChain ) ,
86588660 #[ allow( missing_docs) ]
8659- Initialization ( Initialization ) ,
8661+ InitializeGatewayConfig ( InitializeGatewayConfig ) ,
86608662 #[ allow( missing_docs) ]
86618663 UpdateMpcThreshold ( UpdateMpcThreshold ) ,
86628664 #[ allow( missing_docs) ]
@@ -8701,9 +8703,9 @@ function updateUserDecryptionThreshold(uint256 newUserDecryptionThreshold) exter
87018703 58u8 , 245u8 , 211u8 , 151u8 , 154u8 , 218u8 , 181u8 , 3u8 , 88u8 , 0u8 ,
87028704 ] ,
87038705 [
8704- 243u8 , 61u8 , 144u8 , 140u8 , 74u8 , 139u8 , 83u8 , 47u8 , 230u8 , 77u8 , 242u8 ,
8705- 11u8 , 114u8 , 111u8 , 17u8 , 64u8 , 92u8 , 17u8 , 185u8 , 119u8 , 45u8 , 49u8 ,
8706- 182u8 , 111u8 , 94u8 , 239u8 , 104u8 , 135u8 , 164u8 , 60u8 , 63u8 , 222u8 ,
8706+ 229u8 , 146u8 , 209u8 , 97u8 , 48u8 , 194u8 , 241u8 , 118u8 , 251u8 , 116u8 , 81u8 ,
8707+ 170u8 , 169u8 , 226u8 , 200u8 , 192u8 , 107u8 , 167u8 , 148u8 , 17u8 , 53u8 , 29u8 ,
8708+ 157u8 , 213u8 , 111u8 , 34u8 , 111u8 , 185u8 , 39u8 , 82u8 , 169u8 , 134u8 ,
87078709 ] ,
87088710 ] ;
87098711 }
@@ -8725,13 +8727,15 @@ function updateUserDecryptionThreshold(uint256 newUserDecryptionThreshold) exter
87258727 )
87268728 . map ( Self :: AddHostChain )
87278729 }
8728- Some ( <Initialization as alloy_sol_types:: SolEvent >:: SIGNATURE_HASH ) => {
8729- <Initialization as alloy_sol_types:: SolEvent >:: decode_raw_log (
8730+ Some (
8731+ <InitializeGatewayConfig as alloy_sol_types:: SolEvent >:: SIGNATURE_HASH ,
8732+ ) => {
8733+ <InitializeGatewayConfig as alloy_sol_types:: SolEvent >:: decode_raw_log (
87308734 topics,
87318735 data,
87328736 validate,
87338737 )
8734- . map ( Self :: Initialization )
8738+ . map ( Self :: InitializeGatewayConfig )
87358739 }
87368740 Some (
87378741 <UpdateMpcThreshold as alloy_sol_types:: SolEvent >:: SIGNATURE_HASH ,
@@ -8792,7 +8796,7 @@ function updateUserDecryptionThreshold(uint256 newUserDecryptionThreshold) exter
87928796 Self :: AddHostChain ( inner) => {
87938797 alloy_sol_types:: private:: IntoLogData :: to_log_data ( inner)
87948798 }
8795- Self :: Initialization ( inner) => {
8799+ Self :: InitializeGatewayConfig ( inner) => {
87968800 alloy_sol_types:: private:: IntoLogData :: to_log_data ( inner)
87978801 }
87988802 Self :: UpdateMpcThreshold ( inner) => {
@@ -8814,7 +8818,7 @@ function updateUserDecryptionThreshold(uint256 newUserDecryptionThreshold) exter
88148818 Self :: AddHostChain ( inner) => {
88158819 alloy_sol_types:: private:: IntoLogData :: into_log_data ( inner)
88168820 }
8817- Self :: Initialization ( inner) => {
8821+ Self :: InitializeGatewayConfig ( inner) => {
88188822 alloy_sol_types:: private:: IntoLogData :: into_log_data ( inner)
88198823 }
88208824 Self :: UpdateMpcThreshold ( inner) => {
@@ -9250,11 +9254,11 @@ the bytecode concatenated with the constructor's ABI-encoded arguments.*/
92509254 ) -> alloy_contract:: Event < T , & P , AddHostChain , N > {
92519255 self . event_filter :: < AddHostChain > ( )
92529256 }
9253- ///Creates a new event filter for the [`Initialization `] event.
9254- pub fn Initialization_filter (
9257+ ///Creates a new event filter for the [`InitializeGatewayConfig `] event.
9258+ pub fn InitializeGatewayConfig_filter (
92559259 & self ,
9256- ) -> alloy_contract:: Event < T , & P , Initialization , N > {
9257- self . event_filter :: < Initialization > ( )
9260+ ) -> alloy_contract:: Event < T , & P , InitializeGatewayConfig , N > {
9261+ self . event_filter :: < InitializeGatewayConfig > ( )
92589262 }
92599263 ///Creates a new event filter for the [`UpdateMpcThreshold`] event.
92609264 pub fn UpdateMpcThreshold_filter (
0 commit comments