@aztec/l1-artifacts 0.26.6 → 0.27.1
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/AvailabilityOracleBytecode.d.ts +1 -1
- package/dest/AvailabilityOracleBytecode.d.ts.map +1 -1
- package/dest/AvailabilityOracleBytecode.js +2 -2
- package/dest/GasPortalBytecode.d.ts +1 -1
- package/dest/GasPortalBytecode.js +1 -1
- package/dest/InboxBytecode.d.ts +1 -1
- package/dest/InboxBytecode.js +1 -1
- package/dest/NewInboxAbi.d.ts +136 -0
- package/dest/NewInboxAbi.d.ts.map +1 -0
- package/dest/NewInboxAbi.js +178 -0
- package/dest/NewInboxBytecode.d.ts +5 -0
- package/dest/NewInboxBytecode.d.ts.map +1 -0
- package/dest/NewInboxBytecode.js +5 -0
- package/dest/OutboxBytecode.d.ts +1 -1
- package/dest/OutboxBytecode.js +1 -1
- package/dest/RollupBytecode.d.ts +1 -1
- package/dest/RollupBytecode.d.ts.map +1 -1
- package/dest/RollupBytecode.js +2 -2
- 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/index.d.ts +2 -2
- package/dest/index.d.ts.map +1 -1
- package/dest/index.js +3 -3
- package/generated/AvailabilityOracleBytecode.ts +1 -1
- package/generated/GasPortalBytecode.ts +1 -1
- package/generated/InboxBytecode.ts +1 -1
- package/generated/NewInboxAbi.ts +177 -0
- package/generated/NewInboxBytecode.ts +4 -0
- package/generated/OutboxBytecode.ts +1 -1
- package/generated/RollupBytecode.ts +1 -1
- package/generated/TokenPortalBytecode.ts +1 -1
- package/generated/UniswapPortalBytecode.ts +1 -1
- package/generated/index.ts +2 -2
- package/package.json +1 -1
- package/dest/ContractDeploymentEmitterAbi.d.ts +0 -88
- package/dest/ContractDeploymentEmitterAbi.d.ts.map +0 -1
- package/dest/ContractDeploymentEmitterAbi.js +0 -109
- package/dest/ContractDeploymentEmitterBytecode.d.ts +0 -5
- package/dest/ContractDeploymentEmitterBytecode.d.ts.map +0 -1
- package/dest/ContractDeploymentEmitterBytecode.js +0 -5
- package/generated/ContractDeploymentEmitterAbi.ts +0 -108
- package/generated/ContractDeploymentEmitterBytecode.ts +0 -4
package/package.json
CHANGED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ContractDeploymentEmitter ABI.
|
|
3
|
-
*/
|
|
4
|
-
export declare const ContractDeploymentEmitterAbi: readonly [{
|
|
5
|
-
readonly type: "function";
|
|
6
|
-
readonly name: "emitContractDeployment";
|
|
7
|
-
readonly inputs: readonly [{
|
|
8
|
-
readonly name: "_l2BlockNum";
|
|
9
|
-
readonly type: "uint256";
|
|
10
|
-
readonly internalType: "uint256";
|
|
11
|
-
}, {
|
|
12
|
-
readonly name: "_aztecAddress";
|
|
13
|
-
readonly type: "bytes32";
|
|
14
|
-
readonly internalType: "bytes32";
|
|
15
|
-
}, {
|
|
16
|
-
readonly name: "_portalAddress";
|
|
17
|
-
readonly type: "address";
|
|
18
|
-
readonly internalType: "address";
|
|
19
|
-
}, {
|
|
20
|
-
readonly name: "_l2BlockHash";
|
|
21
|
-
readonly type: "bytes32";
|
|
22
|
-
readonly internalType: "bytes32";
|
|
23
|
-
}, {
|
|
24
|
-
readonly name: "_contractClassId";
|
|
25
|
-
readonly type: "bytes32";
|
|
26
|
-
readonly internalType: "bytes32";
|
|
27
|
-
}, {
|
|
28
|
-
readonly name: "_saltedInitializationHash";
|
|
29
|
-
readonly type: "bytes32";
|
|
30
|
-
readonly internalType: "bytes32";
|
|
31
|
-
}, {
|
|
32
|
-
readonly name: "_publicKeyHash";
|
|
33
|
-
readonly type: "bytes32";
|
|
34
|
-
readonly internalType: "bytes32";
|
|
35
|
-
}, {
|
|
36
|
-
readonly name: "_acir";
|
|
37
|
-
readonly type: "bytes";
|
|
38
|
-
readonly internalType: "bytes";
|
|
39
|
-
}];
|
|
40
|
-
readonly outputs: readonly [];
|
|
41
|
-
readonly stateMutability: "nonpayable";
|
|
42
|
-
}, {
|
|
43
|
-
readonly type: "event";
|
|
44
|
-
readonly name: "ContractDeployment";
|
|
45
|
-
readonly inputs: readonly [{
|
|
46
|
-
readonly name: "l2BlockNum";
|
|
47
|
-
readonly type: "uint256";
|
|
48
|
-
readonly indexed: true;
|
|
49
|
-
readonly internalType: "uint256";
|
|
50
|
-
}, {
|
|
51
|
-
readonly name: "aztecAddress";
|
|
52
|
-
readonly type: "bytes32";
|
|
53
|
-
readonly indexed: true;
|
|
54
|
-
readonly internalType: "bytes32";
|
|
55
|
-
}, {
|
|
56
|
-
readonly name: "portalAddress";
|
|
57
|
-
readonly type: "address";
|
|
58
|
-
readonly indexed: true;
|
|
59
|
-
readonly internalType: "address";
|
|
60
|
-
}, {
|
|
61
|
-
readonly name: "l2BlockHash";
|
|
62
|
-
readonly type: "bytes32";
|
|
63
|
-
readonly indexed: false;
|
|
64
|
-
readonly internalType: "bytes32";
|
|
65
|
-
}, {
|
|
66
|
-
readonly name: "contractClassId";
|
|
67
|
-
readonly type: "bytes32";
|
|
68
|
-
readonly indexed: false;
|
|
69
|
-
readonly internalType: "bytes32";
|
|
70
|
-
}, {
|
|
71
|
-
readonly name: "saltedInitializationHash";
|
|
72
|
-
readonly type: "bytes32";
|
|
73
|
-
readonly indexed: false;
|
|
74
|
-
readonly internalType: "bytes32";
|
|
75
|
-
}, {
|
|
76
|
-
readonly name: "publicKeyHash";
|
|
77
|
-
readonly type: "bytes32";
|
|
78
|
-
readonly indexed: false;
|
|
79
|
-
readonly internalType: "bytes32";
|
|
80
|
-
}, {
|
|
81
|
-
readonly name: "acir";
|
|
82
|
-
readonly type: "bytes";
|
|
83
|
-
readonly indexed: false;
|
|
84
|
-
readonly internalType: "bytes";
|
|
85
|
-
}];
|
|
86
|
-
readonly anonymous: false;
|
|
87
|
-
}];
|
|
88
|
-
//# sourceMappingURL=ContractDeploymentEmitterAbi.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContractDeploymentEmitterAbi.d.ts","sourceRoot":"","sources":["../generated/ContractDeploymentEmitterAbi.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwG/B,CAAC"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ContractDeploymentEmitter ABI.
|
|
3
|
-
*/
|
|
4
|
-
export const ContractDeploymentEmitterAbi = [
|
|
5
|
-
{
|
|
6
|
-
"type": "function",
|
|
7
|
-
"name": "emitContractDeployment",
|
|
8
|
-
"inputs": [
|
|
9
|
-
{
|
|
10
|
-
"name": "_l2BlockNum",
|
|
11
|
-
"type": "uint256",
|
|
12
|
-
"internalType": "uint256"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "_aztecAddress",
|
|
16
|
-
"type": "bytes32",
|
|
17
|
-
"internalType": "bytes32"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "_portalAddress",
|
|
21
|
-
"type": "address",
|
|
22
|
-
"internalType": "address"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "_l2BlockHash",
|
|
26
|
-
"type": "bytes32",
|
|
27
|
-
"internalType": "bytes32"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"name": "_contractClassId",
|
|
31
|
-
"type": "bytes32",
|
|
32
|
-
"internalType": "bytes32"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "_saltedInitializationHash",
|
|
36
|
-
"type": "bytes32",
|
|
37
|
-
"internalType": "bytes32"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "_publicKeyHash",
|
|
41
|
-
"type": "bytes32",
|
|
42
|
-
"internalType": "bytes32"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "_acir",
|
|
46
|
-
"type": "bytes",
|
|
47
|
-
"internalType": "bytes"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"outputs": [],
|
|
51
|
-
"stateMutability": "nonpayable"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "event",
|
|
55
|
-
"name": "ContractDeployment",
|
|
56
|
-
"inputs": [
|
|
57
|
-
{
|
|
58
|
-
"name": "l2BlockNum",
|
|
59
|
-
"type": "uint256",
|
|
60
|
-
"indexed": true,
|
|
61
|
-
"internalType": "uint256"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "aztecAddress",
|
|
65
|
-
"type": "bytes32",
|
|
66
|
-
"indexed": true,
|
|
67
|
-
"internalType": "bytes32"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "portalAddress",
|
|
71
|
-
"type": "address",
|
|
72
|
-
"indexed": true,
|
|
73
|
-
"internalType": "address"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "l2BlockHash",
|
|
77
|
-
"type": "bytes32",
|
|
78
|
-
"indexed": false,
|
|
79
|
-
"internalType": "bytes32"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "contractClassId",
|
|
83
|
-
"type": "bytes32",
|
|
84
|
-
"indexed": false,
|
|
85
|
-
"internalType": "bytes32"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "saltedInitializationHash",
|
|
89
|
-
"type": "bytes32",
|
|
90
|
-
"indexed": false,
|
|
91
|
-
"internalType": "bytes32"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "publicKeyHash",
|
|
95
|
-
"type": "bytes32",
|
|
96
|
-
"indexed": false,
|
|
97
|
-
"internalType": "bytes32"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "acir",
|
|
101
|
-
"type": "bytes",
|
|
102
|
-
"indexed": false,
|
|
103
|
-
"internalType": "bytes"
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
"anonymous": false
|
|
107
|
-
}
|
|
108
|
-
];
|
|
109
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ29udHJhY3REZXBsb3ltZW50RW1pdHRlckFiaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL2dlbmVyYXRlZC9Db250cmFjdERlcGxveW1lbnRFbWl0dGVyQWJpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sNEJBQTRCLEdBQUc7SUFDMUM7UUFDRSxNQUFNLEVBQUUsVUFBVTtRQUNsQixNQUFNLEVBQUUsd0JBQXdCO1FBQ2hDLFFBQVEsRUFBRTtZQUNSO2dCQUNFLE1BQU0sRUFBRSxhQUFhO2dCQUNyQixNQUFNLEVBQUUsU0FBUztnQkFDakIsY0FBYyxFQUFFLFNBQVM7YUFDMUI7WUFDRDtnQkFDRSxNQUFNLEVBQUUsZUFBZTtnQkFDdkIsTUFBTSxFQUFFLFNBQVM7Z0JBQ2pCLGNBQWMsRUFBRSxTQUFTO2FBQzFCO1lBQ0Q7Z0JBQ0UsTUFBTSxFQUFFLGdCQUFnQjtnQkFDeEIsTUFBTSxFQUFFLFNBQVM7Z0JBQ2pCLGNBQWMsRUFBRSxTQUFTO2FBQzFCO1lBQ0Q7Z0JBQ0UsTUFBTSxFQUFFLGNBQWM7Z0JBQ3RCLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixjQUFjLEVBQUUsU0FBUzthQUMxQjtZQUNEO2dCQUNFLE1BQU0sRUFBRSxrQkFBa0I7Z0JBQzFCLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixjQUFjLEVBQUUsU0FBUzthQUMxQjtZQUNEO2dCQUNFLE1BQU0sRUFBRSwyQkFBMkI7Z0JBQ25DLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixjQUFjLEVBQUUsU0FBUzthQUMxQjtZQUNEO2dCQUNFLE1BQU0sRUFBRSxnQkFBZ0I7Z0JBQ3hCLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixjQUFjLEVBQUUsU0FBUzthQUMxQjtZQUNEO2dCQUNFLE1BQU0sRUFBRSxPQUFPO2dCQUNmLE1BQU0sRUFBRSxPQUFPO2dCQUNmLGNBQWMsRUFBRSxPQUFPO2FBQ3hCO1NBQ0Y7UUFDRCxTQUFTLEVBQUUsRUFBRTtRQUNiLGlCQUFpQixFQUFFLFlBQVk7S0FDaEM7SUFDRDtRQUNFLE1BQU0sRUFBRSxPQUFPO1FBQ2YsTUFBTSxFQUFFLG9CQUFvQjtRQUM1QixRQUFRLEVBQUU7WUFDUjtnQkFDRSxNQUFNLEVBQUUsWUFBWTtnQkFDcEIsTUFBTSxFQUFFLFNBQVM7Z0JBQ2pCLFNBQVMsRUFBRSxJQUFJO2dCQUNmLGNBQWMsRUFBRSxTQUFTO2FBQzFCO1lBQ0Q7Z0JBQ0UsTUFBTSxFQUFFLGNBQWM7Z0JBQ3RCLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixTQUFTLEVBQUUsSUFBSTtnQkFDZixjQUFjLEVBQUUsU0FBUzthQUMxQjtZQUNEO2dCQUNFLE1BQU0sRUFBRSxlQUFlO2dCQUN2QixNQUFNLEVBQUUsU0FBUztnQkFDakIsU0FBUyxFQUFFLElBQUk7Z0JBQ2YsY0FBYyxFQUFFLFNBQVM7YUFDMUI7WUFDRDtnQkFDRSxNQUFNLEVBQUUsYUFBYTtnQkFDckIsTUFBTSxFQUFFLFNBQVM7Z0JBQ2pCLFNBQVMsRUFBRSxLQUFLO2dCQUNoQixjQUFjLEVBQUUsU0FBUzthQUMxQjtZQUNEO2dCQUNFLE1BQU0sRUFBRSxpQkFBaUI7Z0JBQ3pCLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixTQUFTLEVBQUUsS0FBSztnQkFDaEIsY0FBYyxFQUFFLFNBQVM7YUFDMUI7WUFDRDtnQkFDRSxNQUFNLEVBQUUsMEJBQTBCO2dCQUNsQyxNQUFNLEVBQUUsU0FBUztnQkFDakIsU0FBUyxFQUFFLEtBQUs7Z0JBQ2hCLGNBQWMsRUFBRSxTQUFTO2FBQzFCO1lBQ0Q7Z0JBQ0UsTUFBTSxFQUFFLGVBQWU7Z0JBQ3ZCLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixTQUFTLEVBQUUsS0FBSztnQkFDaEIsY0FBYyxFQUFFLFNBQVM7YUFDMUI7WUFDRDtnQkFDRSxNQUFNLEVBQUUsTUFBTTtnQkFDZCxNQUFNLEVBQUUsT0FBTztnQkFDZixTQUFTLEVBQUUsS0FBSztnQkFDaEIsY0FBYyxFQUFFLE9BQU87YUFDeEI7U0FDRjtRQUNELFdBQVcsRUFBRSxLQUFLO0tBQ25CO0NBQ08sQ0FBQyJ9
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ContractDeploymentEmitter bytecode.
|
|
3
|
-
*/
|
|
4
|
-
export declare const ContractDeploymentEmitterBytecode = "0x608060405234801561001057600080fd5b506101e9806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063fdd94d5114610030575b600080fd5b61004361003e36600461009d565b610045565b005b866001600160a01b0316888a7f781c890e904df2d5d8eaa591016a03eb634dd53b2c452687529bb96730ea183389898989898960405161008a96959493929190610168565b60405180910390a4505050505050505050565b60008060008060008060008060006101008a8c0312156100bc57600080fd5b8935985060208a0135975060408a01356001600160a01b03811681146100e157600080fd5b965060608a0135955060808a0135945060a08a0135935060c08a0135925060e08a013567ffffffffffffffff8082111561011a57600080fd5b818c0191508c601f83011261012e57600080fd5b81358181111561013d57600080fd5b8d602082850101111561014f57600080fd5b6020830194508093505050509295985092959850929598565b86815285602082015284604082015283606082015260a060808201528160a0820152818360c0830137600081830160c090810191909152601f909201601f191601019594505050505056fea264697066735822122005aa7ef8cbed9ac651bb8f4fa2196aaee9234249011924695604b3675ef0b4ae64736f6c63430008150033";
|
|
5
|
-
//# sourceMappingURL=ContractDeploymentEmitterBytecode.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ContractDeploymentEmitterBytecode.d.ts","sourceRoot":"","sources":["../generated/ContractDeploymentEmitterBytecode.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,iCAAiC,yhCAAyhC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ContractDeploymentEmitter bytecode.
|
|
3
|
-
*/
|
|
4
|
-
export const ContractDeploymentEmitterBytecode = "0x608060405234801561001057600080fd5b506101e9806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063fdd94d5114610030575b600080fd5b61004361003e36600461009d565b610045565b005b866001600160a01b0316888a7f781c890e904df2d5d8eaa591016a03eb634dd53b2c452687529bb96730ea183389898989898960405161008a96959493929190610168565b60405180910390a4505050505050505050565b60008060008060008060008060006101008a8c0312156100bc57600080fd5b8935985060208a0135975060408a01356001600160a01b03811681146100e157600080fd5b965060608a0135955060808a0135945060a08a0135935060c08a0135925060e08a013567ffffffffffffffff8082111561011a57600080fd5b818c0191508c601f83011261012e57600080fd5b81358181111561013d57600080fd5b8d602082850101111561014f57600080fd5b6020830194508093505050509295985092959850929598565b86815285602082015284604082015283606082015260a060808201528160a0820152818360c0830137600081830160c090810191909152601f909201601f191601019594505050505056fea264697066735822122005aa7ef8cbed9ac651bb8f4fa2196aaee9234249011924695604b3675ef0b4ae64736f6c63430008150033";
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiQ29udHJhY3REZXBsb3ltZW50RW1pdHRlckJ5dGVjb2RlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vZ2VuZXJhdGVkL0NvbnRyYWN0RGVwbG95bWVudEVtaXR0ZXJCeXRlY29kZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLGlDQUFpQyxHQUFHLHNoQ0FBc2hDLENBQUMifQ==
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ContractDeploymentEmitter ABI.
|
|
3
|
-
*/
|
|
4
|
-
export const ContractDeploymentEmitterAbi = [
|
|
5
|
-
{
|
|
6
|
-
"type": "function",
|
|
7
|
-
"name": "emitContractDeployment",
|
|
8
|
-
"inputs": [
|
|
9
|
-
{
|
|
10
|
-
"name": "_l2BlockNum",
|
|
11
|
-
"type": "uint256",
|
|
12
|
-
"internalType": "uint256"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "_aztecAddress",
|
|
16
|
-
"type": "bytes32",
|
|
17
|
-
"internalType": "bytes32"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "_portalAddress",
|
|
21
|
-
"type": "address",
|
|
22
|
-
"internalType": "address"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "_l2BlockHash",
|
|
26
|
-
"type": "bytes32",
|
|
27
|
-
"internalType": "bytes32"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"name": "_contractClassId",
|
|
31
|
-
"type": "bytes32",
|
|
32
|
-
"internalType": "bytes32"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "_saltedInitializationHash",
|
|
36
|
-
"type": "bytes32",
|
|
37
|
-
"internalType": "bytes32"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "_publicKeyHash",
|
|
41
|
-
"type": "bytes32",
|
|
42
|
-
"internalType": "bytes32"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "_acir",
|
|
46
|
-
"type": "bytes",
|
|
47
|
-
"internalType": "bytes"
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"outputs": [],
|
|
51
|
-
"stateMutability": "nonpayable"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"type": "event",
|
|
55
|
-
"name": "ContractDeployment",
|
|
56
|
-
"inputs": [
|
|
57
|
-
{
|
|
58
|
-
"name": "l2BlockNum",
|
|
59
|
-
"type": "uint256",
|
|
60
|
-
"indexed": true,
|
|
61
|
-
"internalType": "uint256"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "aztecAddress",
|
|
65
|
-
"type": "bytes32",
|
|
66
|
-
"indexed": true,
|
|
67
|
-
"internalType": "bytes32"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "portalAddress",
|
|
71
|
-
"type": "address",
|
|
72
|
-
"indexed": true,
|
|
73
|
-
"internalType": "address"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "l2BlockHash",
|
|
77
|
-
"type": "bytes32",
|
|
78
|
-
"indexed": false,
|
|
79
|
-
"internalType": "bytes32"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "contractClassId",
|
|
83
|
-
"type": "bytes32",
|
|
84
|
-
"indexed": false,
|
|
85
|
-
"internalType": "bytes32"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "saltedInitializationHash",
|
|
89
|
-
"type": "bytes32",
|
|
90
|
-
"indexed": false,
|
|
91
|
-
"internalType": "bytes32"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "publicKeyHash",
|
|
95
|
-
"type": "bytes32",
|
|
96
|
-
"indexed": false,
|
|
97
|
-
"internalType": "bytes32"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "acir",
|
|
101
|
-
"type": "bytes",
|
|
102
|
-
"indexed": false,
|
|
103
|
-
"internalType": "bytes"
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
"anonymous": false
|
|
107
|
-
}
|
|
108
|
-
] as const;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ContractDeploymentEmitter bytecode.
|
|
3
|
-
*/
|
|
4
|
-
export const ContractDeploymentEmitterBytecode = "0x608060405234801561001057600080fd5b506101e9806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063fdd94d5114610030575b600080fd5b61004361003e36600461009d565b610045565b005b866001600160a01b0316888a7f781c890e904df2d5d8eaa591016a03eb634dd53b2c452687529bb96730ea183389898989898960405161008a96959493929190610168565b60405180910390a4505050505050505050565b60008060008060008060008060006101008a8c0312156100bc57600080fd5b8935985060208a0135975060408a01356001600160a01b03811681146100e157600080fd5b965060608a0135955060808a0135945060a08a0135935060c08a0135925060e08a013567ffffffffffffffff8082111561011a57600080fd5b818c0191508c601f83011261012e57600080fd5b81358181111561013d57600080fd5b8d602082850101111561014f57600080fd5b6020830194508093505050509295985092959850929598565b86815285602082015284604082015283606082015260a060808201528160a0820152818360c0830137600081830160c090810191909152601f909201601f191601019594505050505056fea264697066735822122005aa7ef8cbed9ac651bb8f4fa2196aaee9234249011924695604b3675ef0b4ae64736f6c63430008150033";
|