@rhinestone/shared-configs 1.4.104 → 1.4.106

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.
@@ -24,6 +24,7 @@ const ABI_CONFIGS = [
24
24
  { name: "intentExecutorAdapterGasRefundAbi", sourceFile: "intentExecutorAdapterGasRefund.json" },
25
25
  { name: "paymasterAbi", sourceFile: "paymaster.json" },
26
26
  { name: "multicallAbi", sourceFile: "multicall.json" },
27
+ { name: "singlecallAdapterAbi", sourceFile: "singlecallAdapter.json" },
27
28
  { name: "multicallHandlerAbi", sourceFile: "multicallHandler.json" },
28
29
  { name: "acrossAdapterOptimizedAbi", sourceFile: "acrossAdapterOptimized.json", satisfiesAbi: false },
29
30
  { name: "routeTupleAbi", sourceFile: "routeTuple.json", satisfiesAbi: false },
@@ -195,6 +195,7 @@ const mapWildcardDeployments = (deployments) => {
195
195
  intentExecutorAdapterGasRefund: deployments.intentExecutorAdapterGasRefund,
196
196
  multicallAdapter: deployments.multicallAdapter,
197
197
  multicallHandler: deployments.multicallHandler,
198
+ singlecallAdapter: deployments.singleCallAdapter,
198
199
  ecoHandler: deployments.multicallHandler,
199
200
  paymaster: deployments.paymaster,
200
201
  relayerPot: deployments.relayerPotV0AndV1 ?? deployments.relayerPot,
@@ -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 } 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, } 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,EAC7B,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EACL,cAAc,EACd,OAAO,EACP,eAAe,EACf,aAAa,GACd,MAAM,WAAW,CAAC"}
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,GACrB,MAAM,gBAAgB,CAAC;AAIxB,OAAO,EACL,cAAc,EACd,OAAO,EACP,eAAe,EACf,aAAa,GACd,MAAM,WAAW,CAAC"}
@@ -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.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.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; } });
@@ -22,6 +22,7 @@ Object.defineProperty(exports, "relayAdapterOptimizedAbi", { enumerable: true, g
22
22
  Object.defineProperty(exports, "routeTupleAbi", { enumerable: true, get: function () { return orchestrator_1.routeTupleAbi; } });
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
+ Object.defineProperty(exports, "singlecallAdapterAbi", { enumerable: true, get: function () { return orchestrator_1.singlecallAdapterAbi; } });
25
26
  // Relayer ABIs
26
27
  var relayer_1 = require("./relayer");
27
28
  Object.defineProperty(exports, "directRouteAbi", { enumerable: true, get: function () { return relayer_1.directRouteAbi; } });
@@ -4340,6 +4340,10 @@ export declare const relayAdapterAbi: readonly [{
4340
4340
  readonly name: "allocator";
4341
4341
  readonly type: "address";
4342
4342
  readonly internalType: "address";
4343
+ }, {
4344
+ readonly name: "owner";
4345
+ readonly type: "address";
4346
+ readonly internalType: "address";
4343
4347
  }];
4344
4348
  readonly stateMutability: "nonpayable";
4345
4349
  }, {
@@ -5045,6 +5049,16 @@ export declare const relayAdapterAbi: readonly [{
5045
5049
  readonly internalType: "bytes4";
5046
5050
  }];
5047
5051
  readonly stateMutability: "nonpayable";
5052
+ }, {
5053
+ readonly type: "function";
5054
+ readonly name: "relay_setTokenApproval";
5055
+ readonly inputs: readonly [{
5056
+ readonly name: "token";
5057
+ readonly type: "address";
5058
+ readonly internalType: "address";
5059
+ }];
5060
+ readonly outputs: readonly [];
5061
+ readonly stateMutability: "nonpayable";
5048
5062
  }, {
5049
5063
  readonly type: "function";
5050
5064
  readonly name: "semVer";
@@ -5261,6 +5275,10 @@ export declare const relayAdapterAbi: readonly [{
5261
5275
  readonly type: "uint256";
5262
5276
  readonly internalType: "uint256";
5263
5277
  }];
5278
+ }, {
5279
+ readonly type: "error";
5280
+ readonly name: "Unauthorized";
5281
+ readonly inputs: readonly [];
5264
5282
  }];
