@aztec/l1-artifacts 0.20.0 → 0.22.0
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/AvailabilityOracleAbi.d.ts +17 -17
- package/dest/AvailabilityOracleAbi.js +28 -28
- package/dest/AvailabilityOracleBytecode.d.ts +1 -1
- package/dest/AvailabilityOracleBytecode.js +1 -1
- package/dest/ContractDeploymentEmitterAbi.d.ts +47 -47
- package/dest/ContractDeploymentEmitterAbi.js +64 -64
- package/dest/ContractDeploymentEmitterBytecode.d.ts +1 -1
- package/dest/ContractDeploymentEmitterBytecode.js +1 -1
- package/dest/IERC20Abi.d.ts +67 -67
- package/dest/IERC20Abi.js +101 -101
- package/dest/InboxAbi.d.ts +241 -241
- package/dest/InboxAbi.js +343 -343
- package/dest/InboxBytecode.d.ts +1 -1
- package/dest/InboxBytecode.js +1 -1
- package/dest/OutboxAbi.d.ts +141 -141
- package/dest/OutboxAbi.js +203 -203
- package/dest/OutboxBytecode.d.ts +1 -1
- package/dest/OutboxBytecode.js +1 -1
- package/dest/PortalERC20Abi.d.ts +145 -145
- package/dest/PortalERC20Abi.js +209 -209
- package/dest/RegistryAbi.d.ts +58 -58
- package/dest/RegistryAbi.js +95 -95
- package/dest/RegistryBytecode.d.ts +1 -1
- package/dest/RegistryBytecode.js +1 -1
- package/dest/RollupAbi.d.ts +109 -97
- package/dest/RollupAbi.d.ts.map +1 -1
- package/dest/RollupAbi.js +158 -142
- package/dest/RollupBytecode.d.ts +1 -1
- package/dest/RollupBytecode.d.ts.map +1 -1
- package/dest/RollupBytecode.js +2 -2
- package/dest/TokenPortalAbi.d.ts +80 -80
- package/dest/TokenPortalAbi.js +134 -134
- package/dest/TokenPortalBytecode.d.ts +1 -1
- package/dest/TokenPortalBytecode.js +1 -1
- package/dest/UniswapPortalAbi.d.ts +39 -39
- package/dest/UniswapPortalAbi.js +73 -73
- package/dest/UniswapPortalBytecode.d.ts +1 -1
- package/dest/UniswapPortalBytecode.js +1 -1
- package/generated/AvailabilityOracleAbi.ts +27 -27
- package/generated/AvailabilityOracleBytecode.ts +1 -1
- package/generated/ContractDeploymentEmitterAbi.ts +63 -63
- package/generated/ContractDeploymentEmitterBytecode.ts +1 -1
- package/generated/IERC20Abi.ts +100 -100
- package/generated/InboxAbi.ts +342 -342
- package/generated/InboxBytecode.ts +1 -1
- package/generated/OutboxAbi.ts +202 -202
- package/generated/OutboxBytecode.ts +1 -1
- package/generated/PortalERC20Abi.ts +208 -208
- package/generated/RegistryAbi.ts +94 -94
- package/generated/RegistryBytecode.ts +1 -1
- package/generated/RollupAbi.ts +157 -141
- package/generated/RollupBytecode.ts +1 -1
- package/generated/TokenPortalAbi.ts +133 -133
- package/generated/TokenPortalBytecode.ts +1 -1
- package/generated/UniswapPortalAbi.ts +72 -72
- package/generated/UniswapPortalBytecode.ts +1 -1
- package/package.json +1 -1
package/dest/PortalERC20Abi.d.ts
CHANGED
|
@@ -2,256 +2,256 @@
|
|
|
2
2
|
* PortalERC20 ABI.
|
|
3
3
|
*/
|
|
4
4
|
export declare const PortalERC20Abi: readonly [{
|
|
5
|
+
readonly type: "constructor";
|
|
5
6
|
readonly inputs: readonly [];
|
|
6
7
|
readonly stateMutability: "nonpayable";
|
|
7
|
-
readonly type: "constructor";
|
|
8
8
|
}, {
|
|
9
|
+
readonly type: "function";
|
|
10
|
+
readonly name: "allowance";
|
|
9
11
|
readonly inputs: readonly [{
|
|
10
|
-
readonly internalType: "address";
|
|
11
|
-
readonly name: "spender";
|
|
12
|
-
readonly type: "address";
|
|
13
|
-
}, {
|
|
14
|
-
readonly internalType: "uint256";
|
|
15
|
-
readonly name: "allowance";
|
|
16
|
-
readonly type: "uint256";
|
|
17
|
-
}, {
|
|
18
|
-
readonly internalType: "uint256";
|
|
19
|
-
readonly name: "needed";
|
|
20
|
-
readonly type: "uint256";
|
|
21
|
-
}];
|
|
22
|
-
readonly name: "ERC20InsufficientAllowance";
|
|
23
|
-
readonly type: "error";
|
|
24
|
-
}, {
|
|
25
|
-
readonly inputs: readonly [{
|
|
26
|
-
readonly internalType: "address";
|
|
27
|
-
readonly name: "sender";
|
|
28
|
-
readonly type: "address";
|
|
29
|
-
}, {
|
|
30
|
-
readonly internalType: "uint256";
|
|
31
|
-
readonly name: "balance";
|
|
32
|
-
readonly type: "uint256";
|
|
33
|
-
}, {
|
|
34
|
-
readonly internalType: "uint256";
|
|
35
|
-
readonly name: "needed";
|
|
36
|
-
readonly type: "uint256";
|
|
37
|
-
}];
|
|
38
|
-
readonly name: "ERC20InsufficientBalance";
|
|
39
|
-
readonly type: "error";
|
|
40
|
-
}, {
|
|
41
|
-
readonly inputs: readonly [{
|
|
42
|
-
readonly internalType: "address";
|
|
43
|
-
readonly name: "approver";
|
|
44
|
-
readonly type: "address";
|
|
45
|
-
}];
|
|
46
|
-
readonly name: "ERC20InvalidApprover";
|
|
47
|
-
readonly type: "error";
|
|
48
|
-
}, {
|
|
49
|
-
readonly inputs: readonly [{
|
|
50
|
-
readonly internalType: "address";
|
|
51
|
-
readonly name: "receiver";
|
|
52
|
-
readonly type: "address";
|
|
53
|
-
}];
|
|
54
|
-
readonly name: "ERC20InvalidReceiver";
|
|
55
|
-
readonly type: "error";
|
|
56
|
-
}, {
|
|
57
|
-
readonly inputs: readonly [{
|
|
58
|
-
readonly internalType: "address";
|
|
59
|
-
readonly name: "sender";
|
|
60
|
-
readonly type: "address";
|
|
61
|
-
}];
|
|
62
|
-
readonly name: "ERC20InvalidSender";
|
|
63
|
-
readonly type: "error";
|
|
64
|
-
}, {
|
|
65
|
-
readonly inputs: readonly [{
|
|
66
|
-
readonly internalType: "address";
|
|
67
|
-
readonly name: "spender";
|
|
68
|
-
readonly type: "address";
|
|
69
|
-
}];
|
|
70
|
-
readonly name: "ERC20InvalidSpender";
|
|
71
|
-
readonly type: "error";
|
|
72
|
-
}, {
|
|
73
|
-
readonly anonymous: false;
|
|
74
|
-
readonly inputs: readonly [{
|
|
75
|
-
readonly indexed: true;
|
|
76
|
-
readonly internalType: "address";
|
|
77
12
|
readonly name: "owner";
|
|
78
13
|
readonly type: "address";
|
|
79
|
-
}, {
|
|
80
|
-
readonly indexed: true;
|
|
81
14
|
readonly internalType: "address";
|
|
82
|
-
readonly name: "spender";
|
|
83
|
-
readonly type: "address";
|
|
84
|
-
}, {
|
|
85
|
-
readonly indexed: false;
|
|
86
|
-
readonly internalType: "uint256";
|
|
87
|
-
readonly name: "value";
|
|
88
|
-
readonly type: "uint256";
|
|
89
|
-
}];
|
|
90
|
-
readonly name: "Approval";
|
|
91
|
-
readonly type: "event";
|
|
92
|
-
}, {
|
|
93
|
-
readonly anonymous: false;
|
|
94
|
-
readonly inputs: readonly [{
|
|
95
|
-
readonly indexed: true;
|
|
96
|
-
readonly internalType: "address";
|
|
97
|
-
readonly name: "from";
|
|
98
|
-
readonly type: "address";
|
|
99
|
-
}, {
|
|
100
|
-
readonly indexed: true;
|
|
101
|
-
readonly internalType: "address";
|
|
102
|
-
readonly name: "to";
|
|
103
|
-
readonly type: "address";
|
|
104
|
-
}, {
|
|
105
|
-
readonly indexed: false;
|
|
106
|
-
readonly internalType: "uint256";
|
|
107
|
-
readonly name: "value";
|
|
108
|
-
readonly type: "uint256";
|
|
109
|
-
}];
|
|
110
|
-
readonly name: "Transfer";
|
|
111
|
-
readonly type: "event";
|
|
112
|
-
}, {
|
|
113
|
-
readonly inputs: readonly [{
|
|
114
|
-
readonly internalType: "address";
|
|
115
|
-
readonly name: "owner";
|
|
116
|
-
readonly type: "address";
|
|
117
15
|
}, {
|
|
118
|
-
readonly internalType: "address";
|
|
119
16
|
readonly name: "spender";
|
|
120
17
|
readonly type: "address";
|
|
18
|
+
readonly internalType: "address";
|
|
121
19
|
}];
|
|
122
|
-
readonly name: "allowance";
|
|
123
20
|
readonly outputs: readonly [{
|
|
124
|
-
readonly internalType: "uint256";
|
|
125
21
|
readonly name: "";
|
|
126
22
|
readonly type: "uint256";
|
|
23
|
+
readonly internalType: "uint256";
|
|
127
24
|
}];
|
|
128
25
|
readonly stateMutability: "view";
|
|
129
|
-
readonly type: "function";
|
|
130
26
|
}, {
|
|
27
|
+
readonly type: "function";
|
|
28
|
+
readonly name: "approve";
|
|
131
29
|
readonly inputs: readonly [{
|
|
132
|
-
readonly internalType: "address";
|
|
133
30
|
readonly name: "spender";
|
|
134
31
|
readonly type: "address";
|
|
32
|
+
readonly internalType: "address";
|
|
135
33
|
}, {
|
|
136
|
-
readonly internalType: "uint256";
|
|
137
34
|
readonly name: "value";
|
|
138
35
|
readonly type: "uint256";
|
|
36
|
+
readonly internalType: "uint256";
|
|
139
37
|
}];
|
|
140
|
-
readonly name: "approve";
|
|
141
38
|
readonly outputs: readonly [{
|
|
142
|
-
readonly internalType: "bool";
|
|
143
39
|
readonly name: "";
|
|
144
40
|
readonly type: "bool";
|
|
41
|
+
readonly internalType: "bool";
|
|
145
42
|
}];
|
|
146
43
|
readonly stateMutability: "nonpayable";
|
|
147
|
-
readonly type: "function";
|
|
148
44
|
}, {
|
|
45
|
+
readonly type: "function";
|
|
46
|
+
readonly name: "balanceOf";
|
|
149
47
|
readonly inputs: readonly [{
|
|
150
|
-
readonly internalType: "address";
|
|
151
48
|
readonly name: "account";
|
|
152
49
|
readonly type: "address";
|
|
50
|
+
readonly internalType: "address";
|
|
153
51
|
}];
|
|
154
|
-
readonly name: "balanceOf";
|
|
155
52
|
readonly outputs: readonly [{
|
|
156
|
-
readonly internalType: "uint256";
|
|
157
53
|
readonly name: "";
|
|
158
54
|
readonly type: "uint256";
|
|
55
|
+
readonly internalType: "uint256";
|
|
159
56
|
}];
|
|
160
57
|
readonly stateMutability: "view";
|
|
161
|
-
readonly type: "function";
|
|
162
58
|
}, {
|
|
163
|
-
readonly
|
|
59
|
+
readonly type: "function";
|
|
164
60
|
readonly name: "decimals";
|
|
61
|
+
readonly inputs: readonly [];
|
|
165
62
|
readonly outputs: readonly [{
|
|
166
|
-
readonly internalType: "uint8";
|
|
167
63
|
readonly name: "";
|
|
168
64
|
readonly type: "uint8";
|
|
65
|
+
readonly internalType: "uint8";
|
|
169
66
|
}];
|
|
170
67
|
readonly stateMutability: "view";
|
|
171
|
-
readonly type: "function";
|
|
172
68
|
}, {
|
|
69
|
+
readonly type: "function";
|
|
70
|
+
readonly name: "mint";
|
|
173
71
|
readonly inputs: readonly [{
|
|
174
|
-
readonly internalType: "address";
|
|
175
72
|
readonly name: "to";
|
|
176
73
|
readonly type: "address";
|
|
74
|
+
readonly internalType: "address";
|
|
177
75
|
}, {
|
|
178
|
-
readonly internalType: "uint256";
|
|
179
76
|
readonly name: "amount";
|
|
180
77
|
readonly type: "uint256";
|
|
78
|
+
readonly internalType: "uint256";
|
|
181
79
|
}];
|
|
182
|
-
readonly name: "mint";
|
|
183
80
|
readonly outputs: readonly [];
|
|
184
81
|
readonly stateMutability: "nonpayable";
|
|
185
|
-
readonly type: "function";
|
|
186
82
|
}, {
|
|
187
|
-
readonly
|
|
83
|
+
readonly type: "function";
|
|
188
84
|
readonly name: "name";
|
|
85
|
+
readonly inputs: readonly [];
|
|
189
86
|
readonly outputs: readonly [{
|
|
190
|
-
readonly internalType: "string";
|
|
191
87
|
readonly name: "";
|
|
192
88
|
readonly type: "string";
|
|
89
|
+
readonly internalType: "string";
|
|
193
90
|
}];
|
|
194
91
|
readonly stateMutability: "view";
|
|
195
|
-
readonly type: "function";
|
|
196
92
|
}, {
|
|
197
|
-
readonly
|
|
93
|
+
readonly type: "function";
|
|
198
94
|
readonly name: "symbol";
|
|
95
|
+
readonly inputs: readonly [];
|
|
199
96
|
readonly outputs: readonly [{
|
|
200
|
-
readonly internalType: "string";
|
|
201
97
|
readonly name: "";
|
|
202
98
|
readonly type: "string";
|
|
99
|
+
readonly internalType: "string";
|
|
203
100
|
}];
|
|
204
101
|
readonly stateMutability: "view";
|
|
205
|
-
readonly type: "function";
|
|
206
102
|
}, {
|
|
207
|
-
readonly
|
|
103
|
+
readonly type: "function";
|
|
208
104
|
readonly name: "totalSupply";
|
|
105
|
+
readonly inputs: readonly [];
|
|
209
106
|
readonly outputs: readonly [{
|
|
210
|
-
readonly internalType: "uint256";
|
|
211
107
|
readonly name: "";
|
|
212
108
|
readonly type: "uint256";
|
|
109
|
+
readonly internalType: "uint256";
|
|
213
110
|
}];
|
|
214
111
|
readonly stateMutability: "view";
|
|
215
|
-
readonly type: "function";
|
|
216
112
|
}, {
|
|
113
|
+
readonly type: "function";
|
|
114
|
+
readonly name: "transfer";
|
|
217
115
|
readonly inputs: readonly [{
|
|
218
|
-
readonly internalType: "address";
|
|
219
116
|
readonly name: "to";
|
|
220
117
|
readonly type: "address";
|
|
118
|
+
readonly internalType: "address";
|
|
221
119
|
}, {
|
|
222
|
-
readonly internalType: "uint256";
|
|
223
120
|
readonly name: "value";
|
|
224
121
|
readonly type: "uint256";
|
|
122
|
+
readonly internalType: "uint256";
|
|
225
123
|
}];
|
|
226
|
-
readonly name: "transfer";
|
|
227
124
|
readonly outputs: readonly [{
|
|
228
|
-
readonly internalType: "bool";
|
|
229
125
|
readonly name: "";
|
|
230
126
|
readonly type: "bool";
|
|
127
|
+
readonly internalType: "bool";
|
|
231
128
|
}];
|
|
232
129
|
readonly stateMutability: "nonpayable";
|
|
233
|
-
readonly type: "function";
|
|
234
130
|
}, {
|
|
131
|
+
readonly type: "function";
|
|
132
|
+
readonly name: "transferFrom";
|
|
235
133
|
readonly inputs: readonly [{
|
|
236
|
-
readonly internalType: "address";
|
|
237
134
|
readonly name: "from";
|
|
238
135
|
readonly type: "address";
|
|
239
|
-
}, {
|
|
240
136
|
readonly internalType: "address";
|
|
137
|
+
}, {
|
|
241
138
|
readonly name: "to";
|
|
242
139
|
readonly type: "address";
|
|
140
|
+
readonly internalType: "address";
|
|
243
141
|
}, {
|
|
244
|
-
readonly internalType: "uint256";
|
|
245
142
|
readonly name: "value";
|
|
246
143
|
readonly type: "uint256";
|
|
144
|
+
readonly internalType: "uint256";
|
|
247
145
|
}];
|
|
248
|
-
readonly name: "transferFrom";
|
|
249
146
|
readonly outputs: readonly [{
|
|
250
|
-
readonly internalType: "bool";
|
|
251
147
|
readonly name: "";
|
|
252
148
|
readonly type: "bool";
|
|
149
|
+
readonly internalType: "bool";
|
|
253
150
|
}];
|
|
254
151
|
readonly stateMutability: "nonpayable";
|
|
255
|
-
|
|
152
|
+
}, {
|
|
153
|
+
readonly type: "event";
|
|
154
|
+
readonly name: "Approval";
|
|
155
|
+
readonly inputs: readonly [{
|
|
156
|
+
readonly name: "owner";
|
|
157
|
+
readonly type: "address";
|
|
158
|
+
readonly indexed: true;
|
|
159
|
+
readonly internalType: "address";
|
|
160
|
+
}, {
|
|
161
|
+
readonly name: "spender";
|
|
162
|
+
readonly type: "address";
|
|
163
|
+
readonly indexed: true;
|
|
164
|
+
readonly internalType: "address";
|
|
165
|
+
}, {
|
|
166
|
+
readonly name: "value";
|
|
167
|
+
readonly type: "uint256";
|
|
168
|
+
readonly indexed: false;
|
|
169
|
+
readonly internalType: "uint256";
|
|
170
|
+
}];
|
|
171
|
+
readonly anonymous: false;
|
|
172
|
+
}, {
|
|
173
|
+
readonly type: "event";
|
|
174
|
+
readonly name: "Transfer";
|
|
175
|
+
readonly inputs: readonly [{
|
|
176
|
+
readonly name: "from";
|
|
177
|
+
readonly type: "address";
|
|
178
|
+
readonly indexed: true;
|
|
179
|
+
readonly internalType: "address";
|
|
180
|
+
}, {
|
|
181
|
+
readonly name: "to";
|
|
182
|
+
readonly type: "address";
|
|
183
|
+
readonly indexed: true;
|
|
184
|
+
readonly internalType: "address";
|
|
185
|
+
}, {
|
|
186
|
+
readonly name: "value";
|
|
187
|
+
readonly type: "uint256";
|
|
188
|
+
readonly indexed: false;
|
|
189
|
+
readonly internalType: "uint256";
|
|
190
|
+
}];
|
|
191
|
+
readonly anonymous: false;
|
|
192
|
+
}, {
|
|
193
|
+
readonly type: "error";
|
|
194
|
+
readonly name: "ERC20InsufficientAllowance";
|
|
195
|
+
readonly inputs: readonly [{
|
|
196
|
+
readonly name: "spender";
|
|
197
|
+
readonly type: "address";
|
|
198
|
+
readonly internalType: "address";
|
|
199
|
+
}, {
|
|
200
|
+
readonly name: "allowance";
|
|
201
|
+
readonly type: "uint256";
|
|
202
|
+
readonly internalType: "uint256";
|
|
203
|
+
}, {
|
|
204
|
+
readonly name: "needed";
|
|
205
|
+
readonly type: "uint256";
|
|
206
|
+
readonly internalType: "uint256";
|
|
207
|
+
}];
|
|
208
|
+
}, {
|
|
209
|
+
readonly type: "error";
|
|
210
|
+
readonly name: "ERC20InsufficientBalance";
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly name: "sender";
|
|
213
|
+
readonly type: "address";
|
|
214
|
+
readonly internalType: "address";
|
|
215
|
+
}, {
|
|
216
|
+
readonly name: "balance";
|
|
217
|
+
readonly type: "uint256";
|
|
218
|
+
readonly internalType: "uint256";
|
|
219
|
+
}, {
|
|
220
|
+
readonly name: "needed";
|
|
221
|
+
readonly type: "uint256";
|
|
222
|
+
readonly internalType: "uint256";
|
|
223
|
+
}];
|
|
224
|
+
}, {
|
|
225
|
+
readonly type: "error";
|
|
226
|
+
readonly name: "ERC20InvalidApprover";
|
|
227
|
+
readonly inputs: readonly [{
|
|
228
|
+
readonly name: "approver";
|
|
229
|
+
readonly type: "address";
|
|
230
|
+
readonly internalType: "address";
|
|
231
|
+
}];
|
|
232
|
+
}, {
|
|
233
|
+
readonly type: "error";
|
|
234
|
+
readonly name: "ERC20InvalidReceiver";
|
|
235
|
+
readonly inputs: readonly [{
|
|
236
|
+
readonly name: "receiver";
|
|
237
|
+
readonly type: "address";
|
|
238
|
+
readonly internalType: "address";
|
|
239
|
+
}];
|
|
240
|
+
}, {
|
|
241
|
+
readonly type: "error";
|
|
242
|
+
readonly name: "ERC20InvalidSender";
|
|
243
|
+
readonly inputs: readonly [{
|
|
244
|
+
readonly name: "sender";
|
|
245
|
+
readonly type: "address";
|
|
246
|
+
readonly internalType: "address";
|
|
247
|
+
}];
|
|
248
|
+
}, {
|
|
249
|
+
readonly type: "error";
|
|
250
|
+
readonly name: "ERC20InvalidSpender";
|
|
251
|
+
readonly inputs: readonly [{
|
|
252
|
+
readonly name: "spender";
|
|
253
|
+
readonly type: "address";
|
|
254
|
+
readonly internalType: "address";
|
|
255
|
+
}];
|
|
256
256
|
}];
|
|
257
257
|
//# sourceMappingURL=PortalERC20Abi.d.ts.map
|