@rhinestone/shared-configs 1.4.78-alpha.0 → 1.4.82-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.
@@ -113,6 +113,60 @@
113
113
  "symbol": "WETH"
114
114
  }
115
115
  },
116
+ "56": {
117
+ "name": "BNB Smart Chain",
118
+ "nativeToken": {
119
+ "address": "0x0000000000000000000000000000000000000000",
120
+ "decimals": 18,
121
+ "symbol": "BNB"
122
+ },
123
+ "settlementLayers": [
124
+ "ACROSS",
125
+ "ECO",
126
+ "RELAY"
127
+ ],
128
+ "swapQuoters": [
129
+ "1inch",
130
+ "0x",
131
+ "velora"
132
+ ],
133
+ "tokens": [
134
+ {
135
+ "address": "0x0000000000000000000000000000000000000000",
136
+ "approvalSlot": null,
137
+ "balanceSlot": null,
138
+ "decimals": 18,
139
+ "symbol": "BNB"
140
+ },
141
+ {
142
+ "address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
143
+ "approvalSlot": 2,
144
+ "balanceSlot": 1,
145
+ "decimals": 18,
146
+ "symbol": "USDC"
147
+ },
148
+ {
149
+ "address": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
150
+ "approvalSlot": 2,
151
+ "balanceSlot": 1,
152
+ "decimals": 18,
153
+ "priceSymbol": "ETH",
154
+ "symbol": "WETH"
155
+ },
156
+ {
157
+ "address": "0x55d398326f99059fF775485246999027B3197955",
158
+ "approvalSlot": 2,
159
+ "balanceSlot": 1,
160
+ "decimals": 18,
161
+ "symbol": "USDT"
162
+ }
163
+ ],
164
+ "wrappedNativeToken": {
165
+ "address": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
166
+ "decimals": 18,
167
+ "symbol": "WBNB"
168
+ }
169
+ },
116
170
  "100": {
117
171
  "name": "Gnosis",
118
172
  "nativeToken": {
@@ -233,6 +287,40 @@
233
287
  "symbol": "WS"
234
288
  }
235
289
  },
290
+ "999": {
291
+ "name": "HyperEVM",
292
+ "nativeToken": {
293
+ "address": "0x0000000000000000000000000000000000000000",
294
+ "decimals": 18,
295
+ "symbol": "HYPE"
296
+ },
297
+ "settlementLayers": [
298
+ "ECO"
299
+ ],
300
+ "swapQuoters": [],
301
+ "tokens": [
302
+ {
303
+ "address": "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
304
+ "approvalSlot": 10,
305
+ "balanceSlot": 9,
306
+ "decimals": 6,
307
+ "symbol": "USDC"
308
+ },
309
+ {
310
+ "address": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
311
+ "approvalSlot": 52,
312
+ "balanceSlot": 51,
313
+ "decimals": 6,
314
+ "priceSymbol": "USDT",
315
+ "symbol": "USDT0"
316
+ }
317
+ ],
318
+ "wrappedNativeToken": {
319
+ "address": "0x5555555555555555555555555555555555555555",
320
+ "decimals": 18,
321
+ "symbol": "WHYPE"
322
+ }
323
+ },
236
324
  "1868": {
237
325
  "name": "Soneium Mainnet",
238
326
  "nativeToken": {
@@ -11,6 +11,12 @@
11
11
  "Alchemy"
12
12
  ]
13
13
  },
14
+ "56": {
15
+ "providers": [
16
+ "DRPC",
17
+ "Alchemy"
18
+ ]
19
+ },
14
20
  "100": {
15
21
  "providers": [
16
22
  "DRPC",
@@ -29,6 +35,12 @@
29
35
  "Alchemy"
30
36
  ]
31
37
  },
