@rhinestone/shared-configs 1.4.82-alpha.0 → 1.4.85

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.
@@ -295,7 +295,8 @@
295
295
  "symbol": "HYPE"
296
296
  },
297
297
  "settlementLayers": [
298
- "ECO"
298
+ "ECO",
299
+ "OFT"
299
300
  ],
300
301
  "swapQuoters": [],
301
302
  "tokens": [
@@ -0,0 +1,34 @@
1
+ {
2
+ "defaults": {
3
+ "failsafe": {
4
+ "timeout": { "duration": "30s" },
5
+ "retry": {
6
+ "maxAttempts": 5,
7
+ "delay": "500ms",
8
+ "backoffMaxDelay": "10s",
9
+ "backoffFactor": 0.3,
10
+ "jitter": "200ms"
11
+ },
12
+ "hedge": { "delay": "1000ms", "maxCount": 2 }
13
+ }
14
+ },
15
+ "chainOverrides": {
16
+ "1": {
17
+ "failsafe": {
18
+ "retry": { "maxAttempts": 3, "jitter": "500ms" },
19
+ "hedge": { "delay": "3000ms" }
20
+ }
21
+ },
22
+ "42161": { "evm": { "getLogsMaxAllowedRange": 100000 } },
23
+ "421614": { "evm": { "getLogsMaxAllowedRange": 100000 } }
24
+ },
25
+ "rateLimitBudgets": {
26
+ "Tenderly": "default-budget",
27
+ "_default": "global"
28
+ },
29
+ "providerIdPrefix": {
30
+ "Alchemy": "alchemy-http",
31
+ "DRPC": "drpc-http",
32
+ "Tenderly": "gnosis-tenderly-rpc"
33
+ }
34
+ }
@@ -20,7 +20,8 @@
20
20
  "100": {
21
21
  "providers": [
22
22
  "DRPC",
23
- "Alchemy"
23
+ "Alchemy",
24
+ "Tenderly"
24
25
  ]
25
26
  },
26
27
  "137": {
@@ -4,6 +4,7 @@
4
4
  "1": "0x33e9E20cE301006940b0AcFB5eB48f4180135F18",
5
5
  "10": "0xF03b4d9AC1D5d1E7c4cEf54C2A313b9fe051A0aD",
6
6
  "137": "0x1AD415b613406d8386DF3CC23D47447Dbc6c2eA0",
7
+ "999": "0x904861a24F30EC96ea7CFC3bE9EA4B476d237e98",
7
8
  "8453": "0x86Ed939B500E0E8b8DB4e07798419026C5c0341A",
8
9
  "9745": "0x02ca37966753bDdDf11216B73B16C1dE756A7CF9",
9
10
  "42161": "0x14E4A1B13bf7F943c8ff7C51fb60FA964A298D92"
@@ -12,6 +13,7 @@
12
13
  "1": 30101,
13
14
  "10": 30111,
14
15
  "137": 30109,
16
+ "999": 30367,
15
17
  "8453": 30184,
16
18
  "9745": 30383,
17
19
  "42161": 30110,
@@ -23,6 +25,7 @@
23
25
  "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
24
26
  "10": "0x01bFF41798a0BcF287b996046Ca68b395DbC1071",
25
27
  "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
28
+ "999": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
26
29
  "8453": "0x8b106206a5B00E8667B56C3F4165e6e6F53e5d04",
27
30
  "9745": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
28
31
  "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
@@ -41,6 +41,12 @@
41
41
  },
42
42
  "url_template": "https://lb.drpc.org/ogrpc?network={{chain_param}}&dkey=${DRPC_API_KEY}"
43
43
  },
44
+ "Tenderly": {
45
+ "chain_mapping": {
46
+ "100": "gnosis"
47
+ },
48
+ "url_template": "https://{{chain_param}}.gateway.tenderly.co/${TENDERLY_API_KEY}"
49
+ },
44
50
  "eRPC": {
45
51
  "chain_mapping": {
46
52
  "1": "1",
@@ -6,22 +6,26 @@
6
6
  },
7
7
  "84532": {
8
8
  "providers": [
9
- "DRPC"
9
+ "DRPC",
10
+ "Alchemy"
10
11
  ]
11
12
  },
12
13
  "421614": {
13
14
  "providers": [
14
- "DRPC"
15
+ "DRPC",
16
+ "Alchemy"
15
17
  ]
16
18
  },
17
19
  "11155111": {
18
20
  "providers": [
19
- "DRPC"
21
+ "DRPC",
22
+ "Alchemy"
20
23
  ]
21
24
  },
22
25
  "11155420": {
23
26
  "providers": [
24
- "DRPC"
27
+ "DRPC",
28
+ "Alchemy"
25
29
  ]
26
30
  }
27
31
  }
@@ -262,31 +262,13 @@ function renderContracts(contracts) {
262
262
  "export type { ContractAddresses };",
263
263
  ].join("\n");