5265
5283
  export declare const sameChainAdapterAbi: readonly [{
5266
5284
  readonly type: "constructor";
@@ -6983,6 +7001,296 @@ export declare const multicallAbi: readonly [{
6983
7001
  readonly name: "WithdrawFailed";
6984
7002
  readonly inputs: readonly [];
6985
7003
  }];
7004
+ export declare const singlecallAdapterAbi: readonly [{
7005
+ readonly type: "constructor";
7006
+ readonly inputs: readonly [{
7007
+ readonly name: "router";
7008
+ readonly type: "address";
7009
+ readonly internalType: "address";
7010
+ }];
7011
+ readonly stateMutability: "nonpayable";
7012
+ }, {
7013
+ readonly type: "fallback";
7014
+ readonly stateMutability: "payable";
7015
+ }, {
7016
+ readonly type: "receive";
7017
+ readonly stateMutability: "payable";
7018
+ }, {
7019
+ readonly type: "function";
7020
+ readonly name: "ADAPTER_TAG";
7021
+ readonly inputs: readonly [];
7022
+ readonly outputs: readonly [{
7023
+ readonly name: "";
7024
+ readonly type: "bytes12";
7025
+ readonly internalType: "bytes12";
7026
+ }];
7027
+ readonly stateMutability: "pure";
7028
+ }, {
7029
+ readonly type: "function";
7030
+ readonly name: "ARBITER";
7031
+ readonly inputs: readonly [];
7032
+ readonly outputs: readonly [{
7033
+ readonly name: "";
7034
+ readonly type: "address";
7035
+ readonly internalType: "address";
7036
+ }];
7037
+ readonly stateMutability: "view";
7038
+ }, {
7039
+ readonly type: "function";
7040
+ readonly name: "_ROUTER";
7041
+ readonly inputs: readonly [];
7042
+ readonly outputs: readonly [{
7043
+ readonly name: "";
7044
+ readonly type: "address";
7045
+ readonly internalType: "address";
7046
+ }];
7047
+ readonly stateMutability: "view";
7048
+ }, {
7049
+ readonly type: "function";
7050
+ readonly name: "isContractDeployed";
7051
+ readonly inputs: readonly [{
7052
+ readonly name: "addr";
7053
+ readonly type: "address";
7054
+ readonly internalType: "address";
7055
+ }];
7056
+ readonly outputs: readonly [{
7057
+ readonly name: "";
7058
+ readonly type: "bool";
7059
+ readonly internalType: "bool";
7060
+ }];
7061
+ readonly stateMutability: "view";
7062
+ }, {
7063
+ readonly type: "function";
7064
+ readonly name: "multiCall";
7065
+ readonly inputs: readonly [{
7066
+ readonly name: "executions";
7067
+ readonly type: "tuple[]";
7068
+ readonly internalType: "struct Execution[]";
7069
+ readonly components: readonly [{
7070
+ readonly name: "target";
7071
+ readonly type: "address";
7072
+ readonly internalType: "address";
7073
+ }, {
7074
+ readonly name: "value";
7075
+ readonly type: "uint256";
7076
+ readonly internalType: "uint256";
7077
+ }, {
7078
+ readonly name: "callData";
7079
+ readonly type: "bytes";
7080
+ readonly internalType: "bytes";
7081
+ }];
7082
+ }];
7083
+ readonly outputs: readonly [];
7084
+ readonly stateMutability: "payable";
7085
+ }, {
7086
+ readonly type: "function";
7087
+ readonly name: "multiCallWithDrainToken";
7088
+ readonly inputs: readonly [{
7089
+ readonly name: "executions";
7090
+ readonly type: "tuple[]";
7091
+ readonly internalType: "struct Execution[]";
7092
+ readonly components: readonly [{
7093
+ readonly name: "target";
7094
+ readonly type: "address";
7095
+ readonly internalType: "address";
7096
+ }, {
7097
+ readonly name: "value";
7098
+ readonly type: "uint256";
7099
+ readonly internalType: "uint256";
7100
+ }, {
7101
+ readonly name: "callData";
7102
+ readonly type: "bytes";
7103
+ readonly internalType: "bytes";
7104
+ }];
7105
+ }, {
7106
+ readonly name: "tokenAndAmounts";
7107
+ readonly type: "uint256[2][]";
7108
+ readonly internalType: "uint256[2][]";
7109
+ }, {
7110
+ readonly name: "recipient";
7111
+ readonly type: "address";
7112
+ readonly internalType: "address";
7113
+ }];
7114
+ readonly outputs: readonly [];
7115
+ readonly stateMutability: "payable";
7116
+ }, {
7117
+ readonly type: "function";
7118
+ readonly name: "semVer";
7119
+ readonly inputs: readonly [];
7120
+ readonly outputs: readonly [{
7121
+ readonly name: "packedVersion";
7122
+ readonly type: "bytes6";
7123
+ readonly internalType: "bytes6";
7124
+ }];
7125
+ readonly stateMutability: "view";
7126
+ }, {
7127
+ readonly type: "function";
7128
+ readonly name: "semVerUnpacked";
7129
+ readonly inputs: readonly [];
7130
+ readonly outputs: readonly [{
7131
+ readonly name: "major";
7132
+ readonly type: "uint256";
7133
+ readonly internalType: "uint256";
7134
+ }, {
7135
+ readonly name: "minor";
7136
+ readonly type: "uint256";
7137
+ readonly internalType: "uint256";
7138
+ }, {
7139
+ readonly name: "patch";
7140
+ readonly type: "uint256";
7141
+ readonly internalType: "uint256";
7142
+ }];
7143
+ readonly stateMutability: "view";
7144
+ }, {
7145
+ readonly type: "function";
7146
+ readonly name: "settlementLayerSpender";
7147
+ readonly inputs: readonly [];
7148
+ readonly outputs: readonly [{
7149
+ readonly name: "tokenSpender";
7150
+ readonly type: "address";
7151
+ readonly internalType: "address";
7152
+ }];
7153
+ readonly stateMutability: "view";
7154
+ }, {
7155
+ readonly type: "function";
7156
+ readonly name: "singleCall_handleFill";
7157
+ readonly inputs: readonly [{
7158
+ readonly name: "nonce";
7159
+ readonly type: "uint256";
7160
+ readonly internalType: "uint256";
7161
+ }, {
7162
+ readonly name: "sponsor";
7163
+ readonly type: "address";
7164
+ readonly internalType: "address";
7165
+ }, {
7166
+ readonly name: "packedData";
7167
+ readonly type: "bytes";
7168
+ readonly internalType: "bytes";
7169
+ }];
7170
+ readonly outputs: readonly [{
7171
+ readonly name: "";
7172
+ readonly type: "bytes4";
7173
+ readonly internalType: "bytes4";
7174
+ }];
7175
+ readonly stateMutability: "nonpayable";
7176
+ }, {
7177
+ readonly type: "function";
7178
+ readonly name: "supportsInterface";
7179
+ readonly inputs: readonly [{
7180
+ readonly name: "selector";
7181
+ readonly type: "bytes4";
7182
+ readonly internalType: "bytes4";
7183
+ }];
7184
+ readonly outputs: readonly [{
7185
+ readonly name: "";
7186
+ readonly type: "bool";
7187
+ readonly internalType: "bool";
7188
+ }];
7189
+ readonly stateMutability: "pure";
7190
+ }, {
7191
+ readonly type: "function";
7192
+ readonly name: "version";
7193
+ readonly inputs: readonly [];
7194
+ readonly outputs: readonly [{
7195
+ readonly name: "";
7196
+ readonly type: "bytes";
7197
+ readonly internalType: "bytes";
7198
+ }];
7199
+ readonly stateMutability: "view";
7200
+ }, {
7201
+ readonly type: "event";
7202
+ readonly name: "RouterClaimed_Compact";
7203
+ readonly inputs: readonly [{
7204
+ readonly name: "sponsor";
7205
+ readonly type: "address";
7206
+ readonly indexed: false;
7207
+ readonly internalType: "address";
7208
+ }, {
7209
+ readonly name: "nonce";
7210
+ readonly type: "uint256";
7211
+ readonly indexed: false;
7212
+ readonly internalType: "uint256";
7213
+ }];
7214
+ readonly anonymous: false;
7215
+ }, {
7216
+ readonly type: "event";
7217
+ readonly name: "RouterClaimed_Permit2";
7218
+ readonly inputs: readonly [{
7219
+ readonly name: "sponsor";
7220
+ readonly type: "address";
7221
+ readonly indexed: false;
7222
+ readonly internalType: "address";
7223
+ }, {
7224
+ readonly name: "nonce";
7225
+ readonly type: "uint256";
7226
+ readonly indexed: false;
7227
+ readonly internalType: "uint256";
7228
+ }];
7229
+ readonly anonymous: false;
7230
+ }, {
7231
+ readonly type: "event";
7232
+ readonly name: "RouterFilled";
7233
+ readonly inputs: readonly [{
7234
+ readonly name: "recipient";
7235
+ readonly type: "address";
7236
+ readonly indexed: false;
7237
+ readonly internalType: "address";
7238
+ }, {
7239
+ readonly name: "nonce";
7240
+ readonly type: "uint256";
7241
+ readonly indexed: false;
7242
+ readonly internalType: "uint256";
7243
+ }];
7244
+ readonly anonymous: false;
7245
+ }, {
7246
+ readonly type: "error";
7247
+ readonly name: "ExecutionFailed";
7248
+ readonly inputs: readonly [];
7249
+ }, {
7250
+ readonly type: "error";
7251
+ readonly name: "InvalidRelayerContext";
7252
+ readonly inputs: readonly [];
7253
+ }, {
7254
+ readonly type: "error";
7255
+ readonly name: "MajorVersionTooLarge";
7256
+ readonly inputs: readonly [{
7257
+ readonly name: "major";
7258
+ readonly type: "uint256";
7259
+ readonly internalType: "uint256";
7260
+ }];
7261
+ }, {
7262
+ readonly type: "error";
7263
+ readonly name: "MinorVersionTooLarge";
7264
+ readonly inputs: readonly [{
7265
+ readonly name: "minor";
7266
+ readonly type: "uint256";
7267
+ readonly internalType: "uint256";
7268
+ }];
7269
+ }, {
7270
+ readonly type: "error";
7271
+ readonly name: "OnlyDelegateCall";
7272
+ readonly inputs: readonly [];
7273
+ }, {
7274
+ readonly type: "error";
7275
+ readonly name: "PatchVersionTooLarge";
7276
+ readonly inputs: readonly [{
7277
+ readonly name: "patch";
7278
+ readonly type: "uint256";
7279
+ readonly internalType: "uint256";
7280
+ }];
7281
+ }, {
7282
+ readonly type: "error";
7283
+ readonly name: "SingleCallFailed";
7284
+ readonly inputs: readonly [];
7285
+ }, {
7286
+ readonly type: "error";
7287
+ readonly name: "Unauthorized";
7288
+ readonly inputs: readonly [];
7289
+ }, {
7290
+ readonly type: "error";
7291
+ readonly name: "WithdrawFailed";
7292
+ readonly inputs: readonly [];
7293
+ }];
6986
7294
  export declare const multicallHandlerAbi: readonly [{
6987
7295
  readonly type: "constructor";
6988
7296
  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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAorCN,CAAC;AAEzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAk0DL,CAAC;AAEzB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAixCF,CAAC;AAEzB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgtCJ,CAAC;AAEzB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAm4BR,CAAC;AAEzB,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8Tb,CAAC;AAEzB,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmYtB,CAAC;AAEzB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsHD,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8H3B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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.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.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',
@@ -5631,6 +5631,11 @@ exports.relayAdapterAbi = [
5631
5631
  name: 'allocator',
5632
5632
  type: 'address',
5633
5633
  internalType: 'address'
5634
+ },
5635
+ {
5636
+ name: 'owner',
5637
+ type: 'address',
5638
+ internalType: 'address'
5634
5639
  }
5635
5640
  ],
5636
5641
  stateMutability: 'nonpayable'
@@ -6552,6 +6557,19 @@ exports.relayAdapterAbi = [
6552
6557
  ],
6553
6558
  stateMutability: 'nonpayable'
6554
6559
  },
6560
+ {
6561
+ type: 'function',
6562
+ name: 'relay_setTokenApproval',
6563
+ inputs: [
6564
+ {
6565
+ name: 'token',
6566
+ type: 'address',
6567
+ internalType: 'address'
6568
+ }
6569
+ ],
6570
+ outputs: [],
6571
+ stateMutability: 'nonpayable'
6572
+ },
6555
6573
  {
6556
6574
  type: 'function',
6557
6575
  name: 'semVer',
@@ -6829,6 +6847,11 @@ exports.relayAdapterAbi = [
6829
6847
  internalType: 'uint256'
6830
6848
  }
6831
6849
  ]
6850
+ },
6851
+ {
6852
+ type: 'error',
6853
+ name: 'Unauthorized',
6854
+ inputs: []
6832
6855
  }
6833
6856
  ];
