@rhinestone/shared-configs 1.4.85 → 1.4.89-alpha.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/dist/scripts/generate-abis.js +1 -0
- package/dist/src/abis/orchestrator.d.ts +418 -2
- package/dist/src/abis/orchestrator.d.ts.map +1 -1
- package/dist/src/abis/orchestrator.js +547 -3
- package/dist/src/generated/abis.d.ts +24 -1
- package/dist/src/generated/abis.d.ts.map +1 -1
- package/dist/src/generated/abis.js +325 -1
- package/dist/src/generated/contracts.d.ts.map +1 -1
- package/dist/src/generated/contracts.dev.d.ts.map +1 -1
- package/dist/src/generated/contracts.dev.js +259 -1
- package/dist/src/generated/contracts.js +259 -1
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ const ABI_CONFIGS = [
|
|
|
21
21
|
{ name: "relayAdapterAbi", sourceFile: "relayAdapter.json" },
|
|
22
22
|
{ name: "sameChainAdapterAbi", sourceFile: "sameChainAdapter.json" },
|
|
23
23
|
{ name: "intentExecutorAdapterAbi", sourceFile: "intentExecutorAdapter.json" },
|
|
24
|
+
{ name: "intentExecutorAdapterGasRefundAbi", sourceFile: "intentExecutorAdapterGasRefund.json" },
|
|
24
25
|
{ name: "multicallAbi", sourceFile: "multicall.json" },
|
|
25
26
|
{ name: "multicallHandlerAbi", sourceFile: "multicallHandler.json" },
|
|
26
27
|
{ name: "acrossAdapterOptimizedAbi", sourceFile: "acrossAdapterOptimized.json", satisfiesAbi: false },
|
|
@@ -1078,7 +1078,7 @@ export declare const intentExecutorAbi: readonly [{
|
|
|
1078
1078
|
readonly stateMutability: "nonpayable";
|
|
1079
1079
|
}, {
|
|
1080
1080
|
readonly type: "function";
|
|
1081
|
-
readonly name: "
|
|
1081
|
+
readonly name: "executeMultichainOpsWithGasRefund_ERC20";
|
|
1082
1082
|
readonly inputs: readonly [{
|
|
1083
1083
|
readonly name: "signedOps";
|
|
1084
1084
|
readonly type: "tuple";
|
|
@@ -1125,6 +1125,10 @@ export declare const intentExecutorAbi: readonly [{
|
|
|
1125
1125
|
readonly name: "exchangeRate";
|
|
1126
1126
|
readonly type: "uint256";
|
|
1127
1127
|
readonly internalType: "uint256";
|
|
1128
|
+
}, {
|
|
1129
|
+
readonly name: "overhead";
|
|
1130
|
+
readonly type: "uint256";
|
|
1131
|
+
readonly internalType: "uint256";
|
|
1128
1132
|
}];
|
|
1129
1133
|
}, {
|
|
1130
1134
|
readonly name: "gasRefundRecipient";
|
|
@@ -1141,6 +1145,62 @@ export declare const intentExecutorAbi: readonly [{
|
|
|
1141
1145
|
readonly internalType: "uint256";
|
|
1142
1146
|
}];
|
|
1143
1147
|
readonly stateMutability: "nonpayable";
|
|
1148
|
+
}, {
|
|
1149
|
+
readonly type: "function";
|
|
1150
|
+
readonly name: "executeMultichainOpsWithGasRefund_ETH";
|
|
1151
|
+
readonly inputs: readonly [{
|
|
1152
|
+
readonly name: "signedOps";
|
|
1153
|
+
readonly type: "tuple";
|
|
1154
|
+
readonly internalType: "struct IStandaloneIntentExecutor.MultiChainOps";
|
|
1155
|
+
readonly components: readonly [{
|
|
1156
|
+
readonly name: "account";
|
|
1157
|
+
readonly type: "address";
|
|
1158
|
+
readonly internalType: "address";
|
|
1159
|
+
}, {
|
|
1160
|
+
readonly name: "chainIndex";
|
|
1161
|
+
readonly type: "uint256";
|
|
1162
|
+
readonly internalType: "uint256";
|
|
1163
|
+
}, {
|
|
1164
|
+
readonly name: "otherChains";
|
|
1165
|
+
readonly type: "bytes32[]";
|
|
1166
|
+
readonly internalType: "bytes32[]";
|
|
1167
|
+
}, {
|
|
1168
|
+
readonly name: "nonce";
|
|
1169
|
+
readonly type: "uint256";
|
|
1170
|
+
readonly internalType: "uint256";
|
|
1171
|
+
}, {
|
|
1172
|
+
readonly name: "ops";
|
|
1173
|
+
readonly type: "tuple";
|
|
1174
|
+
readonly internalType: "struct Types.Operation";
|
|
1175
|
+
readonly components: readonly [{
|
|
1176
|
+
readonly name: "data";
|
|
1177
|
+
readonly type: "bytes";
|
|
1178
|
+
readonly internalType: "bytes";
|
|
1179
|
+
}];
|
|
1180
|
+
}, {
|
|
1181
|
+
readonly name: "signature";
|
|
1182
|
+
readonly type: "bytes";
|
|
1183
|
+
readonly internalType: "bytes";
|
|
1184
|
+
}];
|
|
1185
|
+
}, {
|
|
1186
|
+
readonly name: "overhead";
|
|
1187
|
+
readonly type: "uint256";
|
|
1188
|
+
readonly internalType: "uint256";
|
|
1189
|
+
}, {
|
|
1190
|
+
readonly name: "gasRefundRecipient";
|
|
1191
|
+
readonly type: "address";
|
|
1192
|
+
readonly internalType: "address";
|
|
1193
|
+
}];
|
|
1194
|
+
readonly outputs: readonly [{
|
|
1195
|
+
readonly name: "account";
|
|
1196
|
+
readonly type: "address";
|
|
1197
|
+
readonly internalType: "address";
|
|
1198
|
+
}, {
|
|
1199
|
+
readonly name: "nonce";
|
|
1200
|
+
readonly type: "uint256";
|
|
1201
|
+
readonly internalType: "uint256";
|
|
1202
|
+
}];
|
|
1203
|
+
readonly stateMutability: "nonpayable";
|
|
1144
1204
|
}, {
|
|
1145
1205
|
readonly type: "function";
|
|
1146
1206
|
readonly name: "executeOpsWithoutSignature";
|
|
@@ -1340,7 +1400,7 @@ export declare const intentExecutorAbi: readonly [{
|
|
|
1340
1400
|
readonly stateMutability: "nonpayable";
|
|
1341
1401
|
}, {
|
|
1342
1402
|
readonly type: "function";
|
|
1343
|
-
readonly name: "
|
|
1403
|
+
readonly name: "executeSinglechainOpsWithGasRefund_ERC20";
|
|
1344
1404
|
readonly inputs: readonly [{
|
|
1345
1405
|
readonly name: "signedOps";
|
|
1346
1406
|
readonly type: "tuple";
|
|
@@ -1379,7 +1439,59 @@ export declare const intentExecutorAbi: readonly [{
|
|
|
1379
1439
|
readonly name: "exchangeRate";
|
|
1380
1440
|
readonly type: "uint256";
|
|
1381
1441
|
readonly internalType: "uint256";
|
|
1442
|
+
}, {
|
|
1443
|
+
readonly name: "overhead";
|
|
1444
|
+
readonly type: "uint256";
|
|
1445
|
+
readonly internalType: "uint256";
|
|
1446
|
+
}];
|
|
1447
|
+
}, {
|
|
1448
|
+
readonly name: "gasRefundRecipient";
|
|
1449
|
+
readonly type: "address";
|
|
1450
|
+
readonly internalType: "address";
|
|
1451
|
+
}];
|
|
1452
|
+
readonly outputs: readonly [{
|
|
1453
|
+
readonly name: "account";
|
|
1454
|
+
readonly type: "address";
|
|
1455
|
+
readonly internalType: "address";
|
|
1456
|
+
}, {
|
|
1457
|
+
readonly name: "nonce";
|
|
1458
|
+
readonly type: "uint256";
|
|
1459
|
+
readonly internalType: "uint256";
|
|
1460
|
+
}];
|
|
1461
|
+
readonly stateMutability: "nonpayable";
|
|
1462
|
+
}, {
|
|
1463
|
+
readonly type: "function";
|
|
1464
|
+
readonly name: "executeSinglechainOpsWithGasRefund_ETH";
|
|
1465
|
+
readonly inputs: readonly [{
|
|
1466
|
+
readonly name: "signedOps";
|
|
1467
|
+
readonly type: "tuple";
|
|
1468
|
+
readonly internalType: "struct IStandaloneIntentExecutor.SingleChainOps";
|
|
1469
|
+
readonly components: readonly [{
|
|
1470
|
+
readonly name: "account";
|
|
1471
|
+
readonly type: "address";
|
|
1472
|
+
readonly internalType: "address";
|
|
1473
|
+
}, {
|
|
1474
|
+
readonly name: "nonce";
|
|
1475
|
+
readonly type: "uint256";
|
|
1476
|
+
readonly internalType: "uint256";
|
|
1477
|
+
}, {
|
|
1478
|
+
readonly name: "ops";
|
|
1479
|
+
readonly type: "tuple";
|
|
1480
|
+
readonly internalType: "struct Types.Operation";
|
|
1481
|
+
readonly components: readonly [{
|
|
1482
|
+
readonly name: "data";
|
|
1483
|
+
readonly type: "bytes";
|
|
1484
|
+
readonly internalType: "bytes";
|
|
1485
|
+
}];
|
|
1486
|
+
}, {
|
|
1487
|
+
readonly name: "signature";
|
|
1488
|
+
readonly type: "bytes";
|
|
1489
|
+
readonly internalType: "bytes";
|
|
1382
1490
|
}];
|
|
1491
|
+
}, {
|
|
1492
|
+
readonly name: "overhead";
|
|
1493
|
+
readonly type: "uint256";
|
|
1494
|
+
readonly internalType: "uint256";
|
|
1383
1495
|
}, {
|
|
1384
1496
|
readonly name: "gasRefundRecipient";
|
|
1385
1497
|
readonly type: "address";
|
|
@@ -1581,6 +1693,10 @@ export declare const intentExecutorAbi: readonly [{
|
|
|
1581
1693
|
readonly name: "_exchangeRate";
|
|
1582
1694
|
readonly type: "uint256";
|
|
1583
1695
|
readonly internalType: "uint256";
|
|
1696
|
+
}, {
|
|
1697
|
+
readonly name: "_overhead";
|
|
1698
|
+
readonly type: "uint256";
|
|
1699
|
+
readonly internalType: "uint256";
|
|
1584
1700
|
}];
|
|
1585
1701
|
readonly outputs: readonly [{
|
|
1586
1702
|
readonly name: "";
|
|
@@ -1721,6 +1837,10 @@ export declare const intentExecutorAbi: readonly [{
|
|
|
1721
1837
|
readonly type: "error";
|
|
1722
1838
|
readonly name: "InvalidEip712HashLength";
|
|
1723
1839
|
readonly inputs: readonly [];
|
|
1840
|
+
}, {
|
|
1841
|
+
readonly type: "error";
|
|
1842
|
+
readonly name: "InvalidGasToken";
|
|
1843
|
+
readonly inputs: readonly [];
|
|
1724
1844
|
}, {
|
|
1725
1845
|
readonly type: "error";
|
|
1726
1846
|
readonly name: "InvalidParams";
|
|
@@ -6033,6 +6153,302 @@ export declare const intentExecutorAdapterAbi: readonly [{
|
|
|
6033
6153
|
readonly internalType: "uint256";
|
|
6034
6154
|
}];
|
|
6035
6155
|
}];
|
|
6156
|
+
export declare const intentExecutorAdapterGasRefundAbi: readonly [{
|
|
6157
|
+
readonly type: "constructor";
|
|
6158
|
+
readonly inputs: readonly [{
|
|
6159
|
+
readonly name: "router";
|
|
6160
|
+
readonly type: "address";
|
|
6161
|
+
readonly internalType: "address";
|
|
6162
|
+
}, {
|
|
6163
|
+
readonly name: "executor";
|
|
6164
|
+
readonly type: "address";
|
|
6165
|
+
readonly internalType: "address";
|
|
6166
|
+
}];
|
|
6167
|
+
readonly stateMutability: "nonpayable";
|
|
6168
|
+
}, {
|
|
6169
|
+
readonly type: "function";
|
|
6170
|
+
readonly name: "ADAPTER_TAG";
|
|
6171
|
+
readonly inputs: readonly [];
|
|
6172
|
+
readonly outputs: readonly [{
|
|
6173
|
+
readonly name: "";
|
|
6174
|
+
readonly type: "bytes12";
|
|
6175
|
+
readonly internalType: "bytes12";
|
|
6176
|
+
}];
|
|
6177
|
+
readonly stateMutability: "pure";
|
|
6178
|
+
}, {
|
|
6179
|
+
readonly type: "function";
|
|
6180
|
+
readonly name: "ARBITER";
|
|
6181
|
+
readonly inputs: readonly [];
|
|
6182
|
+
readonly outputs: readonly [{
|
|
6183
|
+
readonly name: "";
|
|
6184
|
+
readonly type: "address";
|
|
6185
|
+
readonly internalType: "address";
|
|
6186
|
+
}];
|
|
6187
|
+
readonly stateMutability: "view";
|
|
6188
|
+
}, {
|
|
6189
|
+
readonly type: "function";
|
|
6190
|
+
readonly name: "_ROUTER";
|
|
6191
|
+
readonly inputs: readonly [];
|
|
6192
|
+
readonly outputs: readonly [{
|
|
6193
|
+
readonly name: "";
|
|
6194
|
+
readonly type: "address";
|
|
6195
|
+
readonly internalType: "address";
|
|
6196
|
+
}];
|
|
6197
|
+
readonly stateMutability: "view";
|
|
6198
|
+
}, {
|
|
6199
|
+
readonly type: "function";
|
|
6200
|
+
readonly name: "handleFill_intentExecutor_executeMultichainOps_gasRefund";
|
|
6201
|
+
readonly inputs: readonly [{
|
|
6202
|
+
readonly name: "ops";
|
|
6203
|
+
readonly type: "tuple";
|
|
6204
|
+
readonly internalType: "struct IStandaloneIntentExecutor.MultiChainOps";
|
|
6205
|
+
readonly components: readonly [{
|
|
6206
|
+
readonly name: "account";
|
|
6207
|
+
readonly type: "address";
|
|
6208
|
+
readonly internalType: "address";
|
|
6209
|
+
}, {
|
|
6210
|
+
readonly name: "chainIndex";
|
|
6211
|
+
readonly type: "uint256";
|
|
6212
|
+
readonly internalType: "uint256";
|
|
6213
|
+
}, {
|
|
6214
|
+
readonly name: "otherChains";
|
|
6215
|
+
readonly type: "bytes32[]";
|
|
6216
|
+
readonly internalType: "bytes32[]";
|
|
6217
|
+
}, {
|
|
6218
|
+
readonly name: "nonce";
|
|
6219
|
+
readonly type: "uint256";
|
|
6220
|
+
readonly internalType: "uint256";
|
|
6221
|
+
}, {
|
|
6222
|
+
readonly name: "ops";
|
|
6223
|
+
readonly type: "tuple";
|
|
6224
|
+
readonly internalType: "struct Types.Operation";
|
|
6225
|
+
readonly components: readonly [{
|
|
6226
|
+
readonly name: "data";
|
|
6227
|
+
readonly type: "bytes";
|
|
6228
|
+
readonly internalType: "bytes";
|
|
6229
|
+
}];
|
|
6230
|
+
}, {
|
|
6231
|
+
readonly name: "signature";
|
|
6232
|
+
readonly type: "bytes";
|
|
6233
|
+
readonly internalType: "bytes";
|
|
6234
|
+
}];
|
|
6235
|
+
}, {
|
|
6236
|
+
readonly name: "gasRefund";
|
|
6237
|
+
readonly type: "tuple";
|
|
6238
|
+
readonly internalType: "struct IStandaloneIntentExecutor.GasRefund";
|
|
6239
|
+
readonly components: readonly [{
|
|
6240
|
+
readonly name: "token";
|
|
6241
|
+
readonly type: "address";
|
|
6242
|
+
readonly internalType: "address";
|
|
6243
|
+
}, {
|
|
6244
|
+
readonly name: "exchangeRate";
|
|
6245
|
+
readonly type: "uint256";
|
|
6246
|
+
readonly internalType: "uint256";
|
|
6247
|
+
}, {
|
|
6248
|
+
readonly name: "overhead";
|
|
6249
|
+
readonly type: "uint256";
|
|
6250
|
+
readonly internalType: "uint256";
|
|
6251
|
+
}];
|
|
6252
|
+
}];
|
|
6253
|
+
readonly outputs: readonly [{
|
|
6254
|
+
readonly name: "";
|
|
6255
|
+
readonly type: "bytes4";
|
|
6256
|
+
readonly internalType: "bytes4";
|
|
6257
|
+
}];
|
|
6258
|
+
readonly stateMutability: "payable";
|
|
6259
|
+
}, {
|
|
6260
|
+
readonly type: "function";
|
|
6261
|
+
readonly name: "handleFill_intentExecutor_executeSinglechainOps_gasRefund";
|
|
6262
|
+
readonly inputs: readonly [{
|
|
6263
|
+
readonly name: "ops";
|
|
6264
|
+
readonly type: "tuple";
|
|
6265
|
+
readonly internalType: "struct IStandaloneIntentExecutor.SingleChainOps";
|
|
6266
|
+
readonly components: readonly [{
|
|
6267
|
+
readonly name: "account";
|
|
6268
|
+
readonly type: "address";
|
|
6269
|
+
readonly internalType: "address";
|
|
6270
|
+
}, {
|
|
6271
|
+
readonly name: "nonce";
|
|
6272
|
+
readonly type: "uint256";
|
|
6273
|
+
readonly internalType: "uint256";
|
|
6274
|
+
}, {
|
|
6275
|
+
readonly name: "ops";
|
|
6276
|
+
readonly type: "tuple";
|
|
6277
|
+
readonly internalType: "struct Types.Operation";
|
|
6278
|
+
readonly components: readonly [{
|
|
6279
|
+
readonly name: "data";
|
|
6280
|
+
readonly type: "bytes";
|
|
6281
|
+
readonly internalType: "bytes";
|
|
6282
|
+
}];
|
|
6283
|
+
}, {
|
|
6284
|
+
readonly name: "signature";
|
|
6285
|
+
readonly type: "bytes";
|
|
6286
|
+
readonly internalType: "bytes";
|
|
6287
|
+
}];
|
|
6288
|
+
}, {
|
|
6289
|
+
readonly name: "gasRefund";
|
|
6290
|
+
readonly type: "tuple";
|
|
6291
|
+
readonly internalType: "struct IStandaloneIntentExecutor.GasRefund";
|
|
6292
|
+
readonly components: readonly [{
|
|
6293
|
+
readonly name: "token";
|
|
6294
|
+
readonly type: "address";
|
|
6295
|
+
readonly internalType: "address";
|
|
6296
|
+
}, {
|
|
6297
|
+
readonly name: "exchangeRate";
|
|
6298
|
+
readonly type: "uint256";
|
|
6299
|
+
readonly internalType: "uint256";
|
|
6300
|
+
}, {
|
|
6301
|
+
readonly name: "overhead";
|
|
6302
|
+
readonly type: "uint256";
|
|
6303
|
+
readonly internalType: "uint256";
|
|
6304
|
+
}];
|
|
6305
|
+
}];
|
|
6306
|
+
readonly outputs: readonly [{
|
|
6307
|
+
readonly name: "";
|
|
6308
|
+
readonly type: "bytes4";
|
|
6309
|
+
readonly internalType: "bytes4";
|
|
6310
|
+
}];
|
|
6311
|
+
readonly stateMutability: "payable";
|
|
6312
|
+
}, {
|
|
6313
|
+
readonly type: "function";
|
|
6314
|
+
readonly name: "semVer";
|
|
6315
|
+
readonly inputs: readonly [];
|
|
6316
|
+
readonly outputs: readonly [{
|
|
6317
|
+
readonly name: "packedVersion";
|
|
6318
|
+
readonly type: "bytes6";
|
|
6319
|
+
readonly internalType: "bytes6";
|
|
6320
|
+
}];
|
|
6321
|
+
readonly stateMutability: "view";
|
|
6322
|
+
}, {
|
|
6323
|
+
readonly type: "function";
|
|
6324
|
+
readonly name: "semVerUnpacked";
|
|
6325
|
+
readonly inputs: readonly [];
|
|
6326
|
+
readonly outputs: readonly [{
|
|
6327
|
+
readonly name: "major";
|
|
6328
|
+
readonly type: "uint256";
|
|
6329
|
+
readonly internalType: "uint256";
|
|
6330
|
+
}, {
|
|
6331
|
+
readonly name: "minor";
|
|
6332
|
+
readonly type: "uint256";
|
|
6333
|
+
readonly internalType: "uint256";
|
|
6334
|
+
}, {
|
|
6335
|
+
readonly name: "patch";
|
|
6336
|
+
readonly type: "uint256";
|
|
6337
|
+
readonly internalType: "uint256";
|
|
6338
|
+
}];
|
|
6339
|
+
readonly stateMutability: "view";
|
|
6340
|
+
}, {
|
|
6341
|
+
readonly type: "function";
|
|
6342
|
+
readonly name: "settlementLayerSpender";
|
|
6343
|
+
readonly inputs: readonly [];
|
|
6344
|
+
readonly outputs: readonly [{
|
|
6345
|
+
readonly name: "tokenSpender";
|
|
6346
|
+
readonly type: "address";
|
|
6347
|
+
readonly internalType: "address";
|
|
6348
|
+
}];
|
|
6349
|
+
readonly stateMutability: "view";
|
|
6350
|
+
}, {
|
|
6351
|
+
readonly type: "function";
|
|
6352
|
+
readonly name: "supportsInterface";
|
|
6353
|
+
readonly inputs: readonly [{
|
|
6354
|
+
readonly name: "selector";
|
|
6355
|
+
readonly type: "bytes4";
|
|
6356
|
+
readonly internalType: "bytes4";
|
|
6357
|
+
}];
|
|
6358
|
+
readonly outputs: readonly [{
|
|
6359
|
+
readonly name: "supported";
|
|
6360
|
+
readonly type: "bool";
|
|
6361
|
+
readonly internalType: "bool";
|
|
6362
|
+
}];
|
|
6363
|
+
readonly stateMutability: "pure";
|
|
6364
|
+
}, {
|
|
6365
|
+
readonly type: "function";
|
|
6366
|
+
readonly name: "version";
|
|
6367
|
+
readonly inputs: readonly [];
|
|
6368
|
+
readonly outputs: readonly [{
|
|
6369
|
+
readonly name: "";
|
|
6370
|
+
readonly type: "bytes";
|
|
6371
|
+
readonly internalType: "bytes";
|
|
6372
|
+
}];
|
|
6373
|
+
readonly stateMutability: "view";
|
|
6374
|
+
}, {
|
|
6375
|
+
readonly type: "event";
|
|
6376
|
+
readonly name: "RouterClaimed_Compact";
|
|
6377
|
+
readonly inputs: readonly [{
|
|
6378
|
+
readonly name: "sponsor";
|
|
6379
|
+
readonly type: "address";
|
|
6380
|
+
readonly indexed: false;
|
|
6381
|
+
readonly internalType: "address";
|
|
6382
|
+
}, {
|
|
6383
|
+
readonly name: "nonce";
|
|
6384
|
+
readonly type: "uint256";
|
|
6385
|
+
readonly indexed: false;
|
|
6386
|
+
readonly internalType: "uint256";
|
|
6387
|
+
}];
|
|
6388
|
+
readonly anonymous: false;
|
|
6389
|
+
}, {
|
|
6390
|
+
readonly type: "event";
|
|
6391
|
+
readonly name: "RouterClaimed_Permit2";
|
|
6392
|
+
readonly inputs: readonly [{
|
|
6393
|
+
readonly name: "sponsor";
|
|
6394
|
+
readonly type: "address";
|
|
6395
|
+
readonly indexed: false;
|
|
6396
|
+
readonly internalType: "address";
|
|
6397
|
+
}, {
|
|
6398
|
+
readonly name: "nonce";
|
|
6399
|
+
readonly type: "uint256";
|
|
6400
|
+
readonly indexed: false;
|
|
6401
|
+
readonly internalType: "uint256";
|
|
6402
|
+
}];
|
|
6403
|
+
readonly anonymous: false;
|
|
6404
|
+
}, {
|
|
6405
|
+
readonly type: "event";
|
|
6406
|
+
readonly name: "RouterFilled";
|
|
6407
|
+
readonly inputs: readonly [{
|
|
6408
|
+
readonly name: "recipient";
|
|
6409
|
+
readonly type: "address";
|
|
6410
|
+
readonly indexed: false;
|
|
6411
|
+
readonly internalType: "address";
|
|
6412
|
+
}, {
|
|
6413
|
+
readonly name: "nonce";
|
|
6414
|
+
readonly type: "uint256";
|
|
6415
|
+
readonly indexed: false;
|
|
6416
|
+
readonly internalType: "uint256";
|
|
6417
|
+
}];
|
|
6418
|
+
readonly anonymous: false;
|
|
6419
|
+
}, {
|
|
6420
|
+
readonly type: "error";
|
|
6421
|
+
readonly name: "InvalidRelayerContext";
|
|
6422
|
+
readonly inputs: readonly [];
|
|
6423
|
+
}, {
|
|
6424
|
+
readonly type: "error";
|
|
6425
|
+
readonly name: "MajorVersionTooLarge";
|
|
6426
|
+
readonly inputs: readonly [{
|
|
6427
|
+
readonly name: "major";
|
|
6428
|
+
readonly type: "uint256";
|
|
6429
|
+
readonly internalType: "uint256";
|
|
6430
|
+
}];
|
|
6431
|
+
}, {
|
|
6432
|
+
readonly type: "error";
|
|
6433
|
+
readonly name: "MinorVersionTooLarge";
|
|
6434
|
+
readonly inputs: readonly [{
|
|
6435
|
+
readonly name: "minor";
|
|
6436
|
+
readonly type: "uint256";
|
|
6437
|
+
readonly internalType: "uint256";
|
|
6438
|
+
}];
|
|
6439
|
+
}, {
|
|
6440
|
+
readonly type: "error";
|
|
6441
|
+
readonly name: "OnlyDelegateCall";
|
|
6442
|
+
readonly inputs: readonly [];
|
|
6443
|
+
}, {
|
|
6444
|
+
readonly type: "error";
|
|
6445
|
+
readonly name: "PatchVersionTooLarge";
|
|
6446
|
+
readonly inputs: readonly [{
|
|
6447
|
+
readonly name: "patch";
|
|
6448
|
+
readonly type: "uint256";
|
|
6449
|
+
readonly internalType: "uint256";
|
|
6450
|
+
}];
|
|
6451
|
+
}];
|
|
6036
6452
|
export declare const multicallAbi: readonly [{
|
|
6037
6453
|
readonly type: "constructor";
|
|
6038
6454
|
readonly inputs: readonly [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orchestrator.d.ts","sourceRoot":"","sources":["../../../src/abis/orchestrator.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAw6BE,CAAC;AAEzB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCJ,CAAC;AAEzB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiQA,CAAC;AAEzB,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"orchestrator.d.ts","sourceRoot":"","sources":["../../../src/abis/orchestrator.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAw6BE,CAAC;AAEzB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuCJ,CAAC;AAEzB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiQA,CAAC;AAEzB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAorCN,CAAC;AAEzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAk0DL,CAAC;AAEzB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAixCF,CAAC;AAEzB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAopCJ,CAAC;AAEzB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAm4BR,CAAC;AAEzB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8Tb,CAAC;AAEzB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmYtB,CAAC;AAEzB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwgBD,CAAC;AAEzB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8JR,CAAC;AAEzB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwG5B,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkEhB,CAAC;AAEX,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;EAqCjB,CAAC;AAEX,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6GzB,CAAC;AAEX,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkH3B,CAAC"}
|