@varun-ai07/covenant-mcp 2.0.2 → 2.0.4
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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/config.d.ts +55 -55
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +1 -1
- package/dist/config.js.map +1 -1
- package/dist/sdk/chunk-3R2WXEXL.mjs +828 -0
- package/dist/sdk/chunk-6ORMNSPN.mjs +842 -0
- package/dist/sdk/chunk-FH2MCRWQ.mjs +8732 -0
- package/dist/sdk/chunk-Y3YIH5K3.mjs +816 -0
- package/dist/sdk/config.d.ts +121 -0
- package/dist/sdk/config.d.ts.map +1 -0
- package/dist/sdk/config.js +196 -0
- package/dist/sdk/config.js.map +1 -0
- package/dist/sdk/contracts/AgentCollective.json +467 -0
- package/dist/sdk/contracts/AgentRegistry.d.ts +144 -0
- package/dist/sdk/contracts/AgentRegistry.d.ts.map +1 -0
- package/dist/sdk/contracts/AgentRegistry.js +92 -0
- package/dist/sdk/contracts/AgentRegistry.js.map +1 -0
- package/dist/sdk/contracts/COVENANTRouter.json +206 -0
- package/dist/sdk/contracts/CovenantArbitration.json +546 -0
- package/dist/sdk/contracts/CovenantAttestation.json +476 -0
- package/dist/sdk/contracts/CovenantEscrow.d.ts +70 -0
- package/dist/sdk/contracts/CovenantEscrow.d.ts.map +1 -0
- package/dist/sdk/contracts/CovenantEscrow.js +3 -0
- package/dist/sdk/contracts/CovenantEscrow.js.map +1 -0
- package/dist/sdk/contracts/CovenantEscrow.json +783 -0
- package/dist/sdk/contracts/CovenantGovernance.json +729 -0
- package/dist/sdk/contracts/CovenantIdentity.d.ts +70 -0
- package/dist/sdk/contracts/CovenantIdentity.d.ts.map +1 -0
- package/dist/sdk/contracts/CovenantIdentity.js +3 -0
- package/dist/sdk/contracts/CovenantIdentity.js.map +1 -0
- package/dist/sdk/contracts/CovenantIdentity.json +800 -0
- package/dist/sdk/contracts/CovenantSettlement.json +609 -0
- package/dist/sdk/contracts/DisputeResolution.d.ts +122 -0
- package/dist/sdk/contracts/DisputeResolution.d.ts.map +1 -0
- package/dist/sdk/contracts/DisputeResolution.js +86 -0
- package/dist/sdk/contracts/DisputeResolution.js.map +1 -0
- package/dist/sdk/contracts/GrantProgram.json +373 -0
- package/dist/sdk/contracts/InsurancePool.d.ts +209 -0
- package/dist/sdk/contracts/InsurancePool.d.ts.map +1 -0
- package/dist/sdk/contracts/InsurancePool.js +153 -0
- package/dist/sdk/contracts/InsurancePool.js.map +1 -0
- package/dist/sdk/contracts/InsurancePool.json +456 -0
- package/dist/sdk/contracts/MultiTokenEscrow.json +435 -0
- package/dist/sdk/contracts/OpenTaskMarket.d.ts +190 -0
- package/dist/sdk/contracts/OpenTaskMarket.d.ts.map +1 -0
- package/dist/sdk/contracts/OpenTaskMarket.js +117 -0
- package/dist/sdk/contracts/OpenTaskMarket.js.map +1 -0
- package/dist/sdk/contracts/ParallelTaskBatch.json +511 -0
- package/dist/sdk/contracts/ReceiptVerifierV2.d.ts +168 -0
- package/dist/sdk/contracts/ReceiptVerifierV2.d.ts.map +1 -0
- package/dist/sdk/contracts/ReceiptVerifierV2.js +109 -0
- package/dist/sdk/contracts/ReceiptVerifierV2.js.map +1 -0
- package/dist/sdk/contracts/RevisionManager.json +489 -0
- package/dist/sdk/contracts/TaskEscrow.d.ts +222 -0
- package/dist/sdk/contracts/TaskEscrow.d.ts.map +1 -0
- package/dist/sdk/contracts/TaskEscrow.js +144 -0
- package/dist/sdk/contracts/TaskEscrow.js.map +1 -0
- package/dist/sdk/contracts/TrainingMarketplace.json +357 -0
- package/dist/sdk/index.d.mts +385 -0
- package/dist/sdk/index.d.ts +35 -0
- package/dist/sdk/index.d.ts.map +1 -0
- package/dist/sdk/index.js +284 -0
- package/dist/sdk/index.js.map +1 -0
- package/dist/sdk/index.mjs +32 -0
- package/dist/sdk/types.d.ts +110 -0
- package/dist/sdk/types.d.ts.map +1 -0
- package/dist/sdk/types.js +17 -0
- package/dist/sdk/types.js.map +1 -0
- package/dist/sdk/v2.d.mts +100 -0
- package/dist/sdk/v2.d.ts +100 -0
- package/dist/sdk/v2.d.ts.map +1 -0
- package/dist/sdk/v2.js +2615 -0
- package/dist/sdk/v2.js.map +1 -0
- package/dist/sdk/v2.mjs +571 -0
- package/dist/sdk/v5-extensions.d.ts +133 -0
- package/dist/sdk/v5-extensions.d.ts.map +1 -0
- package/dist/sdk/v5-extensions.js +993 -0
- package/dist/sdk/v5-extensions.js.map +1 -0
- package/dist/sdk.d.ts +30 -0
- package/dist/sdk.d.ts.map +1 -0
- package/dist/sdk.js +180 -0
- package/dist/sdk.js.map +1 -0
- package/dist/server.js +1 -1
- package/dist/shared-types.d.ts +101 -1
- package/dist/shared-types.d.ts.map +1 -1
- package/dist/tools/corven-attest.d.ts.map +1 -1
- package/dist/tools/corven-attest.js +6 -5
- package/dist/tools/corven-attest.js.map +1 -1
- package/dist/tools/corven-batch.d.ts.map +1 -1
- package/dist/tools/corven-batch.js +5 -4
- package/dist/tools/corven-batch.js.map +1 -1
- package/dist/tools/corven-bounty.d.ts.map +1 -1
- package/dist/tools/corven-bounty.js +8 -24
- package/dist/tools/corven-bounty.js.map +1 -1
- package/dist/tools/corven-collective.d.ts.map +1 -1
- package/dist/tools/corven-collective.js +2 -7
- package/dist/tools/corven-collective.js.map +1 -1
- package/dist/tools/corven-govern.d.ts.map +1 -1
- package/dist/tools/corven-govern.js +6 -5
- package/dist/tools/corven-govern.js.map +1 -1
- package/dist/tools/corven-grants.js +2 -2
- package/dist/tools/corven-grants.js.map +1 -1
- package/dist/tools/corven-insurance.d.ts.map +1 -1
- package/dist/tools/corven-insurance.js +11 -12
- package/dist/tools/corven-insurance.js.map +1 -1
- package/dist/tools/corven-match.d.ts.map +1 -1
- package/dist/tools/corven-match.js +5 -4
- package/dist/tools/corven-match.js.map +1 -1
- package/dist/tools/corven-multi.d.ts.map +1 -1
- package/dist/tools/corven-multi.js +4 -31
- package/dist/tools/corven-multi.js.map +1 -1
- package/dist/tools/corven-reputation.d.ts.map +1 -1
- package/dist/tools/corven-reputation.js +7 -6
- package/dist/tools/corven-reputation.js.map +1 -1
- package/dist/tools/corven-revision.d.ts.map +1 -1
- package/dist/tools/corven-revision.js +13 -3
- package/dist/tools/corven-revision.js.map +1 -1
- package/dist/tools/corven-stats.d.ts.map +1 -1
- package/dist/tools/corven-stats.js +16 -16
- package/dist/tools/corven-stats.js.map +1 -1
- package/dist/tools/corven-stream.d.ts.map +1 -1
- package/dist/tools/corven-stream.js +1 -2
- package/dist/tools/corven-stream.js.map +1 -1
- package/dist/tools/corven-training.js +5 -6
- package/dist/tools/corven-training.js.map +1 -1
- package/dist/tools/disputes.d.ts.map +1 -1
- package/dist/tools/disputes.js +13 -11
- package/dist/tools/disputes.js.map +1 -1
- package/package.json +3 -4
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "MultiTokenEscrow",
|
|
4
|
+
"sourceName": "contracts/v5/extensions/MultiTokenEscrow.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"stateMutability": "nonpayable",
|
|
9
|
+
"type": "constructor"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"inputs": [],
|
|
13
|
+
"name": "InsufficientAllowance",
|
|
14
|
+
"type": "error"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"inputs": [],
|
|
18
|
+
"name": "InvalidTask",
|
|
19
|
+
"type": "error"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [],
|
|
23
|
+
"name": "NotClient",
|
|
24
|
+
"type": "error"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"inputs": [],
|
|
28
|
+
"name": "NotWorker",
|
|
29
|
+
"type": "error"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"inputs": [
|
|
33
|
+
{
|
|
34
|
+
"internalType": "address",
|
|
35
|
+
"name": "token",
|
|
36
|
+
"type": "address"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"name": "SafeERC20FailedOperation",
|
|
40
|
+
"type": "error"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"inputs": [],
|
|
44
|
+
"name": "TaskNotSubmitted",
|
|
45
|
+
"type": "error"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"inputs": [],
|
|
49
|
+
"name": "TokenNotAccepted",
|
|
50
|
+
"type": "error"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"anonymous": false,
|
|
54
|
+
"inputs": [
|
|
55
|
+
{
|
|
56
|
+
"indexed": true,
|
|
57
|
+
"internalType": "address",
|
|
58
|
+
"name": "to",
|
|
59
|
+
"type": "address"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"indexed": false,
|
|
63
|
+
"internalType": "uint256",
|
|
64
|
+
"name": "amount",
|
|
65
|
+
"type": "uint256"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"name": "EmergencyWithdraw",
|
|
69
|
+
"type": "event"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"anonymous": false,
|
|
73
|
+
"inputs": [
|
|
74
|
+
{
|
|
75
|
+
"indexed": false,
|
|
76
|
+
"internalType": "uint8",
|
|
77
|
+
"name": "version",
|
|
78
|
+
"type": "uint8"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"name": "Initialized",
|
|
82
|
+
"type": "event"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"anonymous": false,
|
|
86
|
+
"inputs": [
|
|
87
|
+
{
|
|
88
|
+
"indexed": true,
|
|
89
|
+
"internalType": "address",
|
|
90
|
+
"name": "previousOwner",
|
|
91
|
+
"type": "address"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"indexed": true,
|
|
95
|
+
"internalType": "address",
|
|
96
|
+
"name": "newOwner",
|
|
97
|
+
"type": "address"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"name": "OwnershipTransferred",
|
|
101
|
+
"type": "event"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"anonymous": false,
|
|
105
|
+
"inputs": [
|
|
106
|
+
{
|
|
107
|
+
"indexed": false,
|
|
108
|
+
"internalType": "address",
|
|
109
|
+
"name": "account",
|
|
110
|
+
"type": "address"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"name": "Paused",
|
|
114
|
+
"type": "event"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"anonymous": false,
|
|
118
|
+
"inputs": [
|
|
119
|
+
{
|
|
120
|
+
"indexed": true,
|
|
121
|
+
"internalType": "uint256",
|
|
122
|
+
"name": "taskId",
|
|
123
|
+
"type": "uint256"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"indexed": false,
|
|
127
|
+
"internalType": "uint256",
|
|
128
|
+
"name": "amount",
|
|
129
|
+
"type": "uint256"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"name": "TaskCompleted",
|
|
133
|
+
"type": "event"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"anonymous": false,
|
|
137
|
+
"inputs": [
|
|
138
|
+
{
|
|
139
|
+
"indexed": true,
|
|
140
|
+
"internalType": "uint256",
|
|
141
|
+
"name": "taskId",
|
|
142
|
+
"type": "uint256"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"indexed": true,
|
|
146
|
+
"internalType": "address",
|
|
147
|
+
"name": "client",
|
|
148
|
+
"type": "address"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"indexed": false,
|
|
152
|
+
"internalType": "address",
|
|
153
|
+
"name": "token",
|
|
154
|
+
"type": "address"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"name": "TaskCreated",
|
|
158
|
+
"type": "event"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"anonymous": false,
|
|
162
|
+
"inputs": [
|
|
163
|
+
{
|
|
164
|
+
"indexed": false,
|
|
165
|
+
"internalType": "address",
|
|
166
|
+
"name": "token",
|
|
167
|
+
"type": "address"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"indexed": false,
|
|
171
|
+
"internalType": "bool",
|
|
172
|
+
"name": "accepted",
|
|
173
|
+
"type": "bool"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"name": "TokenAccepted",
|
|
177
|
+
"type": "event"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"anonymous": false,
|
|
181
|
+
"inputs": [
|
|
182
|
+
{
|
|
183
|
+
"indexed": false,
|
|
184
|
+
"internalType": "address",
|
|
185
|
+
"name": "account",
|
|
186
|
+
"type": "address"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"name": "Unpaused",
|
|
190
|
+
"type": "event"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"inputs": [],
|
|
194
|
+
"name": "PROTOCOL_FEE_BPS",
|
|
195
|
+
"outputs": [
|
|
196
|
+
{
|
|
197
|
+
"internalType": "uint256",
|
|
198
|
+
"name": "",
|
|
199
|
+
"type": "uint256"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"stateMutability": "view",
|
|
203
|
+
"type": "function"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"inputs": [
|
|
207
|
+
{
|
|
208
|
+
"internalType": "address",
|
|
209
|
+
"name": "",
|
|
210
|
+
"type": "address"
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
"name": "acceptedTokens",
|
|
214
|
+
"outputs": [
|
|
215
|
+
{
|
|
216
|
+
"internalType": "bool",
|
|
217
|
+
"name": "",
|
|
218
|
+
"type": "bool"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"stateMutability": "view",
|
|
222
|
+
"type": "function"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"inputs": [
|
|
226
|
+
{
|
|
227
|
+
"internalType": "address",
|
|
228
|
+
"name": "worker",
|
|
229
|
+
"type": "address"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"internalType": "address",
|
|
233
|
+
"name": "token",
|
|
234
|
+
"type": "address"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"internalType": "uint256",
|
|
238
|
+
"name": "amount",
|
|
239
|
+
"type": "uint256"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"internalType": "uint256",
|
|
243
|
+
"name": "deadline",
|
|
244
|
+
"type": "uint256"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"name": "createTaskERC20",
|
|
248
|
+
"outputs": [
|
|
249
|
+
{
|
|
250
|
+
"internalType": "uint256",
|
|
251
|
+
"name": "",
|
|
252
|
+
"type": "uint256"
|
|
253
|
+
}
|
|
254
|
+
],
|
|
255
|
+
"stateMutability": "nonpayable",
|
|
256
|
+
"type": "function"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"inputs": [
|
|
260
|
+
{
|
|
261
|
+
"internalType": "address",
|
|
262
|
+
"name": "token",
|
|
263
|
+
"type": "address"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"internalType": "uint256",
|
|
267
|
+
"name": "amount",
|
|
268
|
+
"type": "uint256"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"name": "emergencyWithdraw",
|
|
272
|
+
"outputs": [],
|
|
273
|
+
"stateMutability": "nonpayable",
|
|
274
|
+
"type": "function"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"inputs": [],
|
|
278
|
+
"name": "feeRecipient",
|
|
279
|
+
"outputs": [
|
|
280
|
+
{
|
|
281
|
+
"internalType": "address",
|
|
282
|
+
"name": "",
|
|
283
|
+
"type": "address"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"stateMutability": "view",
|
|
287
|
+
"type": "function"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"inputs": [
|
|
291
|
+
{
|
|
292
|
+
"internalType": "address",
|
|
293
|
+
"name": "_feeRecipient",
|
|
294
|
+
"type": "address"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"name": "initialize",
|
|
298
|
+
"outputs": [],
|
|
299
|
+
"stateMutability": "nonpayable",
|
|
300
|
+
"type": "function"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"inputs": [],
|
|
304
|
+
"name": "owner",
|
|
305
|
+
"outputs": [
|
|
306
|
+
{
|
|
307
|
+
"internalType": "address",
|
|
308
|
+
"name": "",
|
|
309
|
+
"type": "address"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"stateMutability": "view",
|
|
313
|
+
"type": "function"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"inputs": [],
|
|
317
|
+
"name": "pause",
|
|
318
|
+
"outputs": [],
|
|
319
|
+
"stateMutability": "nonpayable",
|
|
320
|
+
"type": "function"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"inputs": [],
|
|
324
|
+
"name": "paused",
|
|
325
|
+
"outputs": [
|
|
326
|
+
{
|
|
327
|
+
"internalType": "bool",
|
|
328
|
+
"name": "",
|
|
329
|
+
"type": "bool"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"stateMutability": "view",
|
|
333
|
+
"type": "function"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"inputs": [],
|
|
337
|
+
"name": "renounceOwnership",
|
|
338
|
+
"outputs": [],
|
|
339
|
+
"stateMutability": "nonpayable",
|
|
340
|
+
"type": "function"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"inputs": [
|
|
344
|
+
{
|
|
345
|
+
"internalType": "address",
|
|
346
|
+
"name": "token",
|
|
347
|
+
"type": "address"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"internalType": "bool",
|
|
351
|
+
"name": "accepted",
|
|
352
|
+
"type": "bool"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"name": "setAcceptedToken",
|
|
356
|
+
"outputs": [],
|
|
357
|
+
"stateMutability": "nonpayable",
|
|
358
|
+
"type": "function"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"inputs": [],
|
|
362
|
+
"name": "taskCount",
|
|
363
|
+
"outputs": [
|
|
364
|
+
{
|
|
365
|
+
"internalType": "uint256",
|
|
366
|
+
"name": "",
|
|
367
|
+
"type": "uint256"
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
"stateMutability": "view",
|
|
371
|
+
"type": "function"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"inputs": [
|
|
375
|
+
{
|
|
376
|
+
"internalType": "address",
|
|
377
|
+
"name": "",
|
|
378
|
+
"type": "address"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"name": "tokenFees",
|
|
382
|
+
"outputs": [
|
|
383
|
+
{
|
|
384
|
+
"internalType": "uint256",
|
|
385
|
+
"name": "",
|
|
386
|
+
"type": "uint256"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"stateMutability": "view",
|
|
390
|
+
"type": "function"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"inputs": [
|
|
394
|
+
{
|
|
395
|
+
"internalType": "address",
|
|
396
|
+
"name": "newOwner",
|
|
397
|
+
"type": "address"
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"name": "transferOwnership",
|
|
401
|
+
"outputs": [],
|
|
402
|
+
"stateMutability": "nonpayable",
|
|
403
|
+
"type": "function"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"inputs": [],
|
|
407
|
+
"name": "unpause",
|
|
408
|
+
"outputs": [],
|
|
409
|
+
"stateMutability": "nonpayable",
|
|
410
|
+
"type": "function"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"inputs": [
|
|
414
|
+
{
|
|
415
|
+
"internalType": "uint256",
|
|
416
|
+
"name": "taskId",
|
|
417
|
+
"type": "uint256"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"internalType": "bool",
|
|
421
|
+
"name": "success",
|
|
422
|
+
"type": "bool"
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"name": "verifyTask",
|
|
426
|
+
"outputs": [],
|
|
427
|
+
"stateMutability": "nonpayable",
|
|
428
|
+
"type": "function"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"bytecode": "0x6080806040523461001657610c3c908161001c8239f35b600080fdfe6040608081526004908136101561001557600080fd5b600091823560e01c8063391ffa2f146107b157806339e16d64146107795780633f4ba83a146106e457806346904840146106bb5780634b46e63e146105575780635c975abb14610533578063715018a6146104e557806382dc4a05146104a75780638456cb591461044c5780638da5cb5b1461042357806395ccea67146103b0578063b6cb58a514610391578063be37822814610375578063c4d66de8146101e9578063c997dbca146101655763f2fde38b146100d157600080fd5b34610161576020366003190112610161576100ea6109b2565b916100f3610a76565b6001600160a01b0383161561010f578361010c84610b4f565b80f35b906020608492519162461bcd60e51b8352820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152fd5b8280fd5b5050346101e557806003193601126101e5577f4830f50c82a3c08b91bf3770bf51afe49fb5fac668efd79737a514ba1a77d8ff906101a16109b2565b6101a96109cd565b906101b2610a76565b60018060a01b03169081855260ca6020528285209015159060ff1981541660ff831617905582519182526020820152a180f35b5080fd5b5034610161576020366003190112610161576102036109b2565b9083549160ff8360081c161591828093610368575b8015610351575b156102f7575060ff19838116600117865592826102e6575b5061025160ff865460081c1661024c81610b86565b610b86565b61025a33610b4f565b84549261028760ff8560081c1661027081610b86565b61027981610b86565b600160655561024c81610b86565b6097541660975560018060a01b031660018060a01b031960cd54161760cd556102ae578280f35b61ff001916825551600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a138808280f35b61ffff191661010117855538610237565b608490602086519162461bcd60e51b8352820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152fd5b50303b15801561021f5750600160ff85161461021f565b50600160ff851610610218565b5050346101e557816003193601126101e5576020905160648152f35b5050346101e557816003193601126101e55760209060cc549051908152f35b5050346101e557806003193601126101e5577f5fafa99d0643513820be26656b45130b01e1c03062e1266bf36f88cbd3bd969560206103ed6109b2565b602435906103f9610a76565b6033546001600160a01b0391610416918491908416908416610ace565b603354169351908152a280f35b5050346101e557816003193601126101e55760335490516001600160a01b039091168152602090f35b5050346101e557816003193601126101e55760207f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2589161048a610a76565b610492610a32565b600160ff19609754161760975551338152a180f35b5050346101e55760203660031901126101e55760209160ff9082906001600160a01b036104d26109b2565b16815260ca855220541690519015158152f35b83346105305780600319360112610530576104fe610a76565b603380546001600160a01b0319811690915581906001600160a01b0316600080516020610be78339815191528280a380f35b80fd5b5050346101e557816003193601126101e55760209060ff6097541690519015158152f35b50346101615781600319360112610161578035916105736109cd565b61057b6109dc565b83855260c96020528185209280840191825490600360ff8316036106ab571561067357508060ff198354161780835560028501549460648602868104606414871517156106605761271090049283870396871161064d5750916001610619877ff9c405f91e34dcd1dc136cf6992ada4a8c24a2803e0fab7546364c64dac7ba2b98969460209896848060a01b03809581920154169160081c16610ace565b81610630575b50505051908152a25b600160655580f35b80610645935460081c169060cd541690610ace565b38808061061f565b634e487b7160e01b895260119052602488fd5b634e487b7160e01b895260118452602489fd5b60ff1916600517918290555082546002909301546106a69450926001600160a01b03908116925060089190911c16610ace565b610628565b84516315fcfca760e21b81528390fd5b5050346101e557816003193601126101e55760cd5490516001600160a01b039091168152602090f35b50346101615782600319360112610161576106fd610a76565b6097549060ff82161561073f575060ff1916609755513381527f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa90602090a180f35b606490602084519162461bcd60e51b8352820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152fd5b5050346101e55760203660031901126101e55760209181906001600160a01b036107a16109b2565b16815260cb845220549051908152f35b509034610161576080366003190112610161576107cc6109b2565b926001600160a01b036024358181169491929085900361053057604435926107f26109dc565b6107fa610a32565b85825260209660ca885260ff8684205416156109a25760cc54600019811461098f5760010160cc81905586519092909160c083016001600160401b0381118482101761097c57928a60ff9388938c968c5233845281838501911681528b8401918b835260c960608601946064358652608087019a60028c5260a088019a8b528c5252808d8b209551169060018060a01b03199182875416178655600186019251169082541617905551600283015551600382015501925116825491610100600160a81b03905160081b169160018060a81b031916171790558351926323b872dd60e01b825233835230602452604452858160648180895af190600181511482161561095b575b8385526060521561094757505060cc54918151908152827f2454c22dc684ff5512045882a113101049fde511c581e351116949e9a2ed7637853393a3600160655551908152f35b635274afe760e01b82528101839052602490fd5b90600181151661097357853b15153d15161690610900565b833d83823e3d90fd5b634e487b7160e01b865260418752602486fd5b634e487b7160e01b845260118552602484fd5b855163e51cf7bf60e01b81528490fd5b600435906001600160a01b03821682036109c857565b600080fd5b6024359081151582036109c857565b6002606554146109ed576002606555565b60405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606490fd5b60ff60975416610a3e57565b60405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b6044820152606490fd5b6033546001600160a01b03163303610a8a57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b60405163a9059cbb60e01b60009081526001600160a01b039384166004526024949094529260209060448180855af1600160005114811615610b2f575b8360405215610b1957505050565b635274afe760e01b835216600482015260249150fd5b6001811516610b4557813b15153d151616610b0b565b833d6000823e3d90fd5b603380546001600160a01b039283166001600160a01b031982168117909255909116600080516020610be7833981519152600080a3565b15610b8d57565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fdfe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a264697066735822122028b6d4734f324a3a810ea18ee9fc4a3acedf9617ab1858f7562517922d52515964736f6c63430008180033",
|
|
432
|
+
"deployedBytecode": "0x6040608081526004908136101561001557600080fd5b600091823560e01c8063391ffa2f146107b157806339e16d64146107795780633f4ba83a146106e457806346904840146106bb5780634b46e63e146105575780635c975abb14610533578063715018a6146104e557806382dc4a05146104a75780638456cb591461044c5780638da5cb5b1461042357806395ccea67146103b0578063b6cb58a514610391578063be37822814610375578063c4d66de8146101e9578063c997dbca146101655763f2fde38b146100d157600080fd5b34610161576020366003190112610161576100ea6109b2565b916100f3610a76565b6001600160a01b0383161561010f578361010c84610b4f565b80f35b906020608492519162461bcd60e51b8352820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152fd5b8280fd5b5050346101e557806003193601126101e5577f4830f50c82a3c08b91bf3770bf51afe49fb5fac668efd79737a514ba1a77d8ff906101a16109b2565b6101a96109cd565b906101b2610a76565b60018060a01b03169081855260ca6020528285209015159060ff1981541660ff831617905582519182526020820152a180f35b5080fd5b5034610161576020366003190112610161576102036109b2565b9083549160ff8360081c161591828093610368575b8015610351575b156102f7575060ff19838116600117865592826102e6575b5061025160ff865460081c1661024c81610b86565b610b86565b61025a33610b4f565b84549261028760ff8560081c1661027081610b86565b61027981610b86565b600160655561024c81610b86565b6097541660975560018060a01b031660018060a01b031960cd54161760cd556102ae578280f35b61ff001916825551600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a138808280f35b61ffff191661010117855538610237565b608490602086519162461bcd60e51b8352820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152fd5b50303b15801561021f5750600160ff85161461021f565b50600160ff851610610218565b5050346101e557816003193601126101e5576020905160648152f35b5050346101e557816003193601126101e55760209060cc549051908152f35b5050346101e557806003193601126101e5577f5fafa99d0643513820be26656b45130b01e1c03062e1266bf36f88cbd3bd969560206103ed6109b2565b602435906103f9610a76565b6033546001600160a01b0391610416918491908416908416610ace565b603354169351908152a280f35b5050346101e557816003193601126101e55760335490516001600160a01b039091168152602090f35b5050346101e557816003193601126101e55760207f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2589161048a610a76565b610492610a32565b600160ff19609754161760975551338152a180f35b5050346101e55760203660031901126101e55760209160ff9082906001600160a01b036104d26109b2565b16815260ca855220541690519015158152f35b83346105305780600319360112610530576104fe610a76565b603380546001600160a01b0319811690915581906001600160a01b0316600080516020610be78339815191528280a380f35b80fd5b5050346101e557816003193601126101e55760209060ff6097541690519015158152f35b50346101615781600319360112610161578035916105736109cd565b61057b6109dc565b83855260c96020528185209280840191825490600360ff8316036106ab571561067357508060ff198354161780835560028501549460648602868104606414871517156106605761271090049283870396871161064d5750916001610619877ff9c405f91e34dcd1dc136cf6992ada4a8c24a2803e0fab7546364c64dac7ba2b98969460209896848060a01b03809581920154169160081c16610ace565b81610630575b50505051908152a25b600160655580f35b80610645935460081c169060cd541690610ace565b38808061061f565b634e487b7160e01b895260119052602488fd5b634e487b7160e01b895260118452602489fd5b60ff1916600517918290555082546002909301546106a69450926001600160a01b03908116925060089190911c16610ace565b610628565b84516315fcfca760e21b81528390fd5b5050346101e557816003193601126101e55760cd5490516001600160a01b039091168152602090f35b50346101615782600319360112610161576106fd610a76565b6097549060ff82161561073f575060ff1916609755513381527f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa90602090a180f35b606490602084519162461bcd60e51b8352820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b6044820152fd5b5050346101e55760203660031901126101e55760209181906001600160a01b036107a16109b2565b16815260cb845220549051908152f35b509034610161576080366003190112610161576107cc6109b2565b926001600160a01b036024358181169491929085900361053057604435926107f26109dc565b6107fa610a32565b85825260209660ca885260ff8684205416156109a25760cc54600019811461098f5760010160cc81905586519092909160c083016001600160401b0381118482101761097c57928a60ff9388938c968c5233845281838501911681528b8401918b835260c960608601946064358652608087019a60028c5260a088019a8b528c5252808d8b209551169060018060a01b03199182875416178655600186019251169082541617905551600283015551600382015501925116825491610100600160a81b03905160081b169160018060a81b031916171790558351926323b872dd60e01b825233835230602452604452858160648180895af190600181511482161561095b575b8385526060521561094757505060cc54918151908152827f2454c22dc684ff5512045882a113101049fde511c581e351116949e9a2ed7637853393a3600160655551908152f35b635274afe760e01b82528101839052602490fd5b90600181151661097357853b15153d15161690610900565b833d83823e3d90fd5b634e487b7160e01b865260418752602486fd5b634e487b7160e01b845260118552602484fd5b855163e51cf7bf60e01b81528490fd5b600435906001600160a01b03821682036109c857565b600080fd5b6024359081151582036109c857565b6002606554146109ed576002606555565b60405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606490fd5b60ff60975416610a3e57565b60405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b6044820152606490fd5b6033546001600160a01b03163303610a8a57565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b60405163a9059cbb60e01b60009081526001600160a01b039384166004526024949094529260209060448180855af1600160005114811615610b2f575b8360405215610b1957505050565b635274afe760e01b835216600482015260249150fd5b6001811516610b4557813b15153d151616610b0b565b833d6000823e3d90fd5b603380546001600160a01b039283166001600160a01b031982168117909255909116600080516020610be7833981519152600080a3565b15610b8d57565b60405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b6064820152608490fdfe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a264697066735822122028b6d4734f324a3a810ea18ee9fc4a3acedf9617ab1858f7562517922d52515964736f6c63430008180033",
|
|
433
|
+
"linkReferences": {},
|
|
434
|
+
"deployedLinkReferences": {}
|
|
435
|
+
}
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Minimal ABI for OpenTaskMarket contract
|
|
3
|
+
*/
|
|
4
|
+
export declare const OpenTaskMarketABI: readonly [{
|
|
5
|
+
readonly name: "getOpenTask";
|
|
6
|
+
readonly type: "function";
|
|
7
|
+
readonly stateMutability: "view";
|
|
8
|
+
readonly inputs: readonly [{
|
|
9
|
+
readonly name: "taskId";
|
|
10
|
+
readonly type: "uint256";
|
|
11
|
+
}];
|
|
12
|
+
readonly outputs: readonly [{
|
|
13
|
+
readonly name: "client";
|
|
14
|
+
readonly type: "address";
|
|
15
|
+
}, {
|
|
16
|
+
readonly name: "maxPayment";
|
|
17
|
+
readonly type: "uint256";
|
|
18
|
+
}, {
|
|
19
|
+
readonly name: "deadline";
|
|
20
|
+
readonly type: "uint256";
|
|
21
|
+
}, {
|
|
22
|
+
readonly name: "descriptionHash";
|
|
23
|
+
readonly type: "string";
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "bidders";
|
|
26
|
+
readonly type: "address[]";
|
|
27
|
+
}, {
|
|
28
|
+
readonly name: "selectedWorker";
|
|
29
|
+
readonly type: "address";
|
|
30
|
+
}, {
|
|
31
|
+
readonly name: "status";
|
|
32
|
+
readonly type: "uint8";
|
|
33
|
+
}];
|
|
34
|
+
}, {
|
|
35
|
+
readonly name: "getBid";
|
|
36
|
+
readonly type: "function";
|
|
37
|
+
readonly stateMutability: "view";
|
|
38
|
+
readonly inputs: readonly [{
|
|
39
|
+
readonly name: "taskId";
|
|
40
|
+
readonly type: "uint256";
|
|
41
|
+
}, {
|
|
42
|
+
readonly name: "bidder";
|
|
43
|
+
readonly type: "address";
|
|
44
|
+
}];
|
|
45
|
+
readonly outputs: readonly [{
|
|
46
|
+
readonly name: "price";
|
|
47
|
+
readonly type: "uint256";
|
|
48
|
+
}, {
|
|
49
|
+
readonly name: "timeEstimate";
|
|
50
|
+
readonly type: "uint256";
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "proposalHash";
|
|
53
|
+
readonly type: "string";
|
|
54
|
+
}, {
|
|
55
|
+
readonly name: "bidAt";
|
|
56
|
+
readonly type: "uint256";
|
|
57
|
+
}];
|
|
58
|
+
}, {
|
|
59
|
+
readonly name: "getOpenTaskCount";
|
|
60
|
+
readonly type: "function";
|
|
61
|
+
readonly stateMutability: "view";
|
|
62
|
+
readonly inputs: readonly [];
|
|
63
|
+
readonly outputs: readonly [{
|
|
64
|
+
readonly name: "";
|
|
65
|
+
readonly type: "uint256";
|
|
66
|
+
}];
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: "postOpenTask";
|
|
69
|
+
readonly type: "function";
|
|
70
|
+
readonly stateMutability: "payable";
|
|
71
|
+
readonly inputs: readonly [{
|
|
72
|
+
readonly name: "maxPayment";
|
|
73
|
+
readonly type: "uint256";
|
|
74
|
+
}, {
|
|
75
|
+
readonly name: "deadline";
|
|
76
|
+
readonly type: "uint256";
|
|
77
|
+
}, {
|
|
78
|
+
readonly name: "descriptionHash";
|
|
79
|
+
readonly type: "string";
|
|
80
|
+
}];
|
|
81
|
+
readonly outputs: readonly [{
|
|
82
|
+
readonly name: "";
|
|
83
|
+
readonly type: "uint256";
|
|
84
|
+
}];
|
|
85
|
+
}, {
|
|
86
|
+
readonly name: "submitBid";
|
|
87
|
+
readonly type: "function";
|
|
88
|
+
readonly stateMutability: "nonpayable";
|
|
89
|
+
readonly inputs: readonly [{
|
|
90
|
+
readonly name: "taskId";
|
|
91
|
+
readonly type: "uint256";
|
|
92
|
+
}, {
|
|
93
|
+
readonly name: "price";
|
|
94
|
+
readonly type: "uint256";
|
|
95
|
+
}, {
|
|
96
|
+
readonly name: "timeEstimate";
|
|
97
|
+
readonly type: "uint256";
|
|
98
|
+
}, {
|
|
99
|
+
readonly name: "proposalHash";
|
|
100
|
+
readonly type: "string";
|
|
101
|
+
}];
|
|
102
|
+
readonly outputs: readonly [];
|
|
103
|
+
}, {
|
|
104
|
+
readonly name: "selectWorker";
|
|
105
|
+
readonly type: "function";
|
|
106
|
+
readonly stateMutability: "nonpayable";
|
|
107
|
+
readonly inputs: readonly [{
|
|
108
|
+
readonly name: "taskId";
|
|
109
|
+
readonly type: "uint256";
|
|
110
|
+
}, {
|
|
111
|
+
readonly name: "worker";
|
|
112
|
+
readonly type: "address";
|
|
113
|
+
}];
|
|
114
|
+
readonly outputs: readonly [];
|
|
115
|
+
}, {
|
|
116
|
+
readonly name: "withdrawBid";
|
|
117
|
+
readonly type: "function";
|
|
118
|
+
readonly stateMutability: "nonpayable";
|
|
119
|
+
readonly inputs: readonly [{
|
|
120
|
+
readonly name: "taskId";
|
|
121
|
+
readonly type: "uint256";
|
|
122
|
+
}];
|
|
123
|
+
readonly outputs: readonly [];
|
|
124
|
+
}, {
|
|
125
|
+
readonly name: "TaskPosted";
|
|
126
|
+
readonly type: "event";
|
|
127
|
+
readonly inputs: readonly [{
|
|
128
|
+
readonly name: "taskId";
|
|
129
|
+
readonly type: "uint256";
|
|
130
|
+
readonly indexed: true;
|
|
131
|
+
}, {
|
|
132
|
+
readonly name: "client";
|
|
133
|
+
readonly type: "address";
|
|
134
|
+
readonly indexed: true;
|
|
135
|
+
}, {
|
|
136
|
+
readonly name: "maxPayment";
|
|
137
|
+
readonly type: "uint256";
|
|
138
|
+
readonly indexed: false;
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: "deadline";
|
|
141
|
+
readonly type: "uint256";
|
|
142
|
+
readonly indexed: false;
|
|
143
|
+
}, {
|
|
144
|
+
readonly name: "descriptionHash";
|
|
145
|
+
readonly type: "string";
|
|
146
|
+
readonly indexed: false;
|
|
147
|
+
}];
|
|
148
|
+
}, {
|
|
149
|
+
readonly name: "BidSubmitted";
|
|
150
|
+
readonly type: "event";
|
|
151
|
+
readonly inputs: readonly [{
|
|
152
|
+
readonly name: "taskId";
|
|
153
|
+
readonly type: "uint256";
|
|
154
|
+
readonly indexed: true;
|
|
155
|
+
}, {
|
|
156
|
+
readonly name: "bidder";
|
|
157
|
+
readonly type: "address";
|
|
158
|
+
readonly indexed: true;
|
|
159
|
+
}, {
|
|
160
|
+
readonly name: "price";
|
|
161
|
+
readonly type: "uint256";
|
|
162
|
+
readonly indexed: false;
|
|
163
|
+
}, {
|
|
164
|
+
readonly name: "timeEstimate";
|
|
165
|
+
readonly type: "uint256";
|
|
166
|
+
readonly indexed: false;
|
|
167
|
+
}, {
|
|
168
|
+
readonly name: "proposalHash";
|
|
169
|
+
readonly type: "string";
|
|
170
|
+
readonly indexed: false;
|
|
171
|
+
}];
|
|
172
|
+
}, {
|
|
173
|
+
readonly name: "WorkerSelected";
|
|
174
|
+
readonly type: "event";
|
|
175
|
+
readonly inputs: readonly [{
|
|
176
|
+
readonly name: "taskId";
|
|
177
|
+
readonly type: "uint256";
|
|
178
|
+
readonly indexed: true;
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "worker";
|
|
181
|
+
readonly type: "address";
|
|
182
|
+
readonly indexed: true;
|
|
183
|
+
}, {
|
|
184
|
+
readonly name: "selectedPrice";
|
|
185
|
+
readonly type: "uint256";
|
|
186
|
+
readonly indexed: false;
|
|
187
|
+
}];
|
|
188
|
+
}];
|
|
189
|
+
export type OpenTaskMarketABI = typeof OpenTaskMarketABI;
|
|
190
|
+
//# sourceMappingURL=OpenTaskMarket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OpenTaskMarket.d.ts","sourceRoot":"","sources":["../../../src/sdk/contracts/OpenTaskMarket.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgHpB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC"}
|