File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
crates/scroll/chainspec/src Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ mod tests {
237237 "scroll": {
238238 "feeVaultAddress": "0x5300000000000000000000000000000000000005",
239239 "maxTxPayloadBytesPerBlock": 122880,
240+ "l1DataFeeBufferCheck": false,
240241 "l1Config": {
241242 "l1ChainId": 1,
242243 "l1MessageQueueAddress": "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B",
Original file line number Diff line number Diff line change @@ -760,6 +760,7 @@ mod tests {
760760 "scroll": {
761761 "feeVaultAddress": "0x5300000000000000000000000000000000000005",
762762 "maxTxPayloadBytesPerBlock": 122880,
763+ "l1DataFeeBufferCheck": false,
763764 "l1Config": {
764765 "l1ChainId": 1,
765766 "l1MessageQueueAddress": "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B",
@@ -798,6 +799,7 @@ mod tests {
798799 & serde_json:: json!( {
799800 "feeVaultAddress" : "0x5300000000000000000000000000000000000005" ,
800801 "maxTxPayloadBytesPerBlock" : 122880 ,
802+ "l1DataFeeBufferCheck" : false ,
801803 "l1Config" : {
802804 "l1ChainId" : 1 ,
803805 "l1MessageQueueAddress" : "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B" ,
@@ -864,6 +866,7 @@ mod tests {
864866 serde_json:: json!( {
865867 "feeVaultAddress" : "0x5300000000000000000000000000000000000005" ,
866868 "maxTxPayloadBytesPerBlock" : 122880 ,
869+ "l1DataFeeBufferCheck" : false ,
867870 "l1Config" : {
868871 "l1ChainId" : 1 ,
869872 "l1MessageQueueAddress" : "0x0d7E906BD9cAFa154b048cFa766Cc1E54E39AF9B" ,
You can’t perform that action at this time.
0 commit comments