6834
6857
  exports.sameChainAdapterAbi = [
@@ -9078,6 +9101,385 @@ exports.multicallAbi = [
9078
9101
  inputs: []
9079
9102
  }
9080
9103
  ];
9104
+ exports.singlecallAdapterAbi = [
9105
+ {
9106
+ type: 'constructor',
9107
+ inputs: [
9108
+ {
9109
+ name: 'router',
9110
+ type: 'address',
9111
+ internalType: 'address'
9112
+ }
9113
+ ],
9114
+ stateMutability: 'nonpayable'
9115
+ },
9116
+ {
9117
+ type: 'fallback',
9118
+ stateMutability: 'payable'
9119
+ },
9120
+ {
9121
+ type: 'receive',
9122
+ stateMutability: 'payable'
9123
+ },
9124
+ {
9125
+ type: 'function',
9126
+ name: 'ADAPTER_TAG',
9127
+ inputs: [],
9128
+ outputs: [
9129
+ {
9130
+ name: '',
9131
+ type: 'bytes12',
9132
+ internalType: 'bytes12'
9133
+ }
9134
+ ],
9135
+ stateMutability: 'pure'
9136
+ },
9137
+ {
9138
+ type: 'function',
9139
+ name: 'ARBITER',
9140
+ inputs: [],
9141
+ outputs: [
9142
+ {
9143
+ name: '',
9144
+ type: 'address',
9145
+ internalType: 'address'
9146
+ }
9147
+ ],
9148
+ stateMutability: 'view'
9149
+ },
9150
+ {
9151
+ type: 'function',
9152
+ name: '_ROUTER',
9153
+ inputs: [],
9154
+ outputs: [
9155
+ {
9156
+ name: '',
9157
+ type: 'address',
9158
+ internalType: 'address'
9159
+ }
9160
+ ],
9161
+ stateMutability: 'view'
9162
+ },
9163
+ {
9164
+ type: 'function',
9165
+ name: 'isContractDeployed',
9166
+ inputs: [
9167
+ {
9168
+ name: 'addr',
9169
+ type: 'address',
9170
+ internalType: 'address'
9171
+ }
9172
+ ],
9173
+ outputs: [
9174
+ {
9175
+ name: '',
9176
+ type: 'bool',
9177
+ internalType: 'bool'
9178
+ }
9179
+ ],
9180
+ stateMutability: 'view'
9181
+ },
9182
+ {
9183
+ type: 'function',
9184
+ name: 'multiCall',
9185
+ inputs: [
9186
+ {
9187
+ name: 'executions',
9188
+ type: 'tuple[]',
9189
+ internalType: 'struct Execution[]',
9190
+ components: [
9191
+ {
9192
+ name: 'target',
9193
+ type: 'address',
9194
+ internalType: 'address'
9195
+ },
9196
+ {
9197
+ name: 'value',
9198
+ type: 'uint256',
9199
+ internalType: 'uint256'
9200
+ },
9201
+ {
9202
+ name: 'callData',
9203
+ type: 'bytes',
9204
+ internalType: 'bytes'
9205
+ }
9206
+ ]
9207
+ }
9208
+ ],
9209
+ outputs: [],
9210
+ stateMutability: 'payable'
9211
+ },
9212
+ {
9213
+ type: 'function',
9214
+ name: 'multiCallWithDrainToken',
9215
+ inputs: [
9216
+ {
9217
+ name: 'executions',
9218
+ type: 'tuple[]',
9219
+ internalType: 'struct Execution[]',
9220
+ components: [
9221
+ {
9222
+ name: 'target',
9223
+ type: 'address',
9224
+ internalType: 'address'
9225
+ },
9226
+ {
9227
+ name: 'value',
9228
+ type: 'uint256',
9229
+ internalType: 'uint256'
9230
+ },
9231
+ {
9232
+ name: 'callData',
9233
+ type: 'bytes',
9234
+ internalType: 'bytes'
9235
+ }
9236
+ ]
9237
+ },
9238
+ {
9239
+ name: 'tokenAndAmounts',
9240
+ type: 'uint256[2][]',
9241
+ internalType: 'uint256[2][]'
9242
+ },
9243
+ {
9244
+ name: 'recipient',
9245
+ type: 'address',
9246
+ internalType: 'address'
9247
+ }
9248
+ ],
9249
+ outputs: [],
9250
+ stateMutability: 'payable'
9251
+ },
9252
+ {
9253
+ type: 'function',
9254
+ name: 'semVer',
9255
+ inputs: [],
9256
+ outputs: [
9257
+ {
9258
+ name: 'packedVersion',
9259
+ type: 'bytes6',
9260
+ internalType: 'bytes6'
9261
+ }
9262
+ ],
9263
+ stateMutability: 'view'
9264
+ },
9265
+ {
9266
+ type: 'function',
9267
+ name: 'semVerUnpacked',
9268
+ inputs: [],
9269
+ outputs: [
9270
+ {
9271
+ name: 'major',
9272
+ type: 'uint256',
9273
+ internalType: 'uint256'
9274
+ },
9275
+ {
9276
+ name: 'minor',
9277
+ type: 'uint256',
9278
+ internalType: 'uint256'
9279
+ },
9280
+ {
9281
+ name: 'patch',
9282
+ type: 'uint256',
9283
+ internalType: 'uint256'
9284
+ }
9285
+ ],
9286
+ stateMutability: 'view'
9287
+ },
9288
+ {
9289
+ type: 'function',
9290
+ name: 'settlementLayerSpender',
9291
+ inputs: [],
9292
+ outputs: [
9293
+ {
9294
+ name: 'tokenSpender',
9295
+ type: 'address',
9296
+ internalType: 'address'
9297
+ }
9298
+ ],
9299
+ stateMutability: 'view'
9300
+ },
9301
+ {
9302
+ type: 'function',
9303
+ name: 'singleCall_handleFill',
9304
+ inputs: [
9305
+ {
9306
+ name: 'nonce',
9307
+ type: 'uint256',
9308
+ internalType: 'uint256'
9309
+ },
9310
+ {
9311
+ name: 'sponsor',
9312
+ type: 'address',
9313
+ internalType: 'address'
9314
+ },
9315
+ {
9316
+ name: 'packedData',
9317
+ type: 'bytes',
9318
+ internalType: 'bytes'
9319
+ }
9320
+ ],
9321
+ outputs: [
9322
+ {
9323
+ name: '',
9324
+ type: 'bytes4',
9325
+ internalType: 'bytes4'
9326
+ }
9327
+ ],
9328
+ stateMutability: 'nonpayable'
9329
+ },
9330
+ {
9331
+ type: 'function',
9332
+ name: 'supportsInterface',
9333
+ inputs: [
9334
+ {
9335
+ name: 'selector',
9336
+ type: 'bytes4',
9337
+ internalType: 'bytes4'
9338
+ }
9339
+ ],
9340
+ outputs: [
9341
+ {
9342
+ name: '',
9343
+ type: 'bool',
9344
+ internalType: 'bool'
9345
+ }
9346
+ ],
9347
+ stateMutability: 'pure'
9348
+ },
9349
+ {
9350
+ type: 'function',
9351
+ name: 'version',
9352
+ inputs: [],
9353
+ outputs: [
9354
+ {
9355
+ name: '',
9356
+ type: 'bytes',
9357
+ internalType: 'bytes'
9358
+ }
9359
+ ],
9360
+ stateMutability: 'view'
9361
+ },
9362
+ {
9363
+ type: 'event',
9364
+ name: 'RouterClaimed_Compact',
9365
+ inputs: [
9366
+ {
9367
+ name: 'sponsor',
9368
+ type: 'address',
9369
+ indexed: false,
9370
+ internalType: 'address'
9371
+ },
9372
+ {
9373
+ name: 'nonce',
9374
+ type: 'uint256',
9375
+ indexed: false,
9376
+ internalType: 'uint256'
9377
+ }
9378
+ ],
9379
+ anonymous: false
9380
+ },
9381
+ {
9382
+ type: 'event',
9383
+ name: 'RouterClaimed_Permit2',
9384
+ inputs: [
9385
+ {
9386
+ name: 'sponsor',
9387
+ type: 'address',
9388
+ indexed: false,
9389
+ internalType: 'address'
9390
+ },
9391
+ {
9392
+ name: 'nonce',
9393
+ type: 'uint256',
9394
+ indexed: false,
9395
+ internalType: 'uint256'
9396
+ }
9397
+ ],
9398
+ anonymous: false
9399
+ },
9400
+ {
9401
+ type: 'event',
9402
+ name: 'RouterFilled',
9403
+ inputs: [
9404
+ {
9405
+ name: 'recipient',
9406
+ type: 'address',
9407
+ indexed: false,
9408
+ internalType: 'address'
9409
+ },
9410
+ {
9411
+ name: 'nonce',
9412
+ type: 'uint256',
9413
+ indexed: false,
9414
+ internalType: 'uint256'
9415
+ }
9416
+ ],
9417
+ anonymous: false
9418
+ },
9419
+ {
9420
+ type: 'error',
9421
+ name: 'ExecutionFailed',
9422
+ inputs: []
9423
+ },
9424
+ {
9425
+ type: 'error',
9426
+ name: 'InvalidRelayerContext',
9427
+ inputs: []
9428
+ },
9429
+ {
9430
+ type: 'error',
9431
+ name: 'MajorVersionTooLarge',
9432
+ inputs: [
9433
+ {
9434
+ name: 'major',
9435
+ type: 'uint256',
9436
+ internalType: 'uint256'
9437
+ }
9438
+ ]
9439
+ },
9440
+ {
9441
+ type: 'error',
9442
+ name: 'MinorVersionTooLarge',
9443
+ inputs: [
9444
+ {
9445
+ name: 'minor',
9446
+ type: 'uint256',
9447
+ internalType: 'uint256'
9448
+ }
9449
+ ]
9450
+ },
9451
+ {
9452
+ type: 'error',
9453
+ name: 'OnlyDelegateCall',
9454
+ inputs: []
9455
+ },
9456
+ {
9457
+ type: 'error',
9458
+ name: 'PatchVersionTooLarge',
9459
+ inputs: [
9460
+ {
9461
+ name: 'patch',
9462
+ type: 'uint256',
9463
+ internalType: 'uint256'
9464
+ }
9465
+ ]
9466
+ },
9467
+ {
9468
+ type: 'error',
9469
+ name: 'SingleCallFailed',
9470
+ inputs: []
9471
+ },
9472
+ {
9473
+ type: 'error',
9474
+ name: 'Unauthorized',
9475
+ inputs: []
9476
+ },
9477
+ {
9478
+ type: 'error',
9479
+ name: 'WithdrawFailed',
9480
+ inputs: []
9481
+ }
9482
+ ];
9081
9483
  exports.multicallHandlerAbi = [
9082
9484
  {
9083
9485
  type: 'constructor',
@@ -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,iBA0QxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
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,iBA2QxB,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,iBA0QxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
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,iBA2QxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
@@ -7,7 +7,7 @@ const contractAddresses = {
7
7
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
8
8
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
9
9
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
10
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
10
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
11
11
  "acrossBridge": "0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5",
12
12
  "spokepool": "0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5",
13
13
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -24,7 +24,7 @@ const contractAddresses = {
24
24
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
25
25
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
26
26
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
27
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
27
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
28
28
  "acrossBridge": "0x6f26Bf09B1C792e3228e5467807a900A503c0281",
29
29
  "spokepool": "0x6f26Bf09B1C792e3228e5467807a900A503c0281",
30
30
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -41,7 +41,7 @@ const contractAddresses = {
41
41
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
42
42
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
43
43
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
44
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
44
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
45
45
  "acrossBridge": "0x4e8E101924eDE233C13e2D8622DC8aED2872d505",
46
46
  "spokepool": "0x4e8E101924eDE233C13e2D8622DC8aED2872d505",
47
47
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -55,7 +55,7 @@ const contractAddresses = {
55
55
  },
56
56
  "100": {
57
57
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
58
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
58
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
59
59
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
60
60
  "ecoHyperProver": "0x101c1d5521dc32115089d02774F5298Df13dC71f",
61
61
  "ecoVaultAddress": "0x3fd339e58769a56d08dcd2683f9012e881287476",
@@ -70,7 +70,7 @@ const contractAddresses = {
70
70
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
71
71
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
72
72
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
73
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
73
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
74
74
  "acrossBridge": "0x9295ee1d8C5b022Be115A2AD3c30C72E34e7F096",
75
75
  "spokepool": "0x9295ee1d8C5b022Be115A2AD3c30C72E34e7F096",
76
76
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -84,7 +84,7 @@ const contractAddresses = {
84
84
  },
85
85
  "146": {
86
86
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
87
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
87
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
88
88
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
89
89
  "ecoHyperProver": "0x101c1d5521dc32115089d02774F5298Df13dC71f",
90
90
  "ecoVaultAddress": "0x3fd339e58769a56d08dcd2683f9012e881287476",
@@ -99,7 +99,7 @@ const contractAddresses = {
99
99
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
100
100
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
101
101
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
102
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
102
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
103
103
  "acrossBridge": "0x35E63eA3eb0fb7A3bc543C71FB66412e1F6B0E04",
104
104
  "spokepool": "0x35E63eA3eb0fb7A3bc543C71FB66412e1F6B0E04",
105
105
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -116,7 +116,7 @@ const contractAddresses = {
116
116
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
117
117
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
118
118
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
119
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
119
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
120
120
  "acrossBridge": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
121
121
  "spokepool": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
122
122
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -133,7 +133,7 @@ const contractAddresses = {
133
133
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
134
134
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
135
135
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
136
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
136
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
137
137
  "acrossBridge": "0x09aea4b2242abC8bb4BB78D537A67a245A7bEC64",
138
138
  "spokepool": "0x09aea4b2242abC8bb4BB78D537A67a245A7bEC64",
139
139
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -150,7 +150,7 @@ const contractAddresses = {
150
150
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
151
151
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
152
152
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
153
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
153
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
154
154
  "acrossBridge": "0x50039fAEfebef707cFD94D6d462fE6D10B39207a",
155
155
  "spokepool": "0x50039fAEfebef707cFD94D6d462fE6D10B39207a",
156
156
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -176,7 +176,7 @@ const contractAddresses = {
176
176
  "across7579Arbiter": "0xEEafB86fd356f22b1f4221b4B19D6A26dbC02C00",
177
177
  "acrossMulticallArbiter": "0x669453dCc2654e9336BBFbf8b0be601196a3a63c",
178
178
  "ecoArbiter": "0x670E03196e11B962800194bb8aCB27ECAcc87F40",
179
- "relayArbiter": "0xA56682A342CbFEb4Dcf8271f5E2cE83912c8FBda",
179
+ "relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
180
180
  "acrossBridge": "0xe35e9842fceaCA96570B734083f4a58e8F7C5f2A",
181
181
  "spokepool": "0xe35e9842fceaCA96570B734083f4a58e8F7C5f2A",
182
182
  "ecoPortal": "0x399Dbd5DF04f83103F77A58cBa2B7c4d3cdede97",
@@ -257,6 +257,7 @@ const contractAddresses = {
257
257
  "intentExecutorAdapterGasRefund": "0x1CF61dd99558088bc6d33464Fdc3A50158d96671",
258
258
  "multicallAdapter": "0x2033BAf793ece4a38f0CBae47AF8435620E296c6",
259
259
  "multicallHandler": "0xcc57378369bbC7B5bFD2b2F3E8A9f733c16c5F63",
260
+ "singlecallAdapter": "0xa4fC159E93F3D3E08b67D1228D57d5769B3Bff92",
260
261
  "ecoHandler": "0xcc57378369bbC7B5bFD2b2F3E8A9f733c16c5F63",
261
262
  "paymaster": "0xf2d0A6572252931a685dd4a64db3198eBdC7a4b6",
262
263
  "relayerPot": "0xDD6430ad62de02cF8d37Fc3Bc34c6855F34BCbE8",
@@ -257,6 +257,7 @@ const contractAddresses = {
257
257
  "intentExecutorAdapterGasRefund": "0xA36E04937BE2C53fA97396b3D254d6cCE6680dc8",
258
258
  "multicallAdapter": "0x4cf546ed0F6a4EC4155449686257f698D5044B1F",
259
259
  "multicallHandler": "0x200FAb4dEA0388FF9056B3B61f82F981B1de0244",
260
+ "singlecallAdapter": "0xAc373dCFA558C78853D0C09A019e44b2f7410bfE",
260
261
  "ecoHandler": "0x200FAb4dEA0388FF9056B3B61f82F981B1de0244",
261
262
  "paymaster": "0x1d7df6Ddc7328Ac827EB4D7f171C60AFB7f9A599",
262
263
  "relayerPot": "0xf2a4066968cDD6549AE721a15Efcf1e195EaBCb1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "1.4.104",
3
+ "version": "1.4.106",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",