@aztec/l1-artifacts 3.0.0-nightly.20250906 → 3.0.0-nightly.20250910
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dest/EmpireSlasherDeploymentExtLibBytecode.d.ts +1 -1
- package/dest/EmpireSlasherDeploymentExtLibBytecode.js +1 -1
- package/dest/EmpireSlashingProposerBytecode.d.ts +1 -1
- package/dest/EmpireSlashingProposerBytecode.js +1 -1
- package/dest/FeeJuicePortalBytecode.d.ts +1 -1
- package/dest/FeeJuicePortalBytecode.js +1 -1
- package/dest/GovernanceProposerBytecode.d.ts +1 -1
- package/dest/GovernanceProposerBytecode.js +1 -1
- package/dest/HonkVerifierBytecode.d.ts +1 -1
- package/dest/HonkVerifierBytecode.js +1 -1
- package/dest/InboxBytecode.d.ts +1 -1
- package/dest/InboxBytecode.js +1 -1
- package/dest/MultiAdderBytecode.d.ts +1 -1
- package/dest/MultiAdderBytecode.js +1 -1
- package/dest/NewGovernanceProposerPayloadBytecode.d.ts +1 -1
- package/dest/NewGovernanceProposerPayloadBytecode.js +1 -1
- package/dest/OutboxBytecode.d.ts +1 -1
- package/dest/OutboxBytecode.js +1 -1
- package/dest/RegisterNewRollupVersionPayloadBytecode.d.ts +1 -1
- package/dest/RegisterNewRollupVersionPayloadBytecode.js +1 -1
- package/dest/RollupAbi.d.ts +234 -200
- package/dest/RollupAbi.d.ts.map +1 -1
- package/dest/RollupAbi.js +332 -288
- package/dest/RollupBytecode.d.ts +24 -24
- package/dest/RollupBytecode.d.ts.map +1 -1
- package/dest/RollupBytecode.js +24 -24
- package/dest/RollupOperationsExtLibBytecode.d.ts +1 -1
- package/dest/RollupOperationsExtLibBytecode.d.ts.map +1 -1
- package/dest/RollupOperationsExtLibBytecode.js +1 -1
- package/dest/RollupStorage.d.ts +3 -3
- package/dest/RollupStorage.js +3 -3
- package/dest/SlashFactoryBytecode.d.ts +1 -1
- package/dest/SlashFactoryBytecode.js +1 -1
- package/dest/StakingAssetHandlerBytecode.d.ts +1 -1
- package/dest/StakingAssetHandlerBytecode.js +1 -1
- package/dest/TallySlasherDeploymentExtLibBytecode.d.ts +1 -1
- package/dest/TallySlasherDeploymentExtLibBytecode.js +1 -1
- package/dest/TallySlashingProposerBytecode.d.ts +1 -1
- package/dest/TallySlashingProposerBytecode.js +1 -1
- package/dest/TokenPortalBytecode.d.ts +1 -1
- package/dest/TokenPortalBytecode.js +1 -1
- package/dest/UniswapPortalBytecode.d.ts +1 -1
- package/dest/UniswapPortalBytecode.js +1 -1
- package/dest/ValidatorOperationsExtLibBytecode.d.ts +1 -1
- package/dest/ValidatorOperationsExtLibBytecode.js +1 -1
- package/dest/ValidatorSelectionLibBytecode.d.ts +1 -1
- package/dest/ValidatorSelectionLibBytecode.js +1 -1
- package/dest/checksum.d.ts +1 -1
- package/dest/checksum.js +1 -1
- package/package.json +1 -1
package/dest/RollupAbi.d.ts
CHANGED
|
@@ -3691,6 +3691,114 @@ export declare const RollupAbi: readonly [{
|
|
|
3691
3691
|
}];
|
|
3692
3692
|
readonly outputs: readonly [];
|
|
3693
3693
|
readonly stateMutability: "nonpayable";
|
|
3694
|
+
}, {
|
|
3695
|
+
readonly type: "event";
|
|
3696
|
+
readonly name: "FailedDeposit";
|
|
3697
|
+
readonly inputs: readonly [{
|
|
3698
|
+
readonly name: "attester";
|
|
3699
|
+
readonly type: "address";
|
|
3700
|
+
readonly indexed: true;
|
|
3701
|
+
readonly internalType: "address";
|
|
3702
|
+
}, {
|
|
3703
|
+
readonly name: "withdrawer";
|
|
3704
|
+
readonly type: "address";
|
|
3705
|
+
readonly indexed: true;
|
|
3706
|
+
readonly internalType: "address";
|
|
3707
|
+
}, {
|
|
3708
|
+
readonly name: "publicKeyInG1";
|
|
3709
|
+
readonly type: "tuple";
|
|
3710
|
+
readonly indexed: false;
|
|
3711
|
+
readonly internalType: "struct G1Point";
|
|
3712
|
+
readonly components: readonly [{
|
|
3713
|
+
readonly name: "x";
|
|
3714
|
+
readonly type: "uint256";
|
|
3715
|
+
readonly internalType: "uint256";
|
|
3716
|
+
}, {
|
|
3717
|
+
readonly name: "y";
|
|
3718
|
+
readonly type: "uint256";
|
|
3719
|
+
readonly internalType: "uint256";
|
|
3720
|
+
}];
|
|
3721
|
+
}, {
|
|
3722
|
+
readonly name: "publicKeyInG2";
|
|
3723
|
+
readonly type: "tuple";
|
|
3724
|
+
readonly indexed: false;
|
|
3725
|
+
readonly internalType: "struct G2Point";
|
|
3726
|
+
readonly components: readonly [{
|
|
3727
|
+
readonly name: "x0";
|
|
3728
|
+
readonly type: "uint256";
|
|
3729
|
+
readonly internalType: "uint256";
|
|
3730
|
+
}, {
|
|
3731
|
+
readonly name: "x1";
|
|
3732
|
+
readonly type: "uint256";
|
|
3733
|
+
readonly internalType: "uint256";
|
|
3734
|
+
}, {
|
|
3735
|
+
readonly name: "y0";
|
|
3736
|
+
readonly type: "uint256";
|
|
3737
|
+
readonly internalType: "uint256";
|
|
3738
|
+
}, {
|
|
3739
|
+
readonly name: "y1";
|
|
3740
|
+
readonly type: "uint256";
|
|
3741
|
+
readonly internalType: "uint256";
|
|
3742
|
+
}];
|
|
3743
|
+
}, {
|
|
3744
|
+
readonly name: "proofOfPossession";
|
|
3745
|
+
readonly type: "tuple";
|
|
3746
|
+
readonly indexed: false;
|
|
3747
|
+
readonly internalType: "struct G1Point";
|
|
3748
|
+
readonly components: readonly [{
|
|
3749
|
+
readonly name: "x";
|
|
3750
|
+
readonly type: "uint256";
|
|
3751
|
+
readonly internalType: "uint256";
|
|
3752
|
+
}, {
|
|
3753
|
+
readonly name: "y";
|
|
3754
|
+
readonly type: "uint256";
|
|
3755
|
+
readonly internalType: "uint256";
|
|
3756
|
+
}];
|
|
3757
|
+
}];
|
|
3758
|
+
readonly anonymous: false;
|
|
3759
|
+
}, {
|
|
3760
|
+
readonly type: "function";
|
|
3761
|
+
readonly name: "getEpochProofPublicInputs";
|
|
3762
|
+
readonly inputs: readonly [{
|
|
3763
|
+
readonly name: "_start";
|
|
3764
|
+
readonly type: "uint256";
|
|
3765
|
+
readonly internalType: "uint256";
|
|
3766
|
+
}, {
|
|
3767
|
+
readonly name: "_end";
|
|
3768
|
+
readonly type: "uint256";
|
|
3769
|
+
readonly internalType: "uint256";
|
|
3770
|
+
}, {
|
|
3771
|
+
readonly name: "_args";
|
|
3772
|
+
readonly type: "tuple";
|
|
3773
|
+
readonly internalType: "struct PublicInputArgs";
|
|
3774
|
+
readonly components: readonly [{
|
|
3775
|
+
readonly name: "previousArchive";
|
|
3776
|
+
readonly type: "bytes32";
|
|
3777
|
+
readonly internalType: "bytes32";
|
|
3778
|
+
}, {
|
|
3779
|
+
readonly name: "endArchive";
|
|
3780
|
+
readonly type: "bytes32";
|
|
3781
|
+
readonly internalType: "bytes32";
|
|
3782
|
+
}, {
|
|
3783
|
+
readonly name: "proverId";
|
|
3784
|
+
readonly type: "address";
|
|
3785
|
+
readonly internalType: "address";
|
|
3786
|
+
}];
|
|
3787
|
+
}, {
|
|
3788
|
+
readonly name: "_fees";
|
|
3789
|
+
readonly type: "bytes32[]";
|
|
3790
|
+
readonly internalType: "bytes32[]";
|
|
3791
|
+
}, {
|
|
3792
|
+
readonly name: "_blobPublicInputs";
|
|
3793
|
+
readonly type: "bytes";
|
|
3794
|
+
readonly internalType: "bytes";
|
|
3795
|
+
}];
|
|
3796
|
+
readonly outputs: readonly [{
|
|
3797
|
+
readonly name: "";
|
|
3798
|
+
readonly type: "bytes32[]";
|
|
3799
|
+
readonly internalType: "bytes32[]";
|
|
3800
|
+
}];
|
|
3801
|
+
readonly stateMutability: "view";
|
|
3694
3802
|
}, {
|
|
3695
3803
|
readonly type: "function";
|
|
3696
3804
|
readonly name: "propose";
|
|
@@ -3851,120 +3959,29 @@ export declare const RollupAbi: readonly [{
|
|
|
3851
3959
|
readonly type: "address[]";
|
|
3852
3960
|
readonly internalType: "address[]";
|
|
3853
3961
|
}, {
|
|
3854
|
-
readonly name: "
|
|
3855
|
-
readonly type: "bytes";
|
|
3856
|
-
readonly internalType: "bytes";
|
|
3857
|
-
}];
|
|
3858
|
-
readonly outputs: readonly [];
|
|
3859
|
-
readonly stateMutability: "nonpayable";
|
|
3860
|
-
}, {
|
|
3861
|
-
readonly type: "event";
|
|
3862
|
-
readonly name: "FailedDeposit";
|
|
3863
|
-
readonly inputs: readonly [{
|
|
3864
|
-
readonly name: "attester";
|
|
3865
|
-
readonly type: "address";
|
|
3866
|
-
readonly indexed: true;
|
|
3867
|
-
readonly internalType: "address";
|
|
3868
|
-
}, {
|
|
3869
|
-
readonly name: "withdrawer";
|
|
3870
|
-
readonly type: "address";
|
|
3871
|
-
readonly indexed: true;
|
|
3872
|
-
readonly internalType: "address";
|
|
3873
|
-
}, {
|
|
3874
|
-
readonly name: "publicKeyInG1";
|
|
3962
|
+
readonly name: "_attestationsAndSignersSignature";
|
|
3875
3963
|
readonly type: "tuple";
|
|
3876
|
-
readonly
|
|
3877
|
-
readonly internalType: "struct G1Point";
|
|
3964
|
+
readonly internalType: "struct Signature";
|
|
3878
3965
|
readonly components: readonly [{
|
|
3879
|
-
readonly name: "
|
|
3880
|
-
readonly type: "
|
|
3881
|
-
readonly internalType: "
|
|
3882
|
-
}, {
|
|
3883
|
-
readonly name: "y";
|
|
3884
|
-
readonly type: "uint256";
|
|
3885
|
-
readonly internalType: "uint256";
|
|
3886
|
-
}];
|
|
3887
|
-
}, {
|
|
3888
|
-
readonly name: "publicKeyInG2";
|
|
3889
|
-
readonly type: "tuple";
|
|
3890
|
-
readonly indexed: false;
|
|
3891
|
-
readonly internalType: "struct G2Point";
|
|
3892
|
-
readonly components: readonly [{
|
|
3893
|
-
readonly name: "x0";
|
|
3894
|
-
readonly type: "uint256";
|
|
3895
|
-
readonly internalType: "uint256";
|
|
3896
|
-
}, {
|
|
3897
|
-
readonly name: "x1";
|
|
3898
|
-
readonly type: "uint256";
|
|
3899
|
-
readonly internalType: "uint256";
|
|
3900
|
-
}, {
|
|
3901
|
-
readonly name: "y0";
|
|
3902
|
-
readonly type: "uint256";
|
|
3903
|
-
readonly internalType: "uint256";
|
|
3904
|
-
}, {
|
|
3905
|
-
readonly name: "y1";
|
|
3906
|
-
readonly type: "uint256";
|
|
3907
|
-
readonly internalType: "uint256";
|
|
3908
|
-
}];
|
|
3909
|
-
}, {
|
|
3910
|
-
readonly name: "proofOfPossession";
|
|
3911
|
-
readonly type: "tuple";
|
|
3912
|
-
readonly indexed: false;
|
|
3913
|
-
readonly internalType: "struct G1Point";
|
|
3914
|
-
readonly components: readonly [{
|
|
3915
|
-
readonly name: "x";
|
|
3916
|
-
readonly type: "uint256";
|
|
3917
|
-
readonly internalType: "uint256";
|
|
3966
|
+
readonly name: "v";
|
|
3967
|
+
readonly type: "uint8";
|
|
3968
|
+
readonly internalType: "uint8";
|
|
3918
3969
|
}, {
|
|
3919
|
-
readonly name: "
|
|
3920
|
-
readonly type: "uint256";
|
|
3921
|
-
readonly internalType: "uint256";
|
|
3922
|
-
}];
|
|
3923
|
-
}];
|
|
3924
|
-
readonly anonymous: false;
|
|
3925
|
-
}, {
|
|
3926
|
-
readonly type: "function";
|
|
3927
|
-
readonly name: "getEpochProofPublicInputs";
|
|
3928
|
-
readonly inputs: readonly [{
|
|
3929
|
-
readonly name: "_start";
|
|
3930
|
-
readonly type: "uint256";
|
|
3931
|
-
readonly internalType: "uint256";
|
|
3932
|
-
}, {
|
|
3933
|
-
readonly name: "_end";
|
|
3934
|
-
readonly type: "uint256";
|
|
3935
|
-
readonly internalType: "uint256";
|
|
3936
|
-
}, {
|
|
3937
|
-
readonly name: "_args";
|
|
3938
|
-
readonly type: "tuple";
|
|
3939
|
-
readonly internalType: "struct PublicInputArgs";
|
|
3940
|
-
readonly components: readonly [{
|
|
3941
|
-
readonly name: "previousArchive";
|
|
3970
|
+
readonly name: "r";
|
|
3942
3971
|
readonly type: "bytes32";
|
|
3943
3972
|
readonly internalType: "bytes32";
|
|
3944
3973
|
}, {
|
|
3945
|
-
readonly name: "
|
|
3974
|
+
readonly name: "s";
|
|
3946
3975
|
readonly type: "bytes32";
|
|
3947
3976
|
readonly internalType: "bytes32";
|
|
3948
|
-
}, {
|
|
3949
|
-
readonly name: "proverId";
|
|
3950
|
-
readonly type: "address";
|
|
3951
|
-
readonly internalType: "address";
|
|
3952
3977
|
}];
|
|
3953
3978
|
}, {
|
|
3954
|
-
readonly name: "
|
|
3955
|
-
readonly type: "bytes32[]";
|
|
3956
|
-
readonly internalType: "bytes32[]";
|
|
3957
|
-
}, {
|
|
3958
|
-
readonly name: "_blobPublicInputs";
|
|
3979
|
+
readonly name: "_blobInput";
|
|
3959
3980
|
readonly type: "bytes";
|
|
3960
3981
|
readonly internalType: "bytes";
|
|
3961
3982
|
}];
|
|
3962
|
-
readonly outputs: readonly [
|
|
3963
|
-
|
|
3964
|
-
readonly type: "bytes32[]";
|
|
3965
|
-
readonly internalType: "bytes32[]";
|
|
3966
|
-
}];
|
|
3967
|
-
readonly stateMutability: "view";
|
|
3983
|
+
readonly outputs: readonly [];
|
|
3984
|
+
readonly stateMutability: "nonpayable";
|
|
3968
3985
|
}, {
|
|
3969
3986
|
readonly type: "event";
|
|
3970
3987
|
readonly name: "Deposit";
|
|
@@ -4100,105 +4117,6 @@ export declare const RollupAbi: readonly [{
|
|
|
4100
4117
|
}];
|
|
4101
4118
|
readonly outputs: readonly [];
|
|
4102
4119
|
readonly stateMutability: "nonpayable";
|
|
4103
|
-
}, {
|
|
4104
|
-
readonly type: "function";
|
|
4105
|
-
readonly name: "validateHeaderWithAttestations";
|
|
4106
|
-
readonly inputs: readonly [{
|
|
4107
|
-
readonly name: "_header";
|
|
4108
|
-
readonly type: "tuple";
|
|
4109
|
-
readonly internalType: "struct ProposedHeader";
|
|
4110
|
-
readonly components: readonly [{
|
|
4111
|
-
readonly name: "lastArchiveRoot";
|
|
4112
|
-
readonly type: "bytes32";
|
|
4113
|
-
readonly internalType: "bytes32";
|
|
4114
|
-
}, {
|
|
4115
|
-
readonly name: "contentCommitment";
|
|
4116
|
-
readonly type: "tuple";
|
|
4117
|
-
readonly internalType: "struct ContentCommitment";
|
|
4118
|
-
readonly components: readonly [{
|
|
4119
|
-
readonly name: "blobsHash";
|
|
4120
|
-
readonly type: "bytes32";
|
|
4121
|
-
readonly internalType: "bytes32";
|
|
4122
|
-
}, {
|
|
4123
|
-
readonly name: "inHash";
|
|
4124
|
-
readonly type: "bytes32";
|
|
4125
|
-
readonly internalType: "bytes32";
|
|
4126
|
-
}, {
|
|
4127
|
-
readonly name: "outHash";
|
|
4128
|
-
readonly type: "bytes32";
|
|
4129
|
-
readonly internalType: "bytes32";
|
|
4130
|
-
}];
|
|
4131
|
-
}, {
|
|
4132
|
-
readonly name: "slotNumber";
|
|
4133
|
-
readonly type: "uint256";
|
|
4134
|
-
readonly internalType: "Slot";
|
|
4135
|
-
}, {
|
|
4136
|
-
readonly name: "timestamp";
|
|
4137
|
-
readonly type: "uint256";
|
|
4138
|
-
readonly internalType: "Timestamp";
|
|
4139
|
-
}, {
|
|
4140
|
-
readonly name: "coinbase";
|
|
4141
|
-
readonly type: "address";
|
|
4142
|
-
readonly internalType: "address";
|
|
4143
|
-
}, {
|
|
4144
|
-
readonly name: "feeRecipient";
|
|
4145
|
-
readonly type: "bytes32";
|
|
4146
|
-
readonly internalType: "bytes32";
|
|
4147
|
-
}, {
|
|
4148
|
-
readonly name: "gasFees";
|
|
4149
|
-
readonly type: "tuple";
|
|
4150
|
-
readonly internalType: "struct GasFees";
|
|
4151
|
-
readonly components: readonly [{
|
|
4152
|
-
readonly name: "feePerDaGas";
|
|
4153
|
-
readonly type: "uint128";
|
|
4154
|
-
readonly internalType: "uint128";
|
|
4155
|
-
}, {
|
|
4156
|
-
readonly name: "feePerL2Gas";
|
|
4157
|
-
readonly type: "uint128";
|
|
4158
|
-
readonly internalType: "uint128";
|
|
4159
|
-
}];
|
|
4160
|
-
}, {
|
|
4161
|
-
readonly name: "totalManaUsed";
|
|
4162
|
-
readonly type: "uint256";
|
|
4163
|
-
readonly internalType: "uint256";
|
|
4164
|
-
}];
|
|
4165
|
-
}, {
|
|
4166
|
-
readonly name: "_attestations";
|
|
4167
|
-
readonly type: "tuple";
|
|
4168
|
-
readonly internalType: "struct CommitteeAttestations";
|
|
4169
|
-
readonly components: readonly [{
|
|
4170
|
-
readonly name: "signatureIndices";
|
|
4171
|
-
readonly type: "bytes";
|
|
4172
|
-
readonly internalType: "bytes";
|
|
4173
|
-
}, {
|
|
4174
|
-
readonly name: "signaturesOrAddresses";
|
|
4175
|
-
readonly type: "bytes";
|
|
4176
|
-
readonly internalType: "bytes";
|
|
4177
|
-
}];
|
|
4178
|
-
}, {
|
|
4179
|
-
readonly name: "_signers";
|
|
4180
|
-
readonly type: "address[]";
|
|
4181
|
-
readonly internalType: "address[]";
|
|
4182
|
-
}, {
|
|
4183
|
-
readonly name: "_digest";
|
|
4184
|
-
readonly type: "bytes32";
|
|
4185
|
-
readonly internalType: "bytes32";
|
|
4186
|
-
}, {
|
|
4187
|
-
readonly name: "_blobsHash";
|
|
4188
|
-
readonly type: "bytes32";
|
|
4189
|
-
readonly internalType: "bytes32";
|
|
4190
|
-
}, {
|
|
4191
|
-
readonly name: "_flags";
|
|
4192
|
-
readonly type: "tuple";
|
|
4193
|
-
readonly internalType: "struct BlockHeaderValidationFlags";
|
|
4194
|
-
readonly components: readonly [{
|
|
4195
|
-
readonly name: "ignoreDA";
|
|
4196
|
-
readonly type: "bool";
|
|
4197
|
-
readonly internalType: "bool";
|
|
4198
|
-
}];
|
|
4199
|
-
}];
|
|
4200
|
-
readonly outputs: readonly [];
|
|
4201
|
-
readonly stateMutability: "nonpayable";
|
|
4202
4120
|
}, {
|
|
4203
4121
|
readonly type: "constructor";
|
|
4204
4122
|
readonly inputs: readonly [{
|
|
@@ -4412,5 +4330,121 @@ export declare const RollupAbi: readonly [{
|
|
|
4412
4330
|
readonly type: "uint32";
|
|
4413
4331
|
readonly internalType: "uint32";
|
|
4414
4332
|
}];
|
|
4333
|
+
}, {
|
|
4334
|
+
readonly type: "function";
|
|
4335
|
+
readonly name: "validateHeaderWithAttestations";
|
|
4336
|
+
readonly inputs: readonly [{
|
|
4337
|
+
readonly name: "_header";
|
|
4338
|
+
readonly type: "tuple";
|
|
4339
|
+
readonly internalType: "struct ProposedHeader";
|
|
4340
|
+
readonly components: readonly [{
|
|
4341
|
+
readonly name: "lastArchiveRoot";
|
|
4342
|
+
readonly type: "bytes32";
|
|
4343
|
+
readonly internalType: "bytes32";
|
|
4344
|
+
}, {
|
|
4345
|
+
readonly name: "contentCommitment";
|
|
4346
|
+
readonly type: "tuple";
|
|
4347
|
+
readonly internalType: "struct ContentCommitment";
|
|
4348
|
+
readonly components: readonly [{
|
|
4349
|
+
readonly name: "blobsHash";
|
|
4350
|
+
readonly type: "bytes32";
|
|
4351
|
+
readonly internalType: "bytes32";
|
|
4352
|
+
}, {
|
|
4353
|
+
readonly name: "inHash";
|
|
4354
|
+
readonly type: "bytes32";
|
|
4355
|
+
readonly internalType: "bytes32";
|
|
4356
|
+
}, {
|
|
4357
|
+
readonly name: "outHash";
|
|
4358
|
+
readonly type: "bytes32";
|
|
4359
|
+
readonly internalType: "bytes32";
|
|
4360
|
+
}];
|
|
4361
|
+
}, {
|
|
4362
|
+
readonly name: "slotNumber";
|
|
4363
|
+
readonly type: "uint256";
|
|
4364
|
+
readonly internalType: "Slot";
|
|
4365
|
+
}, {
|
|
4366
|
+
readonly name: "timestamp";
|
|
4367
|
+
readonly type: "uint256";
|
|
4368
|
+
readonly internalType: "Timestamp";
|
|
4369
|
+
}, {
|
|
4370
|
+
readonly name: "coinbase";
|
|
4371
|
+
readonly type: "address";
|
|
4372
|
+
readonly internalType: "address";
|
|
4373
|
+
}, {
|
|
4374
|
+
readonly name: "feeRecipient";
|
|
4375
|
+
readonly type: "bytes32";
|
|
4376
|
+
readonly internalType: "bytes32";
|
|
4377
|
+
}, {
|
|
4378
|
+
readonly name: "gasFees";
|
|
4379
|
+
readonly type: "tuple";
|
|
4380
|
+
readonly internalType: "struct GasFees";
|
|
4381
|
+
readonly components: readonly [{
|
|
4382
|
+
readonly name: "feePerDaGas";
|
|
4383
|
+
readonly type: "uint128";
|
|
4384
|
+
readonly internalType: "uint128";
|
|
4385
|
+
}, {
|
|
4386
|
+
readonly name: "feePerL2Gas";
|
|
4387
|
+
readonly type: "uint128";
|
|
4388
|
+
readonly internalType: "uint128";
|
|
4389
|
+
}];
|
|
4390
|
+
}, {
|
|
4391
|
+
readonly name: "totalManaUsed";
|
|
4392
|
+
readonly type: "uint256";
|
|
4393
|
+
readonly internalType: "uint256";
|
|
4394
|
+
}];
|
|
4395
|
+
}, {
|
|
4396
|
+
readonly name: "_attestations";
|
|
4397
|
+
readonly type: "tuple";
|
|
4398
|
+
readonly internalType: "struct CommitteeAttestations";
|
|
4399
|
+
readonly components: readonly [{
|
|
4400
|
+
readonly name: "signatureIndices";
|
|
4401
|
+
readonly type: "bytes";
|
|
4402
|
+
readonly internalType: "bytes";
|
|
4403
|
+
}, {
|
|
4404
|
+
readonly name: "signaturesOrAddresses";
|
|
4405
|
+
readonly type: "bytes";
|
|
4406
|
+
readonly internalType: "bytes";
|
|
4407
|
+
}];
|
|
4408
|
+
}, {
|
|
4409
|
+
readonly name: "_signers";
|
|
4410
|
+
readonly type: "address[]";
|
|
4411
|
+
readonly internalType: "address[]";
|
|
4412
|
+
}, {
|
|
4413
|
+
readonly name: "_attestationsAndSignersSignature";
|
|
4414
|
+
readonly type: "tuple";
|
|
4415
|
+
readonly internalType: "struct Signature";
|
|
4416
|
+
readonly components: readonly [{
|
|
4417
|
+
readonly name: "v";
|
|
4418
|
+
readonly type: "uint8";
|
|
4419
|
+
readonly internalType: "uint8";
|
|
4420
|
+
}, {
|
|
4421
|
+
readonly name: "r";
|
|
4422
|
+
readonly type: "bytes32";
|
|
4423
|
+
readonly internalType: "bytes32";
|
|
4424
|
+
}, {
|
|
4425
|
+
readonly name: "s";
|
|
4426
|
+
readonly type: "bytes32";
|
|
4427
|
+
readonly internalType: "bytes32";
|
|
4428
|
+
}];
|
|
4429
|
+
}, {
|
|
4430
|
+
readonly name: "_digest";
|
|
4431
|
+
readonly type: "bytes32";
|
|
4432
|
+
readonly internalType: "bytes32";
|
|
4433
|
+
}, {
|
|
4434
|
+
readonly name: "_blobsHash";
|
|
4435
|
+
readonly type: "bytes32";
|
|
4436
|
+
readonly internalType: "bytes32";
|
|
4437
|
+
}, {
|
|
4438
|
+
readonly name: "_flags";
|
|
4439
|
+
readonly type: "tuple";
|
|
4440
|
+
readonly internalType: "struct BlockHeaderValidationFlags";
|
|
4441
|
+
readonly components: readonly [{
|
|
4442
|
+
readonly name: "ignoreDA";
|
|
4443
|
+
readonly type: "bool";
|
|
4444
|
+
readonly internalType: "bool";
|
|
4445
|
+
}];
|
|
4446
|
+
}];
|
|
4447
|
+
readonly outputs: readonly [];
|
|
4448
|
+
readonly stateMutability: "nonpayable";
|
|
4415
4449
|
}];
|
|
4416
4450
|
//# sourceMappingURL=RollupAbi.d.ts.map
|
package/dest/RollupAbi.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RollupAbi.d.ts","sourceRoot":"","sources":["../src/RollupAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"RollupAbi.d.ts","sourceRoot":"","sources":["../src/RollupAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAktLZ,CAAC"}
|