@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/RegistryAbi.d.ts
CHANGED
|
@@ -2,158 +2,158 @@
|
|
|
2
2
|
* Registry ABI.
|
|
3
3
|
*/
|
|
4
4
|
export declare const RegistryAbi: readonly [{
|
|
5
|
+
readonly type: "constructor";
|
|
5
6
|
readonly inputs: readonly [];
|
|
6
7
|
readonly stateMutability: "nonpayable";
|
|
7
|
-
readonly type: "constructor";
|
|
8
8
|
}, {
|
|
9
|
-
readonly
|
|
10
|
-
readonly internalType: "address";
|
|
11
|
-
readonly name: "rollup";
|
|
12
|
-
readonly type: "address";
|
|
13
|
-
}];
|
|
14
|
-
readonly name: "Registry__RollupAlreadyRegistered";
|
|
15
|
-
readonly type: "error";
|
|
16
|
-
}, {
|
|
17
|
-
readonly inputs: readonly [{
|
|
18
|
-
readonly internalType: "address";
|
|
19
|
-
readonly name: "rollup";
|
|
20
|
-
readonly type: "address";
|
|
21
|
-
}];
|
|
22
|
-
readonly name: "Registry__RollupNotRegistered";
|
|
23
|
-
readonly type: "error";
|
|
24
|
-
}, {
|
|
25
|
-
readonly inputs: readonly [];
|
|
9
|
+
readonly type: "function";
|
|
26
10
|
readonly name: "getCurrentSnapshot";
|
|
11
|
+
readonly inputs: readonly [];
|
|
27
12
|
readonly outputs: readonly [{
|
|
13
|
+
readonly name: "";
|
|
14
|
+
readonly type: "tuple";
|
|
15
|
+
readonly internalType: "struct DataStructures.RegistrySnapshot";
|
|
28
16
|
readonly components: readonly [{
|
|
29
|
-
readonly internalType: "address";
|
|
30
17
|
readonly name: "rollup";
|
|
31
18
|
readonly type: "address";
|
|
32
|
-
}, {
|
|
33
19
|
readonly internalType: "address";
|
|
20
|
+
}, {
|
|
34
21
|
readonly name: "inbox";
|
|
35
22
|
readonly type: "address";
|
|
36
|
-
}, {
|
|
37
23
|
readonly internalType: "address";
|
|
24
|
+
}, {
|
|
38
25
|
readonly name: "outbox";
|
|
39
26
|
readonly type: "address";
|
|
27
|
+
readonly internalType: "address";
|
|
40
28
|
}, {
|
|
41
|
-
readonly internalType: "uint256";
|
|
42
29
|
readonly name: "blockNumber";
|
|
43
30
|
readonly type: "uint256";
|
|
31
|
+
readonly internalType: "uint256";
|
|
44
32
|
}];
|
|
45
|
-
readonly internalType: "struct DataStructures.RegistrySnapshot";
|
|
46
|
-
readonly name: "";
|
|
47
|
-
readonly type: "tuple";
|
|
48
33
|
}];
|
|
49
34
|
readonly stateMutability: "view";
|
|
50
|
-
readonly type: "function";
|
|
51
35
|
}, {
|
|
52
|
-
readonly
|
|
36
|
+
readonly type: "function";
|
|
53
37
|
readonly name: "getInbox";
|
|
38
|
+
readonly inputs: readonly [];
|
|
54
39
|
readonly outputs: readonly [{
|
|
55
|
-
readonly internalType: "contract IInbox";
|
|
56
40
|
readonly name: "";
|
|
57
41
|
readonly type: "address";
|
|
42
|
+
readonly internalType: "contract IInbox";
|
|
58
43
|
}];
|
|
59
44
|
readonly stateMutability: "view";
|
|
60
|
-
readonly type: "function";
|
|
61
45
|
}, {
|
|
62
|
-
readonly
|
|
46
|
+
readonly type: "function";
|
|
63
47
|
readonly name: "getOutbox";
|
|
48
|
+
readonly inputs: readonly [];
|
|
64
49
|
readonly outputs: readonly [{
|
|
65
|
-
readonly internalType: "contract IOutbox";
|
|
66
50
|
readonly name: "";
|
|
67
51
|
readonly type: "address";
|
|
52
|
+
readonly internalType: "contract IOutbox";
|
|
68
53
|
}];
|
|
69
54
|
readonly stateMutability: "view";
|
|
70
|
-
readonly type: "function";
|
|
71
55
|
}, {
|
|
72
|
-
readonly
|
|
56
|
+
readonly type: "function";
|
|
73
57
|
readonly name: "getRollup";
|
|
58
|
+
readonly inputs: readonly [];
|
|
74
59
|
readonly outputs: readonly [{
|
|
75
|
-
readonly internalType: "contract IRollup";
|
|
76
60
|
readonly name: "";
|
|
77
61
|
readonly type: "address";
|
|
62
|
+
readonly internalType: "contract IRollup";
|
|
78
63
|
}];
|
|
79
64
|
readonly stateMutability: "view";
|
|
80
|
-
readonly type: "function";
|
|
81
65
|
}, {
|
|
66
|
+
readonly type: "function";
|
|
67
|
+
readonly name: "getSnapshot";
|
|
82
68
|
readonly inputs: readonly [{
|
|
83
|
-
readonly internalType: "uint256";
|
|
84
69
|
readonly name: "_version";
|
|
85
70
|
readonly type: "uint256";
|
|
71
|
+
readonly internalType: "uint256";
|
|
86
72
|
}];
|
|
87
|
-
readonly name: "getSnapshot";
|
|
88
73
|
readonly outputs: readonly [{
|
|
74
|
+
readonly name: "";
|
|
75
|
+
readonly type: "tuple";
|
|
76
|
+
readonly internalType: "struct DataStructures.RegistrySnapshot";
|
|
89
77
|
readonly components: readonly [{
|
|
90
|
-
readonly internalType: "address";
|
|
91
78
|
readonly name: "rollup";
|
|
92
79
|
readonly type: "address";
|
|
93
|
-
}, {
|
|
94
80
|
readonly internalType: "address";
|
|
81
|
+
}, {
|
|
95
82
|
readonly name: "inbox";
|
|
96
83
|
readonly type: "address";
|
|
97
|
-
}, {
|
|
98
84
|
readonly internalType: "address";
|
|
85
|
+
}, {
|
|
99
86
|
readonly name: "outbox";
|
|
100
87
|
readonly type: "address";
|
|
88
|
+
readonly internalType: "address";
|
|
101
89
|
}, {
|
|
102
|
-
readonly internalType: "uint256";
|
|
103
90
|
readonly name: "blockNumber";
|
|
104
91
|
readonly type: "uint256";
|
|
92
|
+
readonly internalType: "uint256";
|
|
105
93
|
}];
|
|
106
|
-
readonly internalType: "struct DataStructures.RegistrySnapshot";
|
|
107
|
-
readonly name: "";
|
|
108
|
-
readonly type: "tuple";
|
|
109
94
|
}];
|
|
110
95
|
readonly stateMutability: "view";
|
|
111
|
-
readonly type: "function";
|
|
112
96
|
}, {
|
|
97
|
+
readonly type: "function";
|
|
98
|
+
readonly name: "getVersionFor";
|
|
113
99
|
readonly inputs: readonly [{
|
|
114
|
-
readonly internalType: "address";
|
|
115
100
|
readonly name: "_rollup";
|
|
116
101
|
readonly type: "address";
|
|
102
|
+
readonly internalType: "address";
|
|
117
103
|
}];
|
|
118
|
-
readonly name: "getVersionFor";
|
|
119
104
|
readonly outputs: readonly [{
|
|
120
|
-
readonly internalType: "uint256";
|
|
121
105
|
readonly name: "";
|
|
122
106
|
readonly type: "uint256";
|
|
107
|
+
readonly internalType: "uint256";
|
|
123
108
|
}];
|
|
124
109
|
readonly stateMutability: "view";
|
|
125
|
-
readonly type: "function";
|
|
126
110
|
}, {
|
|
127
|
-
readonly
|
|
111
|
+
readonly type: "function";
|
|
128
112
|
readonly name: "numberOfVersions";
|
|
113
|
+
readonly inputs: readonly [];
|
|
129
114
|
readonly outputs: readonly [{
|
|
130
|
-
readonly internalType: "uint256";
|
|
131
115
|
readonly name: "";
|
|
132
116
|
readonly type: "uint256";
|
|
117
|
+
readonly internalType: "uint256";
|
|
133
118
|
}];
|
|
134
119
|
readonly stateMutability: "view";
|
|
135
|
-
readonly type: "function";
|
|
136
120
|
}, {
|
|
121
|
+
readonly type: "function";
|
|
122
|
+
readonly name: "upgrade";
|
|
137
123
|
readonly inputs: readonly [{
|
|
138
|
-
readonly internalType: "address";
|
|
139
124
|
readonly name: "_rollup";
|
|
140
125
|
readonly type: "address";
|
|
141
|
-
}, {
|
|
142
126
|
readonly internalType: "address";
|
|
127
|
+
}, {
|
|
143
128
|
readonly name: "_inbox";
|
|
144
129
|
readonly type: "address";
|
|
145
|
-
}, {
|
|
146
130
|
readonly internalType: "address";
|
|
131
|
+
}, {
|
|
147
132
|
readonly name: "_outbox";
|
|
148
133
|
readonly type: "address";
|
|
134
|
+
readonly internalType: "address";
|
|
149
135
|
}];
|
|
150
|
-
readonly name: "upgrade";
|
|
151
136
|
readonly outputs: readonly [{
|
|
152
|
-
readonly internalType: "uint256";
|
|
153
137
|
readonly name: "";
|
|
154
138
|
readonly type: "uint256";
|
|
139
|
+
readonly internalType: "uint256";
|
|
155
140
|
}];
|
|
156
141
|
readonly stateMutability: "nonpayable";
|
|
157
|
-
|
|
142
|
+
}, {
|
|
143
|
+
readonly type: "error";
|
|
144
|
+
readonly name: "Registry__RollupAlreadyRegistered";
|
|
145
|
+
readonly inputs: readonly [{
|
|
146
|
+
readonly name: "rollup";
|
|
147
|
+
readonly type: "address";
|
|
148
|
+
readonly internalType: "address";
|
|
149
|
+
}];
|
|
150
|
+
}, {
|
|
151
|
+
readonly type: "error";
|
|
152
|
+
readonly name: "Registry__RollupNotRegistered";
|
|
153
|
+
readonly inputs: readonly [{
|
|
154
|
+
readonly name: "rollup";
|
|
155
|
+
readonly type: "address";
|
|
156
|
+
readonly internalType: "address";
|
|
157
|
+
}];
|
|
158
158
|
}];
|
|
159
159
|
//# sourceMappingURL=RegistryAbi.d.ts.map
|
package/dest/RegistryAbi.js
CHANGED
|
@@ -3,207 +3,207 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const RegistryAbi = [
|
|
5
5
|
{
|
|
6
|
+
"type": "constructor",
|
|
6
7
|
"inputs": [],
|
|
7
|
-
"stateMutability": "nonpayable"
|
|
8
|
-
"type": "constructor"
|
|
8
|
+
"stateMutability": "nonpayable"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"
|
|
12
|
-
{
|
|
13
|
-
"internalType": "address",
|
|
14
|
-
"name": "rollup",
|
|
15
|
-
"type": "address"
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
"name": "Registry__RollupAlreadyRegistered",
|
|
19
|
-
"type": "error"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"inputs": [
|
|
23
|
-
{
|
|
24
|
-
"internalType": "address",
|
|
25
|
-
"name": "rollup",
|
|
26
|
-
"type": "address"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"name": "Registry__RollupNotRegistered",
|
|
30
|
-
"type": "error"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"inputs": [],
|
|
11
|
+
"type": "function",
|
|
34
12
|
"name": "getCurrentSnapshot",
|
|
13
|
+
"inputs": [],
|
|
35
14
|
"outputs": [
|
|
36
15
|
{
|
|
16
|
+
"name": "",
|
|
17
|
+
"type": "tuple",
|
|
18
|
+
"internalType": "struct DataStructures.RegistrySnapshot",
|
|
37
19
|
"components": [
|
|
38
20
|
{
|
|
39
|
-
"internalType": "address",
|
|
40
21
|
"name": "rollup",
|
|
41
|
-
"type": "address"
|
|
22
|
+
"type": "address",
|
|
23
|
+
"internalType": "address"
|
|
42
24
|
},
|
|
43
25
|
{
|
|
44
|
-
"internalType": "address",
|
|
45
26
|
"name": "inbox",
|
|
46
|
-
"type": "address"
|
|
27
|
+
"type": "address",
|
|
28
|
+
"internalType": "address"
|
|
47
29
|
},
|
|
48
30
|
{
|
|
49
|
-
"internalType": "address",
|
|
50
31
|
"name": "outbox",
|
|
51
|
-
"type": "address"
|
|
32
|
+
"type": "address",
|
|
33
|
+
"internalType": "address"
|
|
52
34
|
},
|
|
53
35
|
{
|
|
54
|
-
"internalType": "uint256",
|
|
55
36
|
"name": "blockNumber",
|
|
56
|
-
"type": "uint256"
|
|
37
|
+
"type": "uint256",
|
|
38
|
+
"internalType": "uint256"
|
|
57
39
|
}
|
|
58
|
-
]
|
|
59
|
-
"internalType": "struct DataStructures.RegistrySnapshot",
|
|
60
|
-
"name": "",
|
|
61
|
-
"type": "tuple"
|
|
40
|
+
]
|
|
62
41
|
}
|
|
63
42
|
],
|
|
64
|
-
"stateMutability": "view"
|
|
65
|
-
"type": "function"
|
|
43
|
+
"stateMutability": "view"
|
|
66
44
|
},
|
|
67
45
|
{
|
|
68
|
-
"
|
|
46
|
+
"type": "function",
|
|
69
47
|
"name": "getInbox",
|
|
48
|
+
"inputs": [],
|
|
70
49
|
"outputs": [
|
|
71
50
|
{
|
|
72
|
-
"internalType": "contract IInbox",
|
|
73
51
|
"name": "",
|
|
74
|
-
"type": "address"
|
|
52
|
+
"type": "address",
|
|
53
|
+
"internalType": "contract IInbox"
|
|
75
54
|
}
|
|
76
55
|
],
|
|
77
|
-
"stateMutability": "view"
|
|
78
|
-
"type": "function"
|
|
56
|
+
"stateMutability": "view"
|
|
79
57
|
},
|
|
80
58
|
{
|
|
81
|
-
"
|
|
59
|
+
"type": "function",
|
|
82
60
|
"name": "getOutbox",
|
|
61
|
+
"inputs": [],
|
|
83
62
|
"outputs": [
|
|
84
63
|
{
|
|
85
|
-
"internalType": "contract IOutbox",
|
|
86
64
|
"name": "",
|
|
87
|
-
"type": "address"
|
|
65
|
+
"type": "address",
|
|
66
|
+
"internalType": "contract IOutbox"
|
|
88
67
|
}
|
|
89
68
|
],
|
|
90
|
-
"stateMutability": "view"
|
|
91
|
-
"type": "function"
|
|
69
|
+
"stateMutability": "view"
|
|
92
70
|
},
|
|
93
71
|
{
|
|
94
|
-
"
|
|
72
|
+
"type": "function",
|
|
95
73
|
"name": "getRollup",
|
|
74
|
+
"inputs": [],
|
|
96
75
|
"outputs": [
|
|
97
76
|
{
|
|
98
|
-
"internalType": "contract IRollup",
|
|
99
77
|
"name": "",
|
|
100
|
-
"type": "address"
|
|
78
|
+
"type": "address",
|
|
79
|
+
"internalType": "contract IRollup"
|
|
101
80
|
}
|
|
102
81
|
],
|
|
103
|
-
"stateMutability": "view"
|
|
104
|
-
"type": "function"
|
|
82
|
+
"stateMutability": "view"
|
|
105
83
|
},
|
|
106
84
|
{
|
|
85
|
+
"type": "function",
|
|
86
|
+
"name": "getSnapshot",
|
|
107
87
|
"inputs": [
|
|
108
88
|
{
|
|
109
|
-
"internalType": "uint256",
|
|
110
89
|
"name": "_version",
|
|
111
|
-
"type": "uint256"
|
|
90
|
+
"type": "uint256",
|
|
91
|
+
"internalType": "uint256"
|
|
112
92
|
}
|
|
113
93
|
],
|
|
114
|
-
"name": "getSnapshot",
|
|
115
94
|
"outputs": [
|
|
116
95
|
{
|
|
96
|
+
"name": "",
|
|
97
|
+
"type": "tuple",
|
|
98
|
+
"internalType": "struct DataStructures.RegistrySnapshot",
|
|
117
99
|
"components": [
|
|
118
100
|
{
|
|
119
|
-
"internalType": "address",
|
|
120
101
|
"name": "rollup",
|
|
121
|
-
"type": "address"
|
|
102
|
+
"type": "address",
|
|
103
|
+
"internalType": "address"
|
|
122
104
|
},
|
|
123
105
|
{
|
|
124
|
-
"internalType": "address",
|
|
125
106
|
"name": "inbox",
|
|
126
|
-
"type": "address"
|
|
107
|
+
"type": "address",
|
|
108
|
+
"internalType": "address"
|
|
127
109
|
},
|
|
128
110
|
{
|
|
129
|
-
"internalType": "address",
|
|
130
111
|
"name": "outbox",
|
|
131
|
-
"type": "address"
|
|
112
|
+
"type": "address",
|
|
113
|
+
"internalType": "address"
|
|
132
114
|
},
|
|
133
115
|
{
|
|
134
|
-
"internalType": "uint256",
|
|
135
116
|
"name": "blockNumber",
|
|
136
|
-
"type": "uint256"
|
|
117
|
+
"type": "uint256",
|
|
118
|
+
"internalType": "uint256"
|
|
137
119
|
}
|
|
138
|
-
]
|
|
139
|
-
"internalType": "struct DataStructures.RegistrySnapshot",
|
|
140
|
-
"name": "",
|
|
141
|
-
"type": "tuple"
|
|
120
|
+
]
|
|
142
121
|
}
|
|
143
122
|
],
|
|
144
|
-
"stateMutability": "view"
|
|
145
|
-
"type": "function"
|
|
123
|
+
"stateMutability": "view"
|
|
146
124
|
},
|
|
147
125
|
{
|
|
126
|
+
"type": "function",
|
|
127
|
+
"name": "getVersionFor",
|
|
148
128
|
"inputs": [
|
|
149
129
|
{
|
|
150
|
-
"internalType": "address",
|
|
151
130
|
"name": "_rollup",
|
|
152
|
-
"type": "address"
|
|
131
|
+
"type": "address",
|
|
132
|
+
"internalType": "address"
|
|
153
133
|
}
|
|
154
134
|
],
|
|
155
|
-
"name": "getVersionFor",
|
|
156
135
|
"outputs": [
|
|
157
136
|
{
|
|
158
|
-
"internalType": "uint256",
|
|
159
137
|
"name": "",
|
|
160
|
-
"type": "uint256"
|
|
138
|
+
"type": "uint256",
|
|
139
|
+
"internalType": "uint256"
|
|
161
140
|
}
|
|
162
141
|
],
|
|
163
|
-
"stateMutability": "view"
|
|
164
|
-
"type": "function"
|
|
142
|
+
"stateMutability": "view"
|
|
165
143
|
},
|
|
166
144
|
{
|
|
167
|
-
"
|
|
145
|
+
"type": "function",
|
|
168
146
|
"name": "numberOfVersions",
|
|
147
|
+
"inputs": [],
|
|
169
148
|
"outputs": [
|
|
170
149
|
{
|
|
171
|
-
"internalType": "uint256",
|
|
172
150
|
"name": "",
|
|
173
|
-
"type": "uint256"
|
|
151
|
+
"type": "uint256",
|
|
152
|
+
"internalType": "uint256"
|
|
174
153
|
}
|
|
175
154
|
],
|
|
176
|
-
"stateMutability": "view"
|
|
177
|
-
"type": "function"
|
|
155
|
+
"stateMutability": "view"
|
|
178
156
|
},
|
|
179
157
|
{
|
|
158
|
+
"type": "function",
|
|
159
|
+
"name": "upgrade",
|
|
180
160
|
"inputs": [
|
|
181
161
|
{
|
|
182
|
-
"internalType": "address",
|
|
183
162
|
"name": "_rollup",
|
|
184
|
-
"type": "address"
|
|
163
|
+
"type": "address",
|
|
164
|
+
"internalType": "address"
|
|
185
165
|
},
|
|
186
166
|
{
|
|
187
|
-
"internalType": "address",
|
|
188
167
|
"name": "_inbox",
|
|
189
|
-
"type": "address"
|
|
168
|
+
"type": "address",
|
|
169
|
+
"internalType": "address"
|
|
190
170
|
},
|
|
191
171
|
{
|
|
192
|
-
"internalType": "address",
|
|
193
172
|
"name": "_outbox",
|
|
194
|
-
"type": "address"
|
|
173
|
+
"type": "address",
|
|
174
|
+
"internalType": "address"
|
|
195
175
|
}
|
|
196
176
|
],
|
|
197
|
-
"name": "upgrade",
|
|
198
177
|
"outputs": [
|
|
199
178
|
{
|
|
200
|
-
"internalType": "uint256",
|
|
201
179
|
"name": "",
|
|
202
|
-
"type": "uint256"
|
|
180
|
+
"type": "uint256",
|
|
181
|
+
"internalType": "uint256"
|
|
203
182
|
}
|
|
204
183
|
],
|
|
205
|
-
"stateMutability": "nonpayable"
|
|
206
|
-
|
|
184
|
+
"stateMutability": "nonpayable"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"type": "error",
|
|
188
|
+
"name": "Registry__RollupAlreadyRegistered",
|
|
189
|
+
"inputs": [
|
|
190
|
+
{
|
|
191
|
+
"name": "rollup",
|
|
192
|
+
"type": "address",
|
|
193
|
+
"internalType": "address"
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": "error",
|
|
199
|
+
"name": "Registry__RollupNotRegistered",
|
|
200
|
+
"inputs": [
|
|
201
|
+
{
|
|
202
|
+
"name": "rollup",
|
|
203
|
+
"type": "address",
|
|
204
|
+
"internalType": "address"
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
207
|
}
|
|
208
208
|
];
|
|
209
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
209
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUmVnaXN0cnlBYmkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9nZW5lcmF0ZWQvUmVnaXN0cnlBYmkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSCxNQUFNLENBQUMsTUFBTSxXQUFXLEdBQUc7SUFDekI7UUFDRSxNQUFNLEVBQUUsYUFBYTtRQUNyQixRQUFRLEVBQUUsRUFBRTtRQUNaLGlCQUFpQixFQUFFLFlBQVk7S0FDaEM7SUFDRDtRQUNFLE1BQU0sRUFBRSxVQUFVO1FBQ2xCLE1BQU0sRUFBRSxvQkFBb0I7UUFDNUIsUUFBUSxFQUFFLEVBQUU7UUFDWixTQUFTLEVBQUU7WUFDVDtnQkFDRSxNQUFNLEVBQUUsRUFBRTtnQkFDVixNQUFNLEVBQUUsT0FBTztnQkFDZixjQUFjLEVBQUUsd0NBQXdDO2dCQUN4RCxZQUFZLEVBQUU7b0JBQ1o7d0JBQ0UsTUFBTSxFQUFFLFFBQVE7d0JBQ2hCLE1BQU0sRUFBRSxTQUFTO3dCQUNqQixjQUFjLEVBQUUsU0FBUztxQkFDMUI7b0JBQ0Q7d0JBQ0UsTUFBTSxFQUFFLE9BQU87d0JBQ2YsTUFBTSxFQUFFLFNBQVM7d0JBQ2pCLGNBQWMsRUFBRSxTQUFTO3FCQUMxQjtvQkFDRDt3QkFDRSxNQUFNLEVBQUUsUUFBUTt3QkFDaEIsTUFBTSxFQUFFLFNBQVM7d0JBQ2pCLGNBQWMsRUFBRSxTQUFTO3FCQUMxQjtvQkFDRDt3QkFDRSxNQUFNLEVBQUUsYUFBYTt3QkFDckIsTUFBTSxFQUFFLFNBQVM7d0JBQ2pCLGNBQWMsRUFBRSxTQUFTO3FCQUMxQjtpQkFDRjthQUNGO1NBQ0Y7UUFDRCxpQkFBaUIsRUFBRSxNQUFNO0tBQzFCO0lBQ0Q7UUFDRSxNQUFNLEVBQUUsVUFBVTtRQUNsQixNQUFNLEVBQUUsVUFBVTtRQUNsQixRQUFRLEVBQUUsRUFBRTtRQUNaLFNBQVMsRUFBRTtZQUNUO2dCQUNFLE1BQU0sRUFBRSxFQUFFO2dCQUNWLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixjQUFj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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Registry bytecode.
|
|
3
3
|
*/
|
|
4
|
-
export declare const RegistryBytecode = "
|
|
4
|
+
export declare const RegistryBytecode = "0x608060405234801561001057600080fd5b5061001e61dead8080610024565b5061018d565b6001600160a01b0383166000908152600660205260408120541580159061006d57604051633c34eabf60e01b81526001600160a01b038616600482015260240160405180910390fd5b604080516080810182526001600160a01b03808816808352878216602084018190529187169383018490524360608401819052600180546001600160a01b03199081169093179055600280548316909317909255600380549091169093179092556004919091556000805481806100e383610166565b909155506000818152600560209081526040808320865181546001600160a01b03199081166001600160a01b03928316178355888501516001840180548316918416919091179055888401516002840180549092169083161790556060909701516003909101559990941681526006909352969091208690555093949350505050565b60006001820161018657634e487b7160e01b600052601160045260246000fd5b5060010190565b6104bf8061019c6000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c8063a4d2342a1161005b578063a4d2342a146101a0578063f000999e146101b1578063f6fc7eb6146101c4578063fe8beb711461022657600080fd5b8063368c093c1461008d5780635a4ce7ba146100b757806376f10ad0146100ce578063a32fbb7b1461018f575b600080fd5b6002546001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b6100c060005481565b6040519081526020016100ae565b61014f6100dc3660046103c8565b6040805160808082018352600080835260208084018290528385018290526060938401829052948152600585528390208351918201845280546001600160a01b03908116835260018201548116958301959095526002810154909416928101929092526003909201549181019190915290565b6040805182516001600160a01b039081168252602080850151821690830152838301511691810191909152606091820151918101919091526080016100ae565b6003546001600160a01b031661009a565b6001546001600160a01b031661009a565b6100c06101bf3660046103fd565b610239565b61014f60408051608081018252600080825260208201819052918101829052606081019190915250604080516080810182526001546001600160a01b039081168252600254811660208301526003541691810191909152600454606082015290565b6100c0610234366004610440565b61037c565b6001600160a01b0383166000908152600660205260408120541580159061028357604051633c34eabf60e01b81526001600160a01b03861660048201526024015b60405180910390fd5b604080516080810182526001600160a01b03808816808352878216602084018190529187169383018490524360608401819052600180546001600160a01b03199081169093179055600280548316909317909255600380549091169093179092556004919091556000805481806102f983610462565b909155506000818152600560209081526040808320865181546001600160a01b03199081166001600160a01b03928316178355888501516001840180548316918416919091179055888401516002840180549092169083161790556060909701516003909101559990941681526006909352969091208690555093949350505050565b6001600160a01b038116600090815260066020526040812054801515806103c15760405163a1fee4cf60e01b81526001600160a01b038516600482015260240161027a565b5092915050565b6000602082840312156103da57600080fd5b5035919050565b80356001600160a01b03811681146103f857600080fd5b919050565b60008060006060848603121561041257600080fd5b61041b846103e1565b9250610429602085016103e1565b9150610437604085016103e1565b90509250925092565b60006020828403121561045257600080fd5b61045b826103e1565b9392505050565b60006001820161048257634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220b59982c3a655841f13e3ea8ce8a1ecfb6f436a41872b0e9b96066163800ff1ac64736f6c63430008150033";
|
|
5
5
|
//# sourceMappingURL=RegistryBytecode.d.ts.map
|
package/dest/RegistryBytecode.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Registry bytecode.
|
|
3
3
|
*/
|
|
4
|
-
export const RegistryBytecode = "
|
|
4
|
+
export const RegistryBytecode = "0x608060405234801561001057600080fd5b5061001e61dead8080610024565b5061018d565b6001600160a01b0383166000908152600660205260408120541580159061006d57604051633c34eabf60e01b81526001600160a01b038616600482015260240160405180910390fd5b604080516080810182526001600160a01b03808816808352878216602084018190529187169383018490524360608401819052600180546001600160a01b03199081169093179055600280548316909317909255600380549091169093179092556004919091556000805481806100e383610166565b909155506000818152600560209081526040808320865181546001600160a01b03199081166001600160a01b03928316178355888501516001840180548316918416919091179055888401516002840180549092169083161790556060909701516003909101559990941681526006909352969091208690555093949350505050565b60006001820161018657634e487b7160e01b600052601160045260246000fd5b5060010190565b6104bf8061019c6000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c8063a4d2342a1161005b578063a4d2342a146101a0578063f000999e146101b1578063f6fc7eb6146101c4578063fe8beb711461022657600080fd5b8063368c093c1461008d5780635a4ce7ba146100b757806376f10ad0146100ce578063a32fbb7b1461018f575b600080fd5b6002546001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b6100c060005481565b6040519081526020016100ae565b61014f6100dc3660046103c8565b6040805160808082018352600080835260208084018290528385018290526060938401829052948152600585528390208351918201845280546001600160a01b03908116835260018201548116958301959095526002810154909416928101929092526003909201549181019190915290565b6040805182516001600160a01b039081168252602080850151821690830152838301511691810191909152606091820151918101919091526080016100ae565b6003546001600160a01b031661009a565b6001546001600160a01b031661009a565b6100c06101bf3660046103fd565b610239565b61014f60408051608081018252600080825260208201819052918101829052606081019190915250604080516080810182526001546001600160a01b039081168252600254811660208301526003541691810191909152600454606082015290565b6100c0610234366004610440565b61037c565b6001600160a01b0383166000908152600660205260408120541580159061028357604051633c34eabf60e01b81526001600160a01b03861660048201526024015b60405180910390fd5b604080516080810182526001600160a01b03808816808352878216602084018190529187169383018490524360608401819052600180546001600160a01b03199081169093179055600280548316909317909255600380549091169093179092556004919091556000805481806102f983610462565b909155506000818152600560209081526040808320865181546001600160a01b03199081166001600160a01b03928316178355888501516001840180548316918416919091179055888401516002840180549092169083161790556060909701516003909101559990941681526006909352969091208690555093949350505050565b6001600160a01b038116600090815260066020526040812054801515806103c15760405163a1fee4cf60e01b81526001600160a01b038516600482015260240161027a565b5092915050565b6000602082840312156103da57600080fd5b5035919050565b80356001600160a01b03811681146103f857600080fd5b919050565b60008060006060848603121561041257600080fd5b61041b846103e1565b9250610429602085016103e1565b9150610437604085016103e1565b90509250925092565b60006020828403121561045257600080fd5b61045b826103e1565b9392505050565b60006001820161048257634e487b7160e01b600052601160045260246000fd5b506001019056fea2646970667358221220b59982c3a655841f13e3ea8ce8a1ecfb6f436a41872b0e9b96066163800ff1ac64736f6c63430008150033";
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiUmVnaXN0cnlCeXRlY29kZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL2dlbmVyYXRlZC9SZWdpc3RyeUJ5dGVjb2RlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sZ0JBQWdCLEdBQUcsMHJHQUEwckcsQ0FBQyJ9
|