38
+ "999": {
39
+ "providers": [
40
+ "DRPC",
41
+ "Alchemy"
42
+ ]
43
+ },
32
44
  "1868": {
33
45
  "providers": [
34
46
  "DRPC",
@@ -3,9 +3,11 @@
3
3
  "chain_mapping": {
4
4
  "1": "eth-mainnet",
5
5
  "10": "opt-mainnet",
6
+ "56": "bnb-mainnet",
6
7
  "100": "gnosis-mainnet",
7
8
  "137": "polygon-mainnet",
8
9
  "146": "sonic-mainnet",
10
+ "999": "hyperliquid-mainnet",
9
11
  "1868": "soneium-mainnet",
10
12
  "8453": "base-mainnet",
11
13
  "9745": "plasma-mainnet",
@@ -22,9 +24,11 @@
22
24
  "chain_mapping": {
23
25
  "1": "ethereum",
24
26
  "10": "optimism",
27
+ "56": "bsc",
25
28
  "100": "gnosis",
26
29
  "137": "polygon",
27
30
  "146": "sonic",
31
+ "999": "hyperliquid",
28
32
  "1868": "soneium",
29
33
  "8453": "base",
30
34
  "9745": "plasma",
@@ -41,9 +45,11 @@
41
45
  "chain_mapping": {
42
46
  "1": "1",
43
47
  "10": "10",
48
+ "56": "56",
44
49
  "100": "100",
45
50
  "137": "137",
46
51
  "146": "146",
52
+ "999": "999",
47
53
  "1868": "1868",
48
54
  "8453": "8453",
49
55
  "9745": "9745",
@@ -272,6 +272,8 @@ const SHARED_CHAIN_NAMES = [
272
272
  "sonic",
273
273
  "plasma",
274
274
  "gnosis",
275
+ "bsc",
276
+ "hyperevm",
275
277
  "sepolia",
276
278
  "optimism_sepolia",
277
279
  "base_sepolia",
@@ -1078,7 +1078,7 @@ export declare const intentExecutorAbi: readonly [{
1078
1078
  readonly stateMutability: "nonpayable";
1079
1079
  }, {
1080
1080
  readonly type: "function";
1081
- readonly name: "executeMultichainOpsWithGasRefund";
1081
+ readonly name: "executeMultichainOpsWithGasRefund_ERC20";
1082
1082
  readonly inputs: readonly [{
1083
1083
  readonly name: "signedOps";
1084
1084
  readonly type: "tuple";
@@ -1125,7 +1125,67 @@ 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";
1132
+ }];
1133
+ }, {
1134
+ readonly name: "gasRefundRecipient";
1135
+ readonly type: "address";
1136
+ readonly internalType: "address";
1137
+ }];
1138
+ readonly outputs: readonly [{
1139
+ readonly name: "account";
1140
+ readonly type: "address";
1141
+ readonly internalType: "address";
1142
+ }, {
1143
+ readonly name: "nonce";
1144
+ readonly type: "uint256";
1145
+ readonly internalType: "uint256";
1146
+ }];
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";
1128
1184
  }];
1185
+ }, {
1186
+ readonly name: "overhead";
1187
+ readonly type: "uint256";
1188
+ readonly internalType: "uint256";
1129
1189
  }, {
1130
1190
  readonly name: "gasRefundRecipient";
1131
1191
  readonly type: "address";
@@ -1340,7 +1400,7 @@ export declare const intentExecutorAbi: readonly [{
1340
1400
  readonly stateMutability: "nonpayable";
1341
1401
  }, {
1342
1402
  readonly type: "function";
1343
- readonly name: "executeSinglechainOpsWithGasRefund";
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";
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwhCN,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,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"}
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,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"}
@@ -1391,7 +1391,7 @@ exports.intentExecutorAbi = [
1391
1391
  },
1392
1392
  {
1393
1393
  type: 'function',
1394
- name: 'executeMultichainOpsWithGasRefund',
1394
+ name: 'executeMultichainOpsWithGasRefund_ERC20',
1395
1395
  inputs: [
1396
1396
  {
1397
1397
  name: 'signedOps',
@@ -1451,9 +1451,87 @@ exports.intentExecutorAbi = [
1451
1451
  name: 'exchangeRate',
1452
1452
  type: 'uint256',
1453
1453
  internalType: 'uint256'
1454
+ },
1455
+ {
1456
+ name: 'overhead',
1457
+ type: 'uint256',
1458
+ internalType: 'uint256'
1459
+ }
1460
+ ]
1461
+ },
1462
+ {
1463
+ name: 'gasRefundRecipient',
1464
+ type: 'address',
1465
+ internalType: 'address'
1466
+ }
1467
+ ],
1468
+ outputs: [
1469
+ {
1470
+ name: 'account',
1471
+ type: 'address',
1472
+ internalType: 'address'
1473
+ },
1474
+ {
1475
+ name: 'nonce',
1476
+ type: 'uint256',
1477
+ internalType: 'uint256'
1478
+ }
1479
+ ],
1480
+ stateMutability: 'nonpayable'
1481
+ },
1482
+ {
1483
+ type: 'function',
1484
+ name: 'executeMultichainOpsWithGasRefund_ETH',
1485
+ inputs: [
1486
+ {
1487
+ name: 'signedOps',
1488
+ type: 'tuple',
1489
+ internalType: 'struct IStandaloneIntentExecutor.MultiChainOps',
1490
+ components: [
1491
+ {
1492
+ name: 'account',
1493
+ type: 'address',
1494
+ internalType: 'address'
1495
+ },
1496
+ {
1497
+ name: 'chainIndex',
1498
+ type: 'uint256',
1499
+ internalType: 'uint256'
1500
+ },
1501
+ {
1502
+ name: 'otherChains',
1503
+ type: 'bytes32[]',
1504
+ internalType: 'bytes32[]'
1505
+ },
1506
+ {
1507
+ name: 'nonce',
1508
+ type: 'uint256',
1509
+ internalType: 'uint256'
1510
+ },
1511
+ {
1512
+ name: 'ops',
1513
+ type: 'tuple',
1514
+ internalType: 'struct Types.Operation',
1515
+ components: [
1516
+ {
1517
+ name: 'data',
1518
+ type: 'bytes',
1519
+ internalType: 'bytes'
1520
+ }
1521
+ ]
1522
+ },
1523
+ {
1524
+ name: 'signature',
1525
+ type: 'bytes',
1526
+ internalType: 'bytes'
1454
1527
  }
1455
1528
  ]
1456
1529
  },
1530
+ {
1531
+ name: 'overhead',
1532
+ type: 'uint256',
1533
+ internalType: 'uint256'
1534
+ },
1457
1535
  {
1458
1536
  name: 'gasRefundRecipient',
1459
1537
  type: 'address',
@@ -1733,7 +1811,7 @@ exports.intentExecutorAbi = [
1733
1811
  },
1734
1812
  {
1735
1813
  type: 'function',
1736
- name: 'executeSinglechainOpsWithGasRefund',
1814
+ name: 'executeSinglechainOpsWithGasRefund_ERC20',
1737
1815
  inputs: [
1738
1816
  {
1739
1817
  name: 'signedOps',
@@ -1783,9 +1861,77 @@ exports.intentExecutorAbi = [
1783
1861
  name: 'exchangeRate',
1784
1862
  type: 'uint256',
1785
1863
  internalType: 'uint256'
1864
+ },
1865
+ {
1866
+ name: 'overhead',
1867
+ type: 'uint256',
1868
+ internalType: 'uint256'
1869
+ }
1870
+ ]
1871
+ },
1872
+ {
1873
+ name: 'gasRefundRecipient',
1874
+ type: 'address',
1875
+ internalType: 'address'
1876
+ }
1877
+ ],
1878
+ outputs: [
1879
+ {
1880
+ name: 'account',
1881
+ type: 'address',
1882
+ internalType: 'address'
1883
+ },
1884
+ {
1885
+ name: 'nonce',
1886
+ type: 'uint256',
1887
+ internalType: 'uint256'
1888
+ }
1889
+ ],
1890
+ stateMutability: 'nonpayable'
1891
+ },
1892
+ {
1893
+ type: 'function',
1894
+ name: 'executeSinglechainOpsWithGasRefund_ETH',
1895
+ inputs: [
1896
+ {
1897
+ name: 'signedOps',
1898
+ type: 'tuple',
1899
+ internalType: 'struct IStandaloneIntentExecutor.SingleChainOps',
1900
+ components: [
1901
+ {
1902
+ name: 'account',
1903
+ type: 'address',
1904
+ internalType: 'address'
1905
+ },
1906
+ {
1907
+ name: 'nonce',
1908
+ type: 'uint256',
1909
+ internalType: 'uint256'
1910
+ },
1911
+ {
1912
+ name: 'ops',
1913
+ type: 'tuple',
1914
+ internalType: 'struct Types.Operation',
1915
+ components: [
1916
+ {
1917
+ name: 'data',
1918
+ type: 'bytes',
1919
+ internalType: 'bytes'
1920
+ }
1921
+ ]
1922
+ },
1923
+ {
1924
+ name: 'signature',
1925
+ type: 'bytes',
1926
+ internalType: 'bytes'
1786
1927
  }
1787
1928
  ]
1788
1929
  },
1930
+ {
1931
+ name: 'overhead',
1932
+ type: 'uint256',
1933
+ internalType: 'uint256'
1934
+ },
1789
1935
  {
1790
1936
  name: 'gasRefundRecipient',
1791
1937
  type: 'address',
@@ -2046,6 +2192,11 @@ exports.intentExecutorAbi = [
2046
2192
  name: '_exchangeRate',
2047
2193
  type: 'uint256',
2048
2194
  internalType: 'uint256'
2195
+ },
2196
+ {
2197
+ name: '_overhead',
2198
+ type: 'uint256',
2199
+ internalType: 'uint256'
2049
2200
  }
2050
2201
  ],
2051
2202
  outputs: [
@@ -2232,6 +2383,11 @@ exports.intentExecutorAbi = [
2232
2383
  name: 'InvalidEip712HashLength',
2233
2384
  inputs: []
2234
2385
  },
2386
+ {
2387
+ type: 'error',
2388
+ name: 'InvalidGasToken',
2389
+ inputs: []
2390
+ },
2235
2391
  {
2236
2392
  type: 'error',
2237
2393
  name: 'InvalidParams',
@@ -1 +1 @@
1
- {"version":3,"file":"chains.d.ts","sourceRoot":"","sources":["../../src/chains.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEzF,UAAU,KAAK;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAED,UAAU,WAAW;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,WAAW,CAAC;IACzB,kBAAkB,EAAE,WAAW,CAAC;IAChC,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B;AAED,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,cAAc,EAAE,KAAK,CA8pBzC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,CAAC"}
1
+ {"version":3,"file":"chains.d.ts","sourceRoot":"","sources":["../../src/chains.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEzF,UAAU,KAAK;IACb,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAED,UAAU,WAAW;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,WAAW,CAAC;IACzB,kBAAkB,EAAE,WAAW,CAAC;IAChC,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,gBAAgB,EAAE,eAAe,EAAE,CAAC;IACpC,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,WAAW,EAAE,UAAU,EAAE,CAAC;CAC3B;AAED,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,cAAc,EAAE,KAAK,CA8vBzC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,CAAC"}