@rhinestone/shared-configs 1.4.119 → 1.4.121
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/configs/oft.json +1 -1
- package/dist/scripts/generate-abis.js +1 -0
- package/dist/scripts/generate.js +1 -0
- package/dist/src/abis/index.d.ts +1 -1
- package/dist/src/abis/index.d.ts.map +1 -1
- package/dist/src/abis/index.js +2 -1
- package/dist/src/abis/orchestrator.d.ts +196 -0
- package/dist/src/abis/orchestrator.d.ts.map +1 -1
- package/dist/src/abis/orchestrator.js +258 -1
- package/dist/src/generated/abis.d.ts +1 -0
- package/dist/src/generated/abis.d.ts.map +1 -1
- package/dist/src/generated/abis.js +11 -0
- 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 +1 -0
- package/dist/src/generated/contracts.js +1 -0
- package/package.json +1 -1
package/dist/configs/oft.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"USDT0": {
|
|
3
3
|
"adapters": {
|
|
4
|
-
"1": "
|
|
4
|
+
"1": "0x6c96de32cea08842dcc4058c14d3aaad7fa41dee",
|
|
5
5
|
"10": "0xF03b4d9AC1D5d1E7c4cEf54C2A313b9fe051A0aD",
|
|
6
6
|
"137": "0x1AD415b613406d8386DF3CC23D47447Dbc6c2eA0",
|
|
7
7
|
"8453": "0x86Ed939B500E0E8b8DB4e07798419026C5c0341A",
|
|
@@ -25,6 +25,7 @@ const ABI_CONFIGS = [
|
|
|
25
25
|
{ name: "paymasterAbi", sourceFile: "paymaster.json" },
|
|
26
26
|
{ name: "multicallAbi", sourceFile: "multicall.json" },
|
|
27
27
|
{ name: "singlecallAdapterAbi", sourceFile: "singlecallAdapter.json" },
|
|
28
|
+
{ name: "oftFeeAdapterAbi", sourceFile: "oftFeeAdapter.json" },
|
|
28
29
|
{ name: "multicallHandlerAbi", sourceFile: "multicallHandler.json" },
|
|
29
30
|
{ name: "acrossAdapterOptimizedAbi", sourceFile: "acrossAdapterOptimized.json", satisfiesAbi: false },
|
|
30
31
|
{ name: "routeTupleAbi", sourceFile: "routeTuple.json", satisfiesAbi: false },
|
package/dist/scripts/generate.js
CHANGED
|
@@ -195,6 +195,7 @@ const mapWildcardDeployments = (deployments) => {
|
|
|
195
195
|
intentExecutorAdapter: deployments.intentExecutorAdapter,
|
|
196
196
|
intentExecutorAdapterGasRefund: deployments.intentExecutorAdapterGasRefund,
|
|
197
197
|
multicallAdapter: deployments.multicallAdapter,
|
|
198
|
+
oftFeeAdapter: deployments.oftFeeAdapter,
|
|
198
199
|
multicallHandler: deployments.multicallHandler,
|
|
199
200
|
singlecallAdapter: deployments.singleCallAdapter,
|
|
200
201
|
ecoHandler: deployments.multicallHandler,
|
package/dist/src/abis/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { routerAbi, routerHelperAbi, emissaryAbi, intentExecutorAbi, intentExecutorAdapterAbi, intentExecutorAdapterGasRefundAbi, acrossAdapterAbi, ecoAdapterAbi, relayAdapterAbi, sameChainAdapterAbi, paymasterAbi, multicallAbi, multicallHandlerAbi, acrossAdapterOptimizedAbi, ecoAdapterOptimizedAbi, relayAdapterOptimizedAbi, routeTupleAbi, rewardTupleAbi, multicallAbi as multiCallAbi, singlecallAdapterAbi, } from "./orchestrator";
|
|
1
|
+
export { routerAbi, routerHelperAbi, emissaryAbi, intentExecutorAbi, intentExecutorAdapterAbi, intentExecutorAdapterGasRefundAbi, acrossAdapterAbi, ecoAdapterAbi, relayAdapterAbi, sameChainAdapterAbi, paymasterAbi, multicallAbi, multicallHandlerAbi, acrossAdapterOptimizedAbi, ecoAdapterOptimizedAbi, relayAdapterOptimizedAbi, routeTupleAbi, rewardTupleAbi, multicallAbi as multiCallAbi, singlecallAdapterAbi, oftFeeAdapterAbi, } from "./orchestrator";
|
|
2
2
|
export { directRouteAbi, wethAbi, relayerPotV1Abi, singleCallAbi, } from "./relayer";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/abis/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,wBAAwB,EACxB,iCAAiC,EACjC,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,mBAAmB,EACnB,yBAAyB,EACzB,sBAAsB,EACtB,wBAAwB,EACxB,aAAa,EACb,cAAc,EACd,YAAY,IAAI,YAAY,EAC5B,oBAAoB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/abis/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,SAAS,EACT,eAAe,EACf,WAAW,EACX,iBAAiB,EACjB,wBAAwB,EACxB,iCAAiC,EACjC,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,mBAAmB,EACnB,yBAAyB,EACzB,sBAAsB,EACtB,wBAAwB,EACxB,aAAa,EACb,cAAc,EACd,YAAY,IAAI,YAAY,EAC5B,oBAAoB,EACpB,gBAAgB,GACjB,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EACL,cAAc,EACd,OAAO,EACP,eAAe,EACf,aAAa,GACd,MAAM,WAAW,CAAC"}
|
package/dist/src/abis/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.singleCallAbi = exports.relayerPotV1Abi = exports.wethAbi = exports.directRouteAbi = exports.singlecallAdapterAbi = exports.multiCallAbi = exports.rewardTupleAbi = exports.routeTupleAbi = exports.relayAdapterOptimizedAbi = exports.ecoAdapterOptimizedAbi = exports.acrossAdapterOptimizedAbi = exports.multicallHandlerAbi = exports.multicallAbi = exports.paymasterAbi = exports.sameChainAdapterAbi = exports.relayAdapterAbi = exports.ecoAdapterAbi = exports.acrossAdapterAbi = exports.intentExecutorAdapterGasRefundAbi = exports.intentExecutorAdapterAbi = exports.intentExecutorAbi = exports.emissaryAbi = exports.routerHelperAbi = exports.routerAbi = void 0;
|
|
3
|
+
exports.singleCallAbi = exports.relayerPotV1Abi = exports.wethAbi = exports.directRouteAbi = exports.oftFeeAdapterAbi = exports.singlecallAdapterAbi = exports.multiCallAbi = exports.rewardTupleAbi = exports.routeTupleAbi = exports.relayAdapterOptimizedAbi = exports.ecoAdapterOptimizedAbi = exports.acrossAdapterOptimizedAbi = exports.multicallHandlerAbi = exports.multicallAbi = exports.paymasterAbi = exports.sameChainAdapterAbi = exports.relayAdapterAbi = exports.ecoAdapterAbi = exports.acrossAdapterAbi = exports.intentExecutorAdapterGasRefundAbi = exports.intentExecutorAdapterAbi = exports.intentExecutorAbi = exports.emissaryAbi = exports.routerHelperAbi = exports.routerAbi = void 0;
|
|
4
4
|
// Re-export ABIs from orchestrator.ts
|
|
5
5
|
var orchestrator_1 = require("./orchestrator");
|
|
6
6
|
Object.defineProperty(exports, "routerAbi", { enumerable: true, get: function () { return orchestrator_1.routerAbi; } });
|
|
@@ -23,6 +23,7 @@ Object.defineProperty(exports, "routeTupleAbi", { enumerable: true, get: functio
|
|
|
23
23
|
Object.defineProperty(exports, "rewardTupleAbi", { enumerable: true, get: function () { return orchestrator_1.rewardTupleAbi; } });
|
|
24
24
|
Object.defineProperty(exports, "multiCallAbi", { enumerable: true, get: function () { return orchestrator_1.multicallAbi; } });
|
|
25
25
|
Object.defineProperty(exports, "singlecallAdapterAbi", { enumerable: true, get: function () { return orchestrator_1.singlecallAdapterAbi; } });
|
|
26
|
+
Object.defineProperty(exports, "oftFeeAdapterAbi", { enumerable: true, get: function () { return orchestrator_1.oftFeeAdapterAbi; } });
|
|
26
27
|
// Relayer ABIs
|
|
27
28
|
var relayer_1 = require("./relayer");
|
|
28
29
|
Object.defineProperty(exports, "directRouteAbi", { enumerable: true, get: function () { return relayer_1.directRouteAbi; } });
|
|
@@ -7361,6 +7361,202 @@ export declare const singlecallAdapterAbi: readonly [{
|
|
|
7361
7361
|
readonly name: "WithdrawFailed";
|
|
7362
7362
|
readonly inputs: readonly [];
|
|
7363
7363
|
}];
|
|
7364
|
+
export declare const oftFeeAdapterAbi: readonly [{
|
|
7365
|
+
readonly type: "constructor";
|
|
7366
|
+
readonly inputs: readonly [{
|
|
7367
|
+
readonly name: "router";
|
|
7368
|
+
readonly type: "address";
|
|
7369
|
+
readonly internalType: "address";
|
|
7370
|
+
}];
|
|
7371
|
+
readonly stateMutability: "nonpayable";
|
|
7372
|
+
}, {
|
|
7373
|
+
readonly type: "function";
|
|
7374
|
+
readonly name: "ADAPTER_TAG";
|
|
7375
|
+
readonly inputs: readonly [];
|
|
7376
|
+
readonly outputs: readonly [{
|
|
7377
|
+
readonly name: "";
|
|
7378
|
+
readonly type: "bytes12";
|
|
7379
|
+
readonly internalType: "bytes12";
|
|
7380
|
+
}];
|
|
7381
|
+
readonly stateMutability: "pure";
|
|
7382
|
+
}, {
|
|
7383
|
+
readonly type: "function";
|
|
7384
|
+
readonly name: "ARBITER";
|
|
7385
|
+
readonly inputs: readonly [];
|
|
7386
|
+
readonly outputs: readonly [{
|
|
7387
|
+
readonly name: "";
|
|
7388
|
+
readonly type: "address";
|
|
7389
|
+
readonly internalType: "address";
|
|
7390
|
+
}];
|
|
7391
|
+
readonly stateMutability: "view";
|
|
7392
|
+
}, {
|
|
7393
|
+
readonly type: "function";
|
|
7394
|
+
readonly name: "_ROUTER";
|
|
7395
|
+
readonly inputs: readonly [];
|
|
7396
|
+
readonly outputs: readonly [{
|
|
7397
|
+
readonly name: "";
|
|
7398
|
+
readonly type: "address";
|
|
7399
|
+
readonly internalType: "address";
|
|
7400
|
+
}];
|
|
7401
|
+
readonly stateMutability: "view";
|
|
7402
|
+
}, {
|
|
7403
|
+
readonly type: "function";
|
|
7404
|
+
readonly name: "handleFill_oftFee_sendNative";
|
|
7405
|
+
readonly inputs: readonly [{
|
|
7406
|
+
readonly name: "userAccount";
|
|
7407
|
+
readonly type: "address";
|
|
7408
|
+
readonly internalType: "address";
|
|
7409
|
+
}, {
|
|
7410
|
+
readonly name: "amount";
|
|
7411
|
+
readonly type: "uint256";
|
|
7412
|
+
readonly internalType: "uint256";
|
|
7413
|
+
}];
|
|
7414
|
+
readonly outputs: readonly [{
|
|
7415
|
+
readonly name: "";
|
|
7416
|
+
readonly type: "bytes4";
|
|
7417
|
+
readonly internalType: "bytes4";
|
|
7418
|
+
}];
|
|
7419
|
+
readonly stateMutability: "payable";
|
|
7420
|
+
}, {
|
|
7421
|
+
readonly type: "function";
|
|
7422
|
+
readonly name: "semVer";
|
|
7423
|
+
readonly inputs: readonly [];
|
|
7424
|
+
readonly outputs: readonly [{
|
|
7425
|
+
readonly name: "packedVersion";
|
|
7426
|
+
readonly type: "bytes6";
|
|
7427
|
+
readonly internalType: "bytes6";
|
|
7428
|
+
}];
|
|
7429
|
+
readonly stateMutability: "view";
|
|
7430
|
+
}, {
|
|
7431
|
+
readonly type: "function";
|
|
7432
|
+
readonly name: "semVerUnpacked";
|
|
7433
|
+
readonly inputs: readonly [];
|
|
7434
|
+
readonly outputs: readonly [{
|
|
7435
|
+
readonly name: "major";
|
|
7436
|
+
readonly type: "uint256";
|
|
7437
|
+
readonly internalType: "uint256";
|
|
7438
|
+
}, {
|
|
7439
|
+
readonly name: "minor";
|
|
7440
|
+
readonly type: "uint256";
|
|
7441
|
+
readonly internalType: "uint256";
|
|
7442
|
+
}, {
|
|
7443
|
+
readonly name: "patch";
|
|
7444
|
+
readonly type: "uint256";
|
|
7445
|
+
readonly internalType: "uint256";
|
|
7446
|
+
}];
|
|
7447
|
+
readonly stateMutability: "view";
|
|
7448
|
+
}, {
|
|
7449
|
+
readonly type: "function";
|
|
7450
|
+
readonly name: "settlementLayerSpender";
|
|
7451
|
+
readonly inputs: readonly [];
|
|
7452
|
+
readonly outputs: readonly [{
|
|
7453
|
+
readonly name: "tokenSpender";
|
|
7454
|
+
readonly type: "address";
|
|
7455
|
+
readonly internalType: "address";
|
|
7456
|
+
}];
|
|
7457
|
+
readonly stateMutability: "view";
|
|
7458
|
+
}, {
|
|
7459
|
+
readonly type: "function";
|
|
7460
|
+
readonly name: "supportsInterface";
|
|
7461
|
+
readonly inputs: readonly [{
|
|
7462
|
+
readonly name: "selector";
|
|
7463
|
+
readonly type: "bytes4";
|
|
7464
|
+
readonly internalType: "bytes4";
|
|
7465
|
+
}];
|
|
7466
|
+
readonly outputs: readonly [{
|
|
7467
|
+
readonly name: "supported";
|
|
7468
|
+
readonly type: "bool";
|
|
7469
|
+
readonly internalType: "bool";
|
|
7470
|
+
}];
|
|
7471
|
+
readonly stateMutability: "pure";
|
|
7472
|
+
}, {
|
|
7473
|
+
readonly type: "function";
|
|
7474
|
+
readonly name: "version";
|
|
7475
|
+
readonly inputs: readonly [];
|
|
7476
|
+
readonly outputs: readonly [{
|
|
7477
|
+
readonly name: "";
|
|
7478
|
+
readonly type: "bytes";
|
|
7479
|
+
readonly internalType: "bytes";
|
|
7480
|
+
}];
|
|
7481
|
+
readonly stateMutability: "view";
|
|
7482
|
+
}, {
|
|
7483
|
+
readonly type: "event";
|
|
7484
|
+
readonly name: "RouterClaimed_Compact";
|
|
7485
|
+
readonly inputs: readonly [{
|
|
7486
|
+
readonly name: "sponsor";
|
|
7487
|
+
readonly type: "address";
|
|
7488
|
+
readonly indexed: false;
|
|
7489
|
+
readonly internalType: "address";
|
|
7490
|
+
}, {
|
|
7491
|
+
readonly name: "nonce";
|
|
7492
|
+
readonly type: "uint256";
|
|
7493
|
+
readonly indexed: false;
|
|
7494
|
+
readonly internalType: "uint256";
|
|
7495
|
+
}];
|
|
7496
|
+
readonly anonymous: false;
|
|
7497
|
+
}, {
|
|
7498
|
+
readonly type: "event";
|
|
7499
|
+
readonly name: "RouterClaimed_Permit2";
|
|
7500
|
+
readonly inputs: readonly [{
|
|
7501
|
+
readonly name: "sponsor";
|
|
7502
|
+
readonly type: "address";
|
|
7503
|
+
readonly indexed: false;
|
|
7504
|
+
readonly internalType: "address";
|
|
7505
|
+
}, {
|
|
7506
|
+
readonly name: "nonce";
|
|
7507
|
+
readonly type: "uint256";
|
|
7508
|
+
readonly indexed: false;
|
|
7509
|
+
readonly internalType: "uint256";
|
|
7510
|
+
}];
|
|
7511
|
+
readonly anonymous: false;
|
|
7512
|
+
}, {
|
|
7513
|
+
readonly type: "event";
|
|
7514
|
+
readonly name: "RouterFilled";
|
|
7515
|
+
readonly inputs: readonly [{
|
|
7516
|
+
readonly name: "recipient";
|
|
7517
|
+
readonly type: "address";
|
|
7518
|
+
readonly indexed: false;
|
|
7519
|
+
readonly internalType: "address";
|
|
7520
|
+
}, {
|
|
7521
|
+
readonly name: "nonce";
|
|
7522
|
+
readonly type: "uint256";
|
|
7523
|
+
readonly indexed: false;
|
|
7524
|
+
readonly internalType: "uint256";
|
|
7525
|
+
}];
|
|
7526
|
+
readonly anonymous: false;
|
|
7527
|
+
}, {
|
|
7528
|
+
readonly type: "error";
|
|
7529
|
+
readonly name: "InvalidRelayerContext";
|
|
7530
|
+
readonly inputs: readonly [];
|
|
7531
|
+
}, {
|
|
7532
|
+
readonly type: "error";
|
|
7533
|
+
readonly name: "MajorVersionTooLarge";
|
|
7534
|
+
readonly inputs: readonly [{
|
|
7535
|
+
readonly name: "major";
|
|
7536
|
+
readonly type: "uint256";
|
|
7537
|
+
readonly internalType: "uint256";
|
|
7538
|
+
}];
|
|
7539
|
+
}, {
|
|
7540
|
+
readonly type: "error";
|
|
7541
|
+
readonly name: "MinorVersionTooLarge";
|
|
7542
|
+
readonly inputs: readonly [{
|
|
7543
|
+
readonly name: "minor";
|
|
7544
|
+
readonly type: "uint256";
|
|
7545
|
+
readonly internalType: "uint256";
|
|
7546
|
+
}];
|
|
7547
|
+
}, {
|
|
7548
|
+
readonly type: "error";
|
|
7549
|
+
readonly name: "OnlyDelegateCall";
|
|
7550
|
+
readonly inputs: readonly [];
|
|
7551
|
+
}, {
|
|
7552
|
+
readonly type: "error";
|
|
7553
|
+
readonly name: "PatchVersionTooLarge";
|
|
7554
|
+
readonly inputs: readonly [{
|
|
7555
|
+
readonly name: "patch";
|
|
7556
|
+
readonly type: "uint256";
|
|
7557
|
+
readonly internalType: "uint256";
|
|
7558
|
+
}];
|
|
7559
|
+
}];
|
|
7364
7560
|
export declare const multicallHandlerAbi: readonly [{
|
|
7365
7561
|
readonly type: "constructor";
|
|
7366
7562
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyrCN,CAAC;AAEzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAk0DL,CAAC;AAEzB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAm2CF,CAAC;AAEzB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuuCJ,CAAC;AAEzB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyrCN,CAAC;AAEzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAk0DL,CAAC;AAEzB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAm2CF,CAAC;AAEzB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuuCJ,CAAC;AAEzB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.relayAdapterOptimizedAbi = exports.ecoAdapterOptimizedAbi = exports.rewardTupleAbi = exports.routeTupleAbi = exports.acrossAdapterOptimizedAbi = exports.multicallHandlerAbi = exports.singlecallAdapterAbi = exports.multicallAbi = exports.paymasterAbi = exports.intentExecutorAdapterGasRefundAbi = exports.intentExecutorAdapterAbi = exports.sameChainAdapterAbi = exports.relayAdapterAbi = exports.ecoAdapterAbi = exports.acrossAdapterAbi = exports.intentExecutorAbi = exports.emissaryAbi = exports.routerHelperAbi = exports.routerAbi = void 0;
|
|
3
|
+
exports.relayAdapterOptimizedAbi = exports.ecoAdapterOptimizedAbi = exports.rewardTupleAbi = exports.routeTupleAbi = exports.acrossAdapterOptimizedAbi = exports.multicallHandlerAbi = exports.oftFeeAdapterAbi = exports.singlecallAdapterAbi = exports.multicallAbi = exports.paymasterAbi = exports.intentExecutorAdapterGasRefundAbi = exports.intentExecutorAdapterAbi = exports.sameChainAdapterAbi = exports.relayAdapterAbi = exports.ecoAdapterAbi = exports.acrossAdapterAbi = exports.intentExecutorAbi = exports.emissaryAbi = exports.routerHelperAbi = exports.routerAbi = void 0;
|
|
4
4
|
exports.routerAbi = [
|
|
5
5
|
{
|
|
6
6
|
type: 'constructor',
|
|
@@ -9567,6 +9567,263 @@ exports.singlecallAdapterAbi = [
|
|
|
9567
9567
|
inputs: []
|
|
9568
9568
|
}
|
|
9569
9569
|
];
|
|
9570
|
+
exports.oftFeeAdapterAbi = [
|
|
9571
|
+
{
|
|
9572
|
+
type: 'constructor',
|
|
9573
|
+
inputs: [
|
|
9574
|
+
{
|
|
9575
|
+
name: 'router',
|
|
9576
|
+
type: 'address',
|
|
9577
|
+
internalType: 'address'
|
|
9578
|
+
}
|
|
9579
|
+
],
|
|
9580
|
+
stateMutability: 'nonpayable'
|
|
9581
|
+
},
|
|
9582
|
+
{
|
|
9583
|
+
type: 'function',
|
|
9584
|
+
name: 'ADAPTER_TAG',
|
|
9585
|
+
inputs: [],
|
|
9586
|
+
outputs: [
|
|
9587
|
+
{
|
|
9588
|
+
name: '',
|
|
9589
|
+
type: 'bytes12',
|
|
9590
|
+
internalType: 'bytes12'
|
|
9591
|
+
}
|
|
9592
|
+
],
|
|
9593
|
+
stateMutability: 'pure'
|
|
9594
|
+
},
|
|
9595
|
+
{
|
|
9596
|
+
type: 'function',
|
|
9597
|
+
name: 'ARBITER',
|
|
9598
|
+
inputs: [],
|
|
9599
|
+
outputs: [
|
|
9600
|
+
{
|
|
9601
|
+
name: '',
|
|
9602
|
+
type: 'address',
|
|
9603
|
+
internalType: 'address'
|
|
9604
|
+
}
|
|
9605
|
+
],
|
|
9606
|
+
stateMutability: 'view'
|
|
9607
|
+
},
|
|
9608
|
+
{
|
|
9609
|
+
type: 'function',
|
|
9610
|
+
name: '_ROUTER',
|
|
9611
|
+
inputs: [],
|
|
9612
|
+
outputs: [
|
|
9613
|
+
{
|
|
9614
|
+
name: '',
|
|
9615
|
+
type: 'address',
|
|
9616
|
+
internalType: 'address'
|
|
9617
|
+
}
|
|
9618
|
+
],
|
|
9619
|
+
stateMutability: 'view'
|
|
9620
|
+
},
|
|
9621
|
+
{
|
|
9622
|
+
type: 'function',
|
|
9623
|
+
name: 'handleFill_oftFee_sendNative',
|
|
9624
|
+
inputs: [
|
|
9625
|
+
{
|
|
9626
|
+
name: 'userAccount',
|
|
9627
|
+
type: 'address',
|
|
9628
|
+
internalType: 'address'
|
|
9629
|
+
},
|
|
9630
|
+
{
|
|
9631
|
+
name: 'amount',
|
|
9632
|
+
type: 'uint256',
|
|
9633
|
+
internalType: 'uint256'
|
|
9634
|
+
}
|
|
9635
|
+
],
|
|
9636
|
+
outputs: [
|
|
9637
|
+
{
|
|
9638
|
+
name: '',
|
|
9639
|
+
type: 'bytes4',
|
|
9640
|
+
internalType: 'bytes4'
|
|
9641
|
+
}
|
|
9642
|
+
],
|
|
9643
|
+
stateMutability: 'payable'
|
|
9644
|
+
},
|
|
9645
|
+
{
|
|
9646
|
+
type: 'function',
|
|
9647
|
+
name: 'semVer',
|
|
9648
|
+
inputs: [],
|
|
9649
|
+
outputs: [
|
|
9650
|
+
{
|
|
9651
|
+
name: 'packedVersion',
|
|
9652
|
+
type: 'bytes6',
|
|
9653
|
+
internalType: 'bytes6'
|
|
9654
|
+
}
|
|
9655
|
+
],
|
|
9656
|
+
stateMutability: 'view'
|
|
9657
|
+
},
|
|
9658
|
+
{
|
|
9659
|
+
type: 'function',
|
|
9660
|
+
name: 'semVerUnpacked',
|
|
9661
|
+
inputs: [],
|
|
9662
|
+
outputs: [
|
|
9663
|
+
{
|
|
9664
|
+
name: 'major',
|
|
9665
|
+
type: 'uint256',
|
|
9666
|
+
internalType: 'uint256'
|
|
9667
|
+
},
|
|
9668
|
+
{
|
|
9669
|
+
name: 'minor',
|
|
9670
|
+
type: 'uint256',
|
|
9671
|
+
internalType: 'uint256'
|
|
9672
|
+
},
|
|
9673
|
+
{
|
|
9674
|
+
name: 'patch',
|
|
9675
|
+
type: 'uint256',
|
|
9676
|
+
internalType: 'uint256'
|
|
9677
|
+
}
|
|
9678
|
+
],
|
|
9679
|
+
stateMutability: 'view'
|
|
9680
|
+
},
|
|
9681
|
+
{
|
|
9682
|
+
type: 'function',
|
|
9683
|
+
name: 'settlementLayerSpender',
|
|
9684
|
+
inputs: [],
|
|
9685
|
+
outputs: [
|
|
9686
|
+
{
|
|
9687
|
+
name: 'tokenSpender',
|
|
9688
|
+
type: 'address',
|
|
9689
|
+
internalType: 'address'
|
|
9690
|
+
}
|
|
9691
|
+
],
|
|
9692
|
+
stateMutability: 'view'
|
|
9693
|
+
},
|
|
9694
|
+
{
|
|
9695
|
+
type: 'function',
|
|
9696
|
+
name: 'supportsInterface',
|
|
9697
|
+
inputs: [
|
|
9698
|
+
{
|
|
9699
|
+
name: 'selector',
|
|
9700
|
+
type: 'bytes4',
|
|
9701
|
+
internalType: 'bytes4'
|
|
9702
|
+
}
|
|
9703
|
+
],
|
|
9704
|
+
outputs: [
|
|
9705
|
+
{
|
|
9706
|
+
name: 'supported',
|
|
9707
|
+
type: 'bool',
|
|
9708
|
+
internalType: 'bool'
|
|
9709
|
+
}
|
|
9710
|
+
],
|
|
9711
|
+
stateMutability: 'pure'
|
|
9712
|
+
},
|
|
9713
|
+
{
|
|
9714
|
+
type: 'function',
|
|
9715
|
+
name: 'version',
|
|
9716
|
+
inputs: [],
|
|
9717
|
+
outputs: [
|
|
9718
|
+
{
|
|
9719
|
+
name: '',
|
|
9720
|
+
type: 'bytes',
|
|
9721
|
+
internalType: 'bytes'
|
|
9722
|
+
}
|
|
9723
|
+
],
|
|
9724
|
+
stateMutability: 'view'
|
|
9725
|
+
},
|
|
9726
|
+
{
|
|
9727
|
+
type: 'event',
|
|
9728
|
+
name: 'RouterClaimed_Compact',
|
|
9729
|
+
inputs: [
|
|
9730
|
+
{
|
|
9731
|
+
name: 'sponsor',
|
|
9732
|
+
type: 'address',
|
|
9733
|
+
indexed: false,
|
|
9734
|
+
internalType: 'address'
|
|
9735
|
+
},
|
|
9736
|
+
{
|
|
9737
|
+
name: 'nonce',
|
|
9738
|
+
type: 'uint256',
|
|
9739
|
+
indexed: false,
|
|
9740
|
+
internalType: 'uint256'
|
|
9741
|
+
}
|
|
9742
|
+
],
|
|
9743
|
+
anonymous: false
|
|
9744
|
+
},
|
|
9745
|
+
{
|
|
9746
|
+
type: 'event',
|
|
9747
|
+
name: 'RouterClaimed_Permit2',
|
|
9748
|
+
inputs: [
|
|
9749
|
+
{
|
|
9750
|
+
name: 'sponsor',
|
|
9751
|
+
type: 'address',
|
|
9752
|
+
indexed: false,
|
|
9753
|
+
internalType: 'address'
|
|
9754
|
+
},
|
|
9755
|
+
{
|
|
9756
|
+
name: 'nonce',
|
|
9757
|
+
type: 'uint256',
|
|
9758
|
+
indexed: false,
|
|
9759
|
+
internalType: 'uint256'
|
|
9760
|
+
}
|
|
9761
|
+
],
|
|
9762
|
+
anonymous: false
|
|
9763
|
+
},
|
|
9764
|
+
{
|
|
9765
|
+
type: 'event',
|
|
9766
|
+
name: 'RouterFilled',
|
|
9767
|
+
inputs: [
|
|
9768
|
+
{
|
|
9769
|
+
name: 'recipient',
|
|
9770
|
+
type: 'address',
|
|
9771
|
+
indexed: false,
|
|
9772
|
+
internalType: 'address'
|
|
9773
|
+
},
|
|
9774
|
+
{
|
|
9775
|
+
name: 'nonce',
|
|
9776
|
+
type: 'uint256',
|
|
9777
|
+
indexed: false,
|
|
9778
|
+
internalType: 'uint256'
|
|
9779
|
+
}
|
|
9780
|
+
],
|
|
9781
|
+
anonymous: false
|
|
9782
|
+
},
|
|
9783
|
+
{
|
|
9784
|
+
type: 'error',
|
|
9785
|
+
name: 'InvalidRelayerContext',
|
|
9786
|
+
inputs: []
|
|
9787
|
+
},
|
|
9788
|
+
{
|
|
9789
|
+
type: 'error',
|
|
9790
|
+
name: 'MajorVersionTooLarge',
|
|
9791
|
+
inputs: [
|
|
9792
|
+
{
|
|
9793
|
+
name: 'major',
|
|
9794
|
+
type: 'uint256',
|
|
9795
|
+
internalType: 'uint256'
|
|
9796
|
+
}
|
|
9797
|
+
]
|
|
9798
|
+
},
|
|
9799
|
+
{
|
|
9800
|
+
type: 'error',
|
|
9801
|
+
name: 'MinorVersionTooLarge',
|
|
9802
|
+
inputs: [
|
|
9803
|
+
{
|
|
9804
|
+
name: 'minor',
|
|
9805
|
+
type: 'uint256',
|
|
9806
|
+
internalType: 'uint256'
|
|
9807
|
+
}
|
|
9808
|
+
]
|
|
9809
|
+
},
|
|
9810
|
+
{
|
|
9811
|
+
type: 'error',
|
|
9812
|
+
name: 'OnlyDelegateCall',
|
|
9813
|
+
inputs: []
|
|
9814
|
+
},
|
|
9815
|
+
{
|
|
9816
|
+
type: 'error',
|
|
9817
|
+
name: 'PatchVersionTooLarge',
|
|
9818
|
+
inputs: [
|
|
9819
|
+
{
|
|
9820
|
+
name: 'patch',
|
|
9821
|
+
type: 'uint256',
|
|
9822
|
+
internalType: 'uint256'
|
|
9823
|
+
}
|
|
9824
|
+
]
|
|
9825
|
+
}
|
|
9826
|
+
];
|
|
9570
9827
|
exports.multicallHandlerAbi = [
|
|
9571
9828
|
{
|
|
9572
9829
|
type: 'constructor',
|
|
@@ -14,6 +14,7 @@ declare const abiSignatures: {
|
|
|
14
14
|
readonly intentExecutorImpl: readonly ["function LOCKTAG() view returns (bytes12)", "function SAMECHAIN_ARBITER() view returns (address)", "function eip712Domain() view returns (bytes1, string, string, uint256, address, bytes32, uint256[])", "function executeMultichainOps((address, uint256, bytes32[], uint256, (bytes), bytes))", "function executeMultichainOpsWithGasRefund_ERC20((address, uint256, bytes32[], uint256, (bytes), bytes), (address, uint256, uint256), address) returns (address, uint256)", "function executeMultichainOpsWithGasRefund_ETH((address, uint256, bytes32[], uint256, (bytes), bytes), uint256, address) returns (address, uint256)", "function executeOpsWithoutSignature(address, (bytes))", "function executePreClaimOpsWithCompactStub(address, (uint256, uint256, uint256), (bytes32[], uint128, uint256, bytes32, bytes32, bytes32, bytes32), (bytes), bytes) returns (bool, bool)", "function executePreClaimOpsWithPermit2Stub(address, (uint256, uint256), (bytes32, uint128, bytes32, bytes32, bytes32), (bytes), bytes) returns (bytes32)", "function executeSinglechainOps((address, uint256, (bytes), bytes))", "function executeSinglechainOpsWithGasRefund_ERC20((address, uint256, (bytes), bytes), (address, uint256, uint256), address) returns (address, uint256)", "function executeSinglechainOpsWithGasRefund_ETH((address, uint256, (bytes), bytes), uint256, address) returns (address, uint256)", "function executeTargetOpsWithCompactStub(address, address, (uint256, uint256, uint256), (address, bytes32[], uint256, bytes32, bytes32, bytes32, uint256, bytes32), (bytes), bytes) returns (bytes32)", "function executeTargetOpsWithPermit2Stub(address, (uint256, uint256), (address, address, uint128, uint256, bytes32, bytes32, bytes32, (uint256, bytes32)), (bytes), bytes) returns (bytes32)", "function getCostInToken(uint256, uint256, uint256, uint256) pure returns (uint256)", "function isCompactIntentNonceConsumed(uint256, address) view returns (bool)", "function isInitialized(address) view returns (bool)", "function isModuleType(uint256) pure returns (bool)", "function isPermit2IntentNonceConsumed(uint256, address) view returns (bool)", "function isStandaloneIntentNonceConsumed(uint256, address) view returns (bool)", "function onInstall(bytes)", "function onUninstall(bytes)"];
|
|
15
15
|
readonly multicallAdapter: readonly ["function ADAPTER_TAG() pure returns (bytes12)", "function ARBITER() view returns (address)", "function _ROUTER() view returns (address)", "function __encodeRelayerData(address) pure returns (bytes)", "function isContractDeployed(address) view returns (bool)", "function multiCall((address, uint256, bytes)[]) payable", "function multiCallWithDrainToken((address, uint256, bytes)[], uint256[2][], address) payable", "function multicall_handleFill((uint256[2][], uint256[2][], (address, uint256, bytes)[], address, uint256)) payable returns (bytes4)", "function multicall_handleJITClaim((uint256[2][], (address, uint256, bytes)[])) returns (bytes4)", "function multicall_handlePayable(uint256, (address, uint256, bytes)[]) payable returns (bytes4)", "function semVer() view returns (bytes6)", "function semVerUnpacked() view returns (uint256, uint256, uint256)", "function settlementLayerSpender() view returns (address)", "function supportsInterface(bytes4) pure returns (bool)", "function version() view returns (bytes)"];
|
|
16
16
|
readonly multicallHandler: readonly ["function drainLeftoverToken(address, address)", "function drainLeftoverTokens(address[], address)", "function handleTargetOpsMulticall((bytes))", "function withdrawAllWETH(address)", "function withdrawWETH(address, uint256)"];
|
|
17
|
+
readonly oftFeeAdapter: readonly ["function ADAPTER_TAG() pure returns (bytes12)", "function ARBITER() view returns (address)", "function _ROUTER() view returns (address)", "function handleFill_oftFee_sendNative(address, uint256) payable returns (bytes4)", "function semVer() view returns (bytes6)", "function semVerUnpacked() view returns (uint256, uint256, uint256)", "function settlementLayerSpender() view returns (address)", "function supportsInterface(bytes4) pure returns (bool)", "function version() view returns (bytes)"];
|
|
17
18
|
readonly paymaster: readonly ["function INTENT_EXECUTOR() view returns (address)", "function callbackAllowMaxAmount(address, uint256) payable", "function settleGasRefund(address, address, uint256, address)", "function settleGasRefund_requireCallback(address, address, uint256, address)"];
|
|
18
19
|
readonly relayAdapter: readonly ["function ADAPTER_TAG() pure returns (bytes12)", "function ARBITER() view returns (address)", "function EXECUTOR() view returns (address)", "function _ROUTER() view returns (address)", "function handleCompact_ExogenousChain((address, address, uint256, uint256, uint256, uint256, uint256, uint256[2][], uint256[2][], uint256, (bytes), (bytes), bytes), (bytes, bytes), bytes32[], uint256, bytes, bytes32) returns (address, uint256)", "function handleCompact_NotarizedChain((address, address, uint256, uint256, uint256, uint256, uint256, uint256[2][], uint256[2][], uint256, (bytes), (bytes), bytes), (bytes, bytes), bytes32[], bytes, bytes32) returns (address, uint256)", "function handlePermit2((address, address, uint256, uint256, uint256, uint256, uint256, uint256[2][], uint256[2][], uint256, (bytes), (bytes), bytes), (bytes, bytes), bytes, bytes32) returns (address, uint256)", "function qualificationHash(bytes) pure returns (bytes32)", "function relay_compact_exogenousChain_handleClaim_optimized(bytes) returns (bytes4)", "function relay_compact_handleClaim(((address, address, uint256, uint256, uint256, uint256, uint256, uint256[2][], uint256[2][], uint256, (bytes), (bytes), bytes), (bytes, bytes), uint256, bytes32[], bytes, bytes32)) returns (bytes4)", "function relay_compact_notarizedChain_handleClaim_optimized(bytes) returns (bytes4)", "function relay_handleFill((address, uint256[2][], uint256)) payable returns (bytes4)", "function relay_permit2_handleClaim(((address, address, uint256, uint256, uint256, uint256, uint256, uint256[2][], uint256[2][], uint256, (bytes), (bytes), bytes), (bytes, bytes), bytes, bytes32)) returns (bytes4)", "function relay_permit2_handleClaim_optimized(bytes) returns (bytes4)", "function semVer() view returns (bytes6)", "function semVerUnpacked() view returns (uint256, uint256, uint256)", "function settlementLayerSpender() view returns (address)", "function supportsInterface(bytes4) pure returns (bool)", "function version() view returns (bytes)"];
|
|
19
20
|
readonly relayerPotV0AndV1: readonly ["function RHINESTONE_ROUTER() view returns (address)", "function RHINESTONE_V0() view returns (address)", "function cancelOwnershipHandover() payable", "function completeOwnershipHandover(address) payable", "function isRelayer(address) view returns (bool)", "function multicall((address, uint256, bytes)[]) payable", "function owner() view returns (address)", "function ownershipHandoverExpiresAt(address) view returns (uint256)", "function relayERC202076776083() payable", "function relayETH7172445() payable", "function relayV0_ERC20_13732236() payable", "function renounceOwnership() payable", "function requestOwnershipHandover() payable", "function setApprovals((address, uint256)[])", "function setApprovalsV0((address, uint256)[])", "function setRelayer(address, bool)", "function transferOwnership(address) payable", "function unwrapWETH(address, uint256)", "function withdraw((address, uint256)[])", "function withdraw(address, (address, uint256)[])", "function wrapWETH(address, uint256)"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../../src/generated/abis.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../../src/generated/abis.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqYT,CAAC;AAEX,OAAO,EAAE,aAAa,EAAE,CAAC;AACzB,MAAM,MAAM,eAAe,GAAG,OAAO,aAAa,CAAC"}
|
|
@@ -217,6 +217,17 @@ const abiSignatures = {
|
|
|
217
217
|
"function withdrawAllWETH(address)",
|
|
218
218
|
"function withdrawWETH(address, uint256)"
|
|
219
219
|
],
|
|
220
|
+
"oftFeeAdapter": [
|
|
221
|
+
"function ADAPTER_TAG() pure returns (bytes12)",
|
|
222
|
+
"function ARBITER() view returns (address)",
|
|
223
|
+
"function _ROUTER() view returns (address)",
|
|
224
|
+
"function handleFill_oftFee_sendNative(address, uint256) payable returns (bytes4)",
|
|
225
|
+
"function semVer() view returns (bytes6)",
|
|
226
|
+
"function semVerUnpacked() view returns (uint256, uint256, uint256)",
|
|
227
|
+
"function settlementLayerSpender() view returns (address)",
|
|
228
|
+
"function supportsInterface(bytes4) pure returns (bool)",
|
|
229
|
+
"function version() view returns (bytes)"
|
|
230
|
+
],
|
|
220
231
|
"paymaster": [
|
|
221
232
|
"function INTENT_EXECUTOR() view returns (address)",
|
|
222
233
|
"function callbackAllowMaxAmount(address, uint256) payable",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,iBA4QxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.dev.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.dev.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"contracts.dev.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.dev.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,iBA4QxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -256,6 +256,7 @@ const contractAddresses = {
|
|
|
256
256
|
"intentExecutorAdapter": "0xd244839c3f90deC5a21c03DAd5d1695Fcc991807",
|
|
257
257
|
"intentExecutorAdapterGasRefund": "0x1CF61dd99558088bc6d33464Fdc3A50158d96671",
|
|
258
258
|
"multicallAdapter": "0x2033BAf793ece4a38f0CBae47AF8435620E296c6",
|
|
259
|
+
"oftFeeAdapter": "0xBE6cB8e0aC7cd44c0E364DD9cFeD45Fa2E717426",
|
|
259
260
|
"multicallHandler": "0xcc57378369bbC7B5bFD2b2F3E8A9f733c16c5F63",
|
|
260
261
|
"singlecallAdapter": "0xa4fC159E93F3D3E08b67D1228D57d5769B3Bff92",
|
|
261
262
|
"ecoHandler": "0xcc57378369bbC7B5bFD2b2F3E8A9f733c16c5F63",
|
|
@@ -256,6 +256,7 @@ const contractAddresses = {
|
|
|
256
256
|
"intentExecutorAdapter": "0xa5DAC04a6cCF0eb19cE091b6B400Fc4FCD13Da1e",
|
|
257
257
|
"intentExecutorAdapterGasRefund": "0xA36E04937BE2C53fA97396b3D254d6cCE6680dc8",
|
|
258
258
|
"multicallAdapter": "0x4cf546ed0F6a4EC4155449686257f698D5044B1F",
|
|
259
|
+
"oftFeeAdapter": "0xf97FF38ad127b32233aF500a40eCc6cd202E16d7",
|
|
259
260
|
"multicallHandler": "0x200FAb4dEA0388FF9056B3B61f82F981B1de0244",
|
|
260
261
|
"singlecallAdapter": "0xAc373dCFA558C78853D0C09A019e44b2f7410bfE",
|
|
261
262
|
"ecoHandler": "0x200FAb4dEA0388FF9056B3B61f82F981B1de0244",
|