264
264
  }
265
- const SHARED_CHAIN_NAMES = [
266
- "mainnet",
267
- "optimism",
268
- "base",
269
- "arbitrum",
270
- "polygon",
271
- "soneium",
272
- "sonic",
273
- "plasma",
274
- "gnosis",
275
- "bsc",
276
- "hyperevm",
277
- "sepolia",
278
- "optimism_sepolia",
279
- "base_sepolia",
280
- "arbitrum_sepolia",
281
- "plasma_testnet",
282
- ];
283
- function runOrchestratorFile(yeetRoot, env) {
265
+ function runOrchestratorFile(yeetRoot, env, chainNames) {
284
266
  const recipe = node_path_1.default.join("core", "shared-configs.jsonnet");
285
267
  const binary = node_path_1.default.join(yeetRoot, "bin", "yeet-orchestrator-file");
286
268
  const useBinary = process.env.YEET_USE_BINARY === "1";
287
269
  const tempDir = (0, node_fs_1.mkdtempSync)(node_path_1.default.join(node_os_1.default.tmpdir(), "yeet-shared-configs-"));
288
270
  const chainsFile = node_path_1.default.join(tempDir, "chains.txt");
289
- (0, node_fs_1.writeFileSync)(chainsFile, `${SHARED_CHAIN_NAMES.join("\n")}\n`);
271
+ (0, node_fs_1.writeFileSync)(chainsFile, `${chainNames.join("\n")}\n`);
290
272
  const args = [
291
273
  "--recipe",
292
274
  recipe,
@@ -354,8 +336,8 @@ async function generate() {
354
336
  await (0, promises_1.writeFile)(node_path_1.default.join(configsDir, "oft.json"), `${JSON.stringify(output.oft, null, 2)}\n`);
355
337
  await (0, promises_1.writeFile)(node_path_1.default.join(sharedConfigsRoot, "src", "chains.ts"), `${renderChains(output.chains, output.mainnets, output.testnets)}\n`);
356
338
  await (0, promises_1.writeFile)(node_path_1.default.join(generatedDir, "networks.ts"), `${renderNetworks(output.networks)}\n`);
357
- const prodAddrConfig = runOrchestratorFile(yeetRoot, "prod");
358
- const stagingAddrConfig = runOrchestratorFile(yeetRoot, "staging");
339
+ const prodAddrConfig = runOrchestratorFile(yeetRoot, "prod", output.chainNames);
340
+ const stagingAddrConfig = runOrchestratorFile(yeetRoot, "staging", output.chainNames);
359
341
  const abiSignatures = collectAbiSignatures(prodAddrConfig);
360
342
  const prodContracts = collectContracts(prodAddrConfig);
361
343
  const stagingContracts = collectContracts(stagingAddrConfig);
@@ -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_ERC20";
1081
+ readonly name: "executeMultichainOpsWithGasRefund";
1082
1082
  readonly inputs: readonly [{
1083
1083
  readonly name: "signedOps";
1084
1084
  readonly type: "tuple";
@@ -1125,67 +1125,7 @@ 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";
1184
1128
  }];
1185
- }, {
1186
- readonly name: "overhead";
1187
- readonly type: "uint256";
1188
- readonly internalType: "uint256";
1189
1129
  }, {
1190
1130
  readonly name: "gasRefundRecipient";
1191
1131
  readonly type: "address";
@@ -1400,7 +1340,7 @@ export declare const intentExecutorAbi: readonly [{
1400
1340
  readonly stateMutability: "nonpayable";
1401
1341
  }, {
1402
1342
  readonly type: "function";
1403
- readonly name: "executeSinglechainOpsWithGasRefund_ERC20";
1343
+ readonly name: "executeSinglechainOpsWithGasRefund";
1404
1344
  readonly inputs: readonly [{
1405
1345
  readonly name: "signedOps";
1406
1346
  readonly type: "tuple";
@@ -1439,59 +1379,7 @@ export declare const intentExecutorAbi: readonly [{
1439
1379
  readonly name: "exchangeRate";
1440
1380
  readonly type: "uint256";
1441
1381
  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";
1490
1382
  }];
1491
- }, {
1492
- readonly name: "overhead";
1493
- readonly type: "uint256";
1494
- readonly internalType: "uint256";
1495
1383
  }, {
1496
1384
  readonly name: "gasRefundRecipient";
1497
1385
  readonly type: "address";
@@ -1693,10 +1581,6 @@ export declare const intentExecutorAbi: readonly [{
1693
1581
  readonly name: "_exchangeRate";
1694
1582
  readonly type: "uint256";
1695
1583
  readonly internalType: "uint256";
1696
- }, {
1697
- readonly name: "_overhead";
1698
- readonly type: "uint256";
1699
- readonly internalType: "uint256";
1700
1584
  }];
1701
1585
  readonly outputs: readonly [{
1702
1586
  readonly name: "";
@@ -1837,10 +1721,6 @@ export declare const intentExecutorAbi: readonly [{
1837
1721
  readonly type: "error";
1838
1722
  readonly name: "InvalidEip712HashLength";
1839
1723
  readonly inputs: readonly [];
1840
- }, {
1841
- readonly type: "error";
1842
- readonly name: "InvalidGasToken";
1843
- readonly inputs: readonly [];
1844
1724
  }, {
1845
1725
  readonly type: "error";
1846
1726
  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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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"}
@@ -1391,7 +1391,7 @@ exports.intentExecutorAbi = [
1391
1391
  },
1392
1392
  {
1393
1393
  type: 'function',
1394
- name: 'executeMultichainOpsWithGasRefund_ERC20',
1394
+ name: 'executeMultichainOpsWithGasRefund',
1395
1395
  inputs: [
1396
1396
  {
1397
1397
  name: 'signedOps',
@@ -1451,87 +1451,9 @@ 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'
1527
1454
  }
1528
1455
  ]
1529
1456
  },
1530
- {
1531
- name: 'overhead',
1532
- type: 'uint256',
1533
- internalType: 'uint256'
1534
- },
1535
1457
  {
1536
1458
  name: 'gasRefundRecipient',
1537
1459
  type: 'address',
@@ -1811,7 +1733,7 @@ exports.intentExecutorAbi = [
1811
1733
  },
1812
1734
  {
1813
1735
  type: 'function',
1814
- name: 'executeSinglechainOpsWithGasRefund_ERC20',
1736
+ name: 'executeSinglechainOpsWithGasRefund',
1815
1737
  inputs: [
1816
1738
  {
1817
1739
  name: 'signedOps',
@@ -1861,77 +1783,9 @@ exports.intentExecutorAbi = [
1861
1783
  name: 'exchangeRate',
1862
1784
  type: 'uint256',
1863
1785
  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'
1927
1786
  }
1928
1787
  ]
1929
1788
  },
1930
- {
1931
- name: 'overhead',
1932
- type: 'uint256',
1933
- internalType: 'uint256'
1934
- },
1935
1789
  {
1936
1790
  name: 'gasRefundRecipient',
1937
1791
  type: 'address',
@@ -2192,11 +2046,6 @@ exports.intentExecutorAbi = [
2192
2046
  name: '_exchangeRate',
2193
2047
  type: 'uint256',
2194
2048
  internalType: 'uint256'
2195
- },
2196
- {
2197
- name: '_overhead',
2198
- type: 'uint256',
2199
- internalType: 'uint256'
2200
2049
  }
2201
2050
  ],
2202
2051
  outputs: [
@@ -2383,11 +2232,6 @@ exports.intentExecutorAbi = [
2383
2232
  name: 'InvalidEip712HashLength',
2384
2233
  inputs: []
2385
2234
  },
2386
- {
2387
- type: 'error',
2388
- name: 'InvalidGasToken',
2389
- inputs: []
2390
- },
2391
2235
  {
2392
2236
  type: 'error',
2393
2237
  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,CA8vBzC,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,CAowBzC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,CAAC"}
@@ -221,7 +221,8 @@ const chains = {
221
221
  },
222
222
  "providers": [
223
223
  "DRPC",
224
- "Alchemy"
224
+ "Alchemy",
225
+ "Tenderly"
225
226
  ]
226
227
  },
227
228
  "137": {
@@ -322,7 +323,8 @@ const chains = {
322
323
  "symbol": "HYPE"
323
324
  },
324
325
  "settlementLayers": [
325
- "ECO"
326
+ "ECO",
327
+ "OFT"
326
328
  ],
327
329
  "swapQuoters": [],
328
330
  "tokens": [
@@ -629,7 +631,8 @@ const chains = {
629
631
  "symbol": "WETH"
630
632
  },
631
633
  "providers": [
632
- "DRPC"
634
+ "DRPC",
635
+ "Alchemy"
633
636
  ]
634
637
  },
635
638
  "421614": {
@@ -674,7 +677,8 @@ const chains = {
674
677
  "symbol": "WETH"
675
678
  },
676
679
  "providers": [
677
- "DRPC"
680
+ "DRPC",
681
+ "Alchemy"
678
682
  ]
679
683
  },
680
684
  "11155111": {
@@ -719,7 +723,8 @@ const chains = {
719
723
  "symbol": "WETH"
720
724
  },
721
725
  "providers": [
722
- "DRPC"
726
+ "DRPC",
727
+ "Alchemy"
723
728
  ]
724
729
  },
725
730
  "11155420": {
@@ -764,7 +769,8 @@ const chains = {
764
769
  "symbol": "WETH"
765
770
  },
766
771
  "providers": [
767
- "DRPC"
772
+ "DRPC",
773
+ "Alchemy"
768
774
  ]
769
775
  }
770
776
  };