@safe-global/relay-kit 0.1.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -21
- package/README.md +15 -15
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/packs/gelato/{GelatoRelayAdapter.d.ts → GelatoRelayPack.d.ts} +3 -5
- package/dist/src/packs/gelato/{GelatoRelayAdapter.js → GelatoRelayPack.js} +21 -29
- package/dist/src/packs/gelato/GelatoRelayPack.js.map +1 -0
- package/dist/src/packs/gelato/{GelatoRelayAdapter.test.js → GelatoRelayPack.test.js} +32 -32
- package/dist/src/packs/gelato/GelatoRelayPack.test.js.map +1 -0
- package/dist/src/types.d.ts +2 -3
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +43 -43
- package/dist/src/packs/gelato/GelatoRelayAdapter.js.map +0 -1
- package/dist/src/packs/gelato/GelatoRelayAdapter.test.js.map +0 -1
- /package/dist/src/packs/gelato/{GelatoRelayAdapter.test.d.ts → GelatoRelayPack.test.d.ts} +0 -0
package/LICENSE.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023 Safe Ecosystem Foundation
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Safe Ecosystem Foundation
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
# Relay Kit
|
|
2
|
-
|
|
3
|
-
[](https://badge.fury.io/js/%40safe-global%2Frelay-kit)
|
|
4
|
-
[ allowing the use of native token or ERC-20 tokens. This will enable you to pay transaction fees directly from funding available in a Safe.
|
|
8
|
-
|
|
9
|
-
## Reference
|
|
10
|
-
|
|
11
|
-
- [Relay Kit docs](https://docs.safe.global/learn/safe-core-account-abstraction-sdk/relay-kit)
|
|
12
|
-
|
|
13
|
-
## License
|
|
14
|
-
|
|
15
|
-
This library is [released under MIT](https://github.com/safe-global/safe-core-sdk/blob/main/LICENSE.md).
|
|
1
|
+
# Relay Kit
|
|
2
|
+
|
|
3
|
+
[](https://badge.fury.io/js/%40safe-global%2Frelay-kit)
|
|
4
|
+
[](https://github.com/safe-global/safe-core-sdk/releases)
|
|
5
|
+
[](https://github.com/safe-global/safe-core-sdk/blob/main/LICENSE.md)
|
|
6
|
+
|
|
7
|
+
The Relay Kit allows to abstract users from the transaction fees payment (gas fees) allowing the use of native token or ERC-20 tokens. This will enable you to pay transaction fees directly from funding available in a Safe.
|
|
8
|
+
|
|
9
|
+
## Reference
|
|
10
|
+
|
|
11
|
+
- [Relay Kit docs](https://docs.safe.global/learn/safe-core-account-abstraction-sdk/relay-kit)
|
|
12
|
+
|
|
13
|
+
## License
|
|
14
|
+
|
|
15
|
+
This library is [released under MIT](https://github.com/safe-global/safe-core-sdk/blob/main/LICENSE.md).
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './packs/gelato/
|
|
1
|
+
export * from './packs/gelato/GelatoRelayPack';
|
|
2
2
|
export * from './types';
|
package/dist/src/index.js
CHANGED
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./packs/gelato/
|
|
17
|
+
__exportStar(require("./packs/gelato/GelatoRelayPack"), exports);
|
|
18
18
|
__exportStar(require("./types"), exports);
|
|
19
19
|
//# sourceMappingURL=index.js.map
|
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA8C;AAC9C,0CAAuB"}
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import { BigNumber } from '@ethersproject/bignumber';
|
|
2
1
|
import { RelayResponse, TransactionStatusResponse } from '@gelatonetwork/relay-sdk';
|
|
3
2
|
import Safe from '@safe-global/protocol-kit';
|
|
3
|
+
import { RelayPack } from '../../types';
|
|
4
4
|
import { MetaTransactionData, MetaTransactionOptions, RelayTransaction, SafeTransaction } from '@safe-global/safe-core-sdk-types';
|
|
5
|
-
|
|
6
|
-
export declare class GelatoRelayAdapter implements RelayAdapter {
|
|
5
|
+
export declare class GelatoRelayPack implements RelayPack {
|
|
7
6
|
#private;
|
|
8
7
|
constructor(apiKey?: string);
|
|
9
8
|
private _getFeeToken;
|
|
10
|
-
private _getSafeNonce;
|
|
11
9
|
getFeeCollector(): string;
|
|
12
|
-
getEstimateFee(chainId: number, gasLimit:
|
|
10
|
+
getEstimateFee(chainId: number, gasLimit: string, gasToken?: string): Promise<string>;
|
|
13
11
|
getTaskStatus(taskId: string): Promise<TransactionStatusResponse | undefined>;
|
|
14
12
|
createRelayedTransaction(safe: Safe, transactions: MetaTransactionData[], options: MetaTransactionOptions): Promise<SafeTransaction>;
|
|
15
13
|
sendSponsorTransaction(target: string, encodedTransaction: string, chainId: number): Promise<RelayResponse>;
|
|
@@ -10,44 +10,36 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
10
10
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
11
11
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
12
12
|
};
|
|
13
|
-
var
|
|
13
|
+
var _GelatoRelayPack_gelatoRelay, _GelatoRelayPack_apiKey;
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.
|
|
15
|
+
exports.GelatoRelayPack = void 0;
|
|
16
|
+
const bignumber_1 = require("@ethersproject/bignumber");
|
|
16
17
|
const relay_sdk_1 = require("@gelatonetwork/relay-sdk");
|
|
17
18
|
const constants_1 = require("../../constants");
|
|
18
|
-
class
|
|
19
|
+
class GelatoRelayPack {
|
|
19
20
|
constructor(apiKey) {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
__classPrivateFieldSet(this,
|
|
23
|
-
__classPrivateFieldSet(this,
|
|
21
|
+
_GelatoRelayPack_gelatoRelay.set(this, void 0);
|
|
22
|
+
_GelatoRelayPack_apiKey.set(this, void 0);
|
|
23
|
+
__classPrivateFieldSet(this, _GelatoRelayPack_gelatoRelay, new relay_sdk_1.GelatoRelay(), "f");
|
|
24
|
+
__classPrivateFieldSet(this, _GelatoRelayPack_apiKey, apiKey, "f");
|
|
24
25
|
}
|
|
25
26
|
_getFeeToken(gasToken) {
|
|
26
27
|
return !gasToken || gasToken === constants_1.ZERO_ADDRESS ? constants_1.GELATO_NATIVE_TOKEN_ADDRESS : gasToken;
|
|
27
28
|
}
|
|
28
|
-
// TODO: Should be moved to the protocol-kit
|
|
29
|
-
async _getSafeNonce(safe) {
|
|
30
|
-
try {
|
|
31
|
-
return await safe.getNonce();
|
|
32
|
-
}
|
|
33
|
-
catch {
|
|
34
|
-
return 0;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
29
|
getFeeCollector() {
|
|
38
30
|
return constants_1.GELATO_FEE_COLLECTOR;
|
|
39
31
|
}
|
|
40
32
|
async getEstimateFee(chainId, gasLimit, gasToken) {
|
|
41
33
|
const feeToken = this._getFeeToken(gasToken);
|
|
42
|
-
const estimation = await __classPrivateFieldGet(this,
|
|
43
|
-
return estimation;
|
|
34
|
+
const estimation = await __classPrivateFieldGet(this, _GelatoRelayPack_gelatoRelay, "f").getEstimatedFee(chainId, feeToken, bignumber_1.BigNumber.from(gasLimit), true);
|
|
35
|
+
return estimation.toString();
|
|
44
36
|
}
|
|
45
37
|
async getTaskStatus(taskId) {
|
|
46
|
-
return __classPrivateFieldGet(this,
|
|
38
|
+
return __classPrivateFieldGet(this, _GelatoRelayPack_gelatoRelay, "f").getTaskStatus(taskId);
|
|
47
39
|
}
|
|
48
40
|
async createRelayedTransaction(safe, transactions, options) {
|
|
49
41
|
const { gasLimit, gasToken, isSponsored } = options;
|
|
50
|
-
const nonce = await
|
|
42
|
+
const nonce = await safe.getNonce();
|
|
51
43
|
if (isSponsored) {
|
|
52
44
|
const sponsoredTransaction = await safe.createTransaction({
|
|
53
45
|
safeTransactionData: transactions,
|
|
@@ -62,8 +54,8 @@ class GelatoRelayAdapter {
|
|
|
62
54
|
const syncTransaction = await safe.createTransaction({
|
|
63
55
|
safeTransactionData: transactions,
|
|
64
56
|
options: {
|
|
65
|
-
baseGas: estimation
|
|
66
|
-
gasPrice: 1,
|
|
57
|
+
baseGas: estimation,
|
|
58
|
+
gasPrice: '1',
|
|
67
59
|
gasToken: gasToken !== null && gasToken !== void 0 ? gasToken : constants_1.ZERO_ADDRESS,
|
|
68
60
|
refundReceiver: this.getFeeCollector(),
|
|
69
61
|
nonce
|
|
@@ -72,7 +64,7 @@ class GelatoRelayAdapter {
|
|
|
72
64
|
return syncTransaction;
|
|
73
65
|
}
|
|
74
66
|
async sendSponsorTransaction(target, encodedTransaction, chainId) {
|
|
75
|
-
if (!__classPrivateFieldGet(this,
|
|
67
|
+
if (!__classPrivateFieldGet(this, _GelatoRelayPack_apiKey, "f")) {
|
|
76
68
|
throw new Error('API key not defined');
|
|
77
69
|
}
|
|
78
70
|
const request = {
|
|
@@ -80,7 +72,7 @@ class GelatoRelayAdapter {
|
|
|
80
72
|
target,
|
|
81
73
|
data: encodedTransaction
|
|
82
74
|
};
|
|
83
|
-
const response = await __classPrivateFieldGet(this,
|
|
75
|
+
const response = await __classPrivateFieldGet(this, _GelatoRelayPack_gelatoRelay, "f").sponsoredCall(request, __classPrivateFieldGet(this, _GelatoRelayPack_apiKey, "f"));
|
|
84
76
|
return response;
|
|
85
77
|
}
|
|
86
78
|
async sendSyncTransaction(target, encodedTransaction, chainId, options) {
|
|
@@ -94,9 +86,9 @@ class GelatoRelayAdapter {
|
|
|
94
86
|
isRelayContext: false
|
|
95
87
|
};
|
|
96
88
|
const relayRequestOptions = {
|
|
97
|
-
gasLimit
|
|
89
|
+
gasLimit
|
|
98
90
|
};
|
|
99
|
-
const response = await __classPrivateFieldGet(this,
|
|
91
|
+
const response = await __classPrivateFieldGet(this, _GelatoRelayPack_gelatoRelay, "f").callWithSyncFee(request, relayRequestOptions);
|
|
100
92
|
return response;
|
|
101
93
|
}
|
|
102
94
|
async relayTransaction({ target, encodedTransaction, chainId, options }) {
|
|
@@ -106,6 +98,6 @@ class GelatoRelayAdapter {
|
|
|
106
98
|
return response;
|
|
107
99
|
}
|
|
108
100
|
}
|
|
109
|
-
exports.
|
|
110
|
-
|
|
111
|
-
//# sourceMappingURL=
|
|
101
|
+
exports.GelatoRelayPack = GelatoRelayPack;
|
|
102
|
+
_GelatoRelayPack_gelatoRelay = new WeakMap(), _GelatoRelayPack_apiKey = new WeakMap();
|
|
103
|
+
//# sourceMappingURL=GelatoRelayPack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GelatoRelayPack.js","sourceRoot":"","sources":["../../../../src/packs/gelato/GelatoRelayPack.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,7 +7,7 @@ const bignumber_1 = require("@ethersproject/bignumber");
|
|
|
7
7
|
const protocol_kit_1 = __importDefault(require("@safe-global/protocol-kit"));
|
|
8
8
|
const safe_core_sdk_types_1 = require("@safe-global/safe-core-sdk-types");
|
|
9
9
|
const constants_1 = require("../../constants");
|
|
10
|
-
const
|
|
10
|
+
const GelatoRelayPack_1 = require("./GelatoRelayPack");
|
|
11
11
|
var TaskState;
|
|
12
12
|
(function (TaskState) {
|
|
13
13
|
TaskState["CheckPending"] = "CheckPending";
|
|
@@ -30,9 +30,9 @@ const RELAY_RESPONSE = {
|
|
|
30
30
|
const SAFE_TRANSACTION = {
|
|
31
31
|
data: {
|
|
32
32
|
operation: safe_core_sdk_types_1.OperationType.Call,
|
|
33
|
-
safeTxGas: 0,
|
|
34
|
-
baseGas: 0,
|
|
35
|
-
gasPrice: 0,
|
|
33
|
+
safeTxGas: '0',
|
|
34
|
+
baseGas: '0',
|
|
35
|
+
gasPrice: '0',
|
|
36
36
|
nonce: 0,
|
|
37
37
|
gasToken: '0x',
|
|
38
38
|
refundReceiver: '0x',
|
|
@@ -58,28 +58,28 @@ jest.mock('@gelatonetwork/relay-sdk', () => {
|
|
|
58
58
|
};
|
|
59
59
|
});
|
|
60
60
|
jest.mock('@safe-global/protocol-kit');
|
|
61
|
-
const
|
|
62
|
-
describe('
|
|
61
|
+
const gelatoRelayPack = new GelatoRelayPack_1.GelatoRelayPack(API_KEY);
|
|
62
|
+
describe('GelatoRelayPack', () => {
|
|
63
63
|
beforeEach(() => {
|
|
64
64
|
jest.clearAllMocks();
|
|
65
65
|
});
|
|
66
66
|
it('should allow to get a fee estimation', async () => {
|
|
67
67
|
const chainId = 1;
|
|
68
|
-
const gasLimit =
|
|
68
|
+
const gasLimit = '100000';
|
|
69
69
|
const gasToken = '0x0000000000000000000000000000000000000000';
|
|
70
|
-
const estimation = await
|
|
71
|
-
expect(estimation).toBe(FEE_ESTIMATION);
|
|
72
|
-
expect(mockGetEstimateFee).toHaveBeenCalledWith(chainId, constants_1.GELATO_NATIVE_TOKEN_ADDRESS, gasLimit, true);
|
|
73
|
-
expect(estimation.gt(bignumber_1.BigNumber.from(0))).toBe(true);
|
|
70
|
+
const estimation = await gelatoRelayPack.getEstimateFee(chainId, gasLimit, gasToken);
|
|
71
|
+
expect(estimation).toBe(FEE_ESTIMATION.toString());
|
|
72
|
+
expect(mockGetEstimateFee).toHaveBeenCalledWith(chainId, constants_1.GELATO_NATIVE_TOKEN_ADDRESS, bignumber_1.BigNumber.from(gasLimit), true);
|
|
73
|
+
expect(bignumber_1.BigNumber.from(estimation).gt(bignumber_1.BigNumber.from(0))).toBe(true);
|
|
74
74
|
});
|
|
75
75
|
it('should allow to check the task status', async () => {
|
|
76
76
|
const taskId = 'task-id';
|
|
77
|
-
const status = await
|
|
77
|
+
const status = await gelatoRelayPack.getTaskStatus(taskId);
|
|
78
78
|
expect(status).toBe(TASK_STATUS);
|
|
79
79
|
expect(mockGetTaskStatus).toHaveBeenCalledWith('task-id');
|
|
80
80
|
});
|
|
81
81
|
it('should allow to make a sponsored transaction', async () => {
|
|
82
|
-
const response = await
|
|
82
|
+
const response = await gelatoRelayPack.sendSponsorTransaction(SAFE_ADDRESS, '0x', CHAIN_ID);
|
|
83
83
|
expect(response).toBe(RELAY_RESPONSE);
|
|
84
84
|
expect(mockSponsoredCall).toHaveBeenCalledWith({
|
|
85
85
|
chainId: CHAIN_ID,
|
|
@@ -88,11 +88,11 @@ describe('GelatoRelayAdapter', () => {
|
|
|
88
88
|
}, API_KEY);
|
|
89
89
|
});
|
|
90
90
|
it('should throw an error when trying to do a sponsored transaction without an api key', async () => {
|
|
91
|
-
const
|
|
92
|
-
await expect(
|
|
91
|
+
const relayPack = new GelatoRelayPack_1.GelatoRelayPack();
|
|
92
|
+
await expect(relayPack.sendSponsorTransaction(SAFE_ADDRESS, '0x', CHAIN_ID)).rejects.toThrowError('API key not defined');
|
|
93
93
|
});
|
|
94
94
|
describe('when creating a relayed transaction', () => {
|
|
95
|
-
let
|
|
95
|
+
let relayPack;
|
|
96
96
|
const safe = new protocol_kit_1.default();
|
|
97
97
|
const args = [
|
|
98
98
|
safe,
|
|
@@ -108,13 +108,13 @@ describe('GelatoRelayAdapter', () => {
|
|
|
108
108
|
];
|
|
109
109
|
beforeEach(() => {
|
|
110
110
|
jest.clearAllMocks();
|
|
111
|
-
|
|
111
|
+
relayPack = new GelatoRelayPack_1.GelatoRelayPack();
|
|
112
112
|
safe.getNonce = jest.fn().mockResolvedValue(0);
|
|
113
113
|
safe.getContractManager = jest.fn().mockReturnValue({ safeContract: {} });
|
|
114
114
|
safe.createTransaction = jest.fn().mockResolvedValue(SAFE_TRANSACTION);
|
|
115
115
|
});
|
|
116
116
|
it('should allow you to create a sponsored one', async () => {
|
|
117
|
-
await
|
|
117
|
+
await relayPack.createRelayedTransaction(args[0], args[1], args[2]);
|
|
118
118
|
expect(safe.createTransaction).toHaveBeenCalledWith({
|
|
119
119
|
safeTransactionData: args[1],
|
|
120
120
|
options: expect.objectContaining({
|
|
@@ -123,22 +123,22 @@ describe('GelatoRelayAdapter', () => {
|
|
|
123
123
|
});
|
|
124
124
|
});
|
|
125
125
|
it('should allow to create a sync fee one', async () => {
|
|
126
|
-
await
|
|
126
|
+
await relayPack.createRelayedTransaction(args[0], args[1], {
|
|
127
127
|
...args[2],
|
|
128
128
|
isSponsored: false
|
|
129
129
|
});
|
|
130
130
|
expect(safe.createTransaction).toHaveBeenCalledWith({
|
|
131
131
|
safeTransactionData: args[1],
|
|
132
132
|
options: expect.objectContaining({
|
|
133
|
-
baseGas: 100000,
|
|
134
|
-
gasPrice: 1,
|
|
133
|
+
baseGas: '100000',
|
|
134
|
+
gasPrice: '1',
|
|
135
135
|
refundReceiver: constants_1.GELATO_FEE_COLLECTOR
|
|
136
136
|
})
|
|
137
137
|
});
|
|
138
138
|
});
|
|
139
139
|
it('should return the correct gasToken when being sent through the options', async () => {
|
|
140
140
|
const GAS_TOKEN = '0x...gasToken';
|
|
141
|
-
await
|
|
141
|
+
await relayPack.createRelayedTransaction(args[0], args[1], {
|
|
142
142
|
...args[2],
|
|
143
143
|
isSponsored: false,
|
|
144
144
|
gasToken: GAS_TOKEN
|
|
@@ -146,8 +146,8 @@ describe('GelatoRelayAdapter', () => {
|
|
|
146
146
|
expect(safe.createTransaction).toHaveBeenCalledWith({
|
|
147
147
|
safeTransactionData: args[1],
|
|
148
148
|
options: expect.objectContaining({
|
|
149
|
-
baseGas: 100000,
|
|
150
|
-
gasPrice: 1,
|
|
149
|
+
baseGas: '100000',
|
|
150
|
+
gasPrice: '1',
|
|
151
151
|
gasToken: GAS_TOKEN,
|
|
152
152
|
refundReceiver: constants_1.GELATO_FEE_COLLECTOR
|
|
153
153
|
})
|
|
@@ -155,8 +155,8 @@ describe('GelatoRelayAdapter', () => {
|
|
|
155
155
|
});
|
|
156
156
|
});
|
|
157
157
|
it('should allow to make a sync fee transaction', async () => {
|
|
158
|
-
const response = await
|
|
159
|
-
gasLimit:
|
|
158
|
+
const response = await gelatoRelayPack.sendSyncTransaction(SAFE_ADDRESS, '0x', CHAIN_ID, {
|
|
159
|
+
gasLimit: '100000'
|
|
160
160
|
});
|
|
161
161
|
expect(response).toBe(RELAY_RESPONSE);
|
|
162
162
|
expect(mockCallWithSyncFee).toHaveBeenCalledWith({
|
|
@@ -170,12 +170,12 @@ describe('GelatoRelayAdapter', () => {
|
|
|
170
170
|
});
|
|
171
171
|
});
|
|
172
172
|
it('should expose a relayTransaction doing a sponsored or sync fee transaction depending on an optional parameter', async () => {
|
|
173
|
-
const sponsoredResponse = await
|
|
173
|
+
const sponsoredResponse = await gelatoRelayPack.relayTransaction({
|
|
174
174
|
target: SAFE_ADDRESS,
|
|
175
175
|
encodedTransaction: '0x',
|
|
176
176
|
chainId: CHAIN_ID,
|
|
177
177
|
options: {
|
|
178
|
-
gasLimit:
|
|
178
|
+
gasLimit: '100000',
|
|
179
179
|
isSponsored: true
|
|
180
180
|
}
|
|
181
181
|
});
|
|
@@ -185,12 +185,12 @@ describe('GelatoRelayAdapter', () => {
|
|
|
185
185
|
target: SAFE_ADDRESS,
|
|
186
186
|
data: '0x'
|
|
187
187
|
}, API_KEY);
|
|
188
|
-
const paidResponse = await
|
|
188
|
+
const paidResponse = await gelatoRelayPack.relayTransaction({
|
|
189
189
|
target: SAFE_ADDRESS,
|
|
190
190
|
encodedTransaction: '0x',
|
|
191
191
|
chainId: CHAIN_ID,
|
|
192
192
|
options: {
|
|
193
|
-
gasLimit:
|
|
193
|
+
gasLimit: '100000',
|
|
194
194
|
isSponsored: false
|
|
195
195
|
}
|
|
196
196
|
});
|
|
@@ -206,7 +206,7 @@ describe('GelatoRelayAdapter', () => {
|
|
|
206
206
|
});
|
|
207
207
|
});
|
|
208
208
|
it('should allow to retrieve the fee collector address', () => {
|
|
209
|
-
expect(
|
|
209
|
+
expect(gelatoRelayPack.getFeeCollector()).toBe(constants_1.GELATO_FEE_COLLECTOR);
|
|
210
210
|
});
|
|
211
211
|
});
|
|
212
|
-
//# sourceMappingURL=
|
|
212
|
+
//# sourceMappingURL=GelatoRelayPack.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GelatoRelayPack.test.js","sourceRoot":"","sources":["../../../../src/packs/gelato/GelatoRelayPack.test.ts"],"names":[],"mappings":"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"}
|
package/dist/src/types.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import Safe from '@safe-global/protocol-kit';
|
|
2
2
|
import { RelayResponse, TransactionStatusResponse } from '@gelatonetwork/relay-sdk';
|
|
3
3
|
import { MetaTransactionData, MetaTransactionOptions, RelayTransaction, SafeTransaction } from '@safe-global/safe-core-sdk-types';
|
|
4
|
-
|
|
5
|
-
export interface RelayAdapter {
|
|
4
|
+
export interface RelayPack {
|
|
6
5
|
getFeeCollector(): string;
|
|
7
|
-
getEstimateFee(chainId: number, gasLimit:
|
|
6
|
+
getEstimateFee(chainId: number, gasLimit: string, gasToken?: string): Promise<string>;
|
|
8
7
|
getTaskStatus(taskId: string): Promise<TransactionStatusResponse | undefined>;
|
|
9
8
|
createRelayedTransaction(safe: Safe, transactions: MetaTransactionData[], options: MetaTransactionOptions): Promise<SafeTransaction>;
|
|
10
9
|
relayTransaction(transaction: RelayTransaction): Promise<RelayResponse>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.es2019.full.d.ts","../src/constants.ts","../../../node_modules/@ethersproject/bytes/lib/index.d.ts","../../../node_modules/@ethersproject/bignumber/lib/bignumber.d.ts","../../../node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts","../../../node_modules/@ethersproject/bignumber/lib/index.d.ts","../../../node_modules/@ethersproject/abi/lib/fragments.d.ts","../../../node_modules/@ethersproject/abi/lib/coders/abstract-coder.d.ts","../../../node_modules/@ethersproject/abi/lib/abi-coder.d.ts","../../../node_modules/@ethersproject/properties/lib/index.d.ts","../../../node_modules/@ethersproject/abi/lib/interface.d.ts","../../../node_modules/@ethersproject/abi/lib/index.d.ts","../../../node_modules/@ethersproject/networks/lib/types.d.ts","../../../node_modules/@ethersproject/networks/lib/index.d.ts","../../../node_modules/@ethersproject/transactions/lib/index.d.ts","../../../node_modules/@ethersproject/web/lib/index.d.ts","../../../node_modules/@ethersproject/abstract-provider/lib/index.d.ts","../../../node_modules/@ethersproject/abstract-signer/lib/index.d.ts","../../../node_modules/@ethersproject/contracts/lib/index.d.ts","../../../node_modules/@ethersproject/logger/lib/index.d.ts","../../../node_modules/@ethersproject/wordlists/lib/wordlist.d.ts","../../../node_modules/@ethersproject/wordlists/lib/wordlists.d.ts","../../../node_modules/@ethersproject/wordlists/lib/index.d.ts","../../../node_modules/@ethersproject/hdnode/lib/index.d.ts","../../../node_modules/@ethersproject/signing-key/lib/index.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/crowdsale.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/inspect.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/keystore.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/index.d.ts","../../../node_modules/@ethersproject/wallet/lib/index.d.ts","../../../node_modules/@ethersproject/constants/lib/addresses.d.ts","../../../node_modules/@ethersproject/constants/lib/bignumbers.d.ts","../../../node_modules/@ethersproject/constants/lib/hashes.d.ts","../../../node_modules/@ethersproject/constants/lib/strings.d.ts","../../../node_modules/@ethersproject/constants/lib/index.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@ethersproject/providers/lib/formatter.d.ts","../../../node_modules/@ethersproject/providers/lib/base-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/websocket-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/ankr-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/fallback-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/ipc-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/infura-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/pocket-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/web3-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/index.d.ts","../../../node_modules/@ethersproject/address/lib/index.d.ts","../../../node_modules/@ethersproject/base64/lib/base64.d.ts","../../../node_modules/@ethersproject/base64/lib/index.d.ts","../../../node_modules/@ethersproject/basex/lib/index.d.ts","../../../node_modules/@ethersproject/hash/lib/id.d.ts","../../../node_modules/@ethersproject/hash/lib/namehash.d.ts","../../../node_modules/@ethersproject/hash/lib/message.d.ts","../../../node_modules/@ethersproject/hash/lib/typed-data.d.ts","../../../node_modules/@ethersproject/hash/lib/index.d.ts","../../../node_modules/@ethersproject/keccak256/lib/index.d.ts","../../../node_modules/@ethersproject/sha2/lib/types.d.ts","../../../node_modules/@ethersproject/sha2/lib/sha2.d.ts","../../../node_modules/@ethersproject/sha2/lib/index.d.ts","../../../node_modules/@ethersproject/solidity/lib/index.d.ts","../../../node_modules/@ethersproject/random/lib/random.d.ts","../../../node_modules/@ethersproject/random/lib/shuffle.d.ts","../../../node_modules/@ethersproject/random/lib/index.d.ts","../../../node_modules/@ethersproject/rlp/lib/index.d.ts","../../../node_modules/@ethersproject/strings/lib/bytes32.d.ts","../../../node_modules/@ethersproject/strings/lib/idna.d.ts","../../../node_modules/@ethersproject/strings/lib/utf8.d.ts","../../../node_modules/@ethersproject/strings/lib/index.d.ts","../../../node_modules/@ethersproject/units/lib/index.d.ts","../../../node_modules/ethers/lib/utils.d.ts","../../../node_modules/ethers/lib/_version.d.ts","../../../node_modules/ethers/lib/ethers.d.ts","../../../node_modules/ethers/lib/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/callwithsyncfee/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/sponsoredcall/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/erc2771/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/status/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/index.d.ts","../../safe-core-sdk-types/dist/src/contracts/compatibilityfallbackhandlercontract.d.ts","../../../node_modules/web3-core-helpers/types/index.d.ts","../../../node_modules/web3-core-method/types/index.d.ts","../../../node_modules/@types/bn.js/index.d.ts","../../../node_modules/bignumber.js/bignumber.d.ts","../../../node_modules/web3-core/types/index.d.ts","../../safe-core-sdk-types/dist/src/types.d.ts","../../safe-core-sdk-types/dist/src/contracts/createcallcontract.d.ts","../../safe-core-sdk-types/dist/src/contracts/gnosissafecontract.d.ts","../../safe-core-sdk-types/dist/src/contracts/gnosissafeproxyfactorycontract.d.ts","../../safe-core-sdk-types/dist/src/contracts/multisendcallonlycontract.d.ts","../../safe-core-sdk-types/dist/src/contracts/multisendcontract.d.ts","../../safe-core-sdk-types/dist/src/contracts/signmessagelibcontract.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/types.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/safes.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/factories.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/libs.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/handler.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/index.d.ts","../../../node_modules/web3-utils/types/index.d.ts","../../safe-core-sdk-types/dist/src/ethereumlibs/ethadapter.d.ts","../../safe-core-sdk-types/dist/src/index.d.ts","../../protocol-kit/dist/src/types/index.d.ts","../../protocol-kit/dist/src/contracts/safedeploymentcontracts.d.ts","../../protocol-kit/dist/src/utils/signatures/safesignature.d.ts","../../protocol-kit/dist/src/utils/transactions/types.d.ts","../../protocol-kit/dist/src/safe.d.ts","../../protocol-kit/dist/src/managers/contractmanager.d.ts","../../protocol-kit/dist/src/safefactory/index.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/create_call.d.ts","../../protocol-kit/dist/src/adapters/ethers/types.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/createcall/createcalletherscontract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.0.0/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.0.0/gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.2.0/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.2.0/gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/gnosis_safe.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/gnosissafe/gnosissafecontractethers.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.0.0/proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/proxy_factory.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/gnosissafeproxyfactory/gnosissafeproxyfactoryetherscontract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/multi_send.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/multi_send.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/multisend/multisendetherscontract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/multi_send_call_only.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/multisendcallonly/multisendcallonlyetherscontract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/sign_message_lib.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/signmessagelib/signmessagelibetherscontract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/compatibility_fallback_handler.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/compatibilityfallbackhandler/compatibilityfallbackhandleretherscontract.d.ts","../../protocol-kit/dist/src/adapters/ethers/ethersadapter.d.ts","../../protocol-kit/dist/src/adapters/ethers/index.d.ts","../../../node_modules/web3-eth-accounts/types/index.d.ts","../../../node_modules/web3-eth-contract/types/index.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/create_call.d.ts","../../protocol-kit/dist/src/adapters/web3/types.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/createcall/createcallweb3contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.0.0/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.0.0/gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.2.0/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.2.0/gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/gnosis_safe.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/gnosissafe/gnosissafecontractweb3.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.0.0/proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/proxy_factory.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/gnosissafeproxyfactory/gnosissafeproxyfactoryweb3contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/multi_send.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/multi_send.ts","../../protocol-kit/dist/src/adapters/web3/contracts/multisend/multisendweb3contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/multi_send_call_only.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/multisendcallonly/multisendcallonlyweb3contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/sign_message_lib.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/signmessagelib/signmessagelibweb3contract.d.ts","../../../node_modules/web3-bzz/types/index.d.ts","../../../node_modules/web3-core-subscriptions/types/index.d.ts","../../../node_modules/web3-eth-abi/types/index.d.ts","../../../node_modules/web3-eth-ens/types/index.d.ts","../../../node_modules/web3-eth-iban/types/index.d.ts","../../../node_modules/web3-eth-personal/types/index.d.ts","../../../node_modules/web3-net/types/index.d.ts","../../../node_modules/web3-eth/types/index.d.ts","../../../node_modules/web3-shh/types/index.d.ts","../../../node_modules/web3/types/index.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/compatibility_fallback_handler.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/compatibilityfallbackhandler/compatibilityfallbackhandlerweb3contract.d.ts","../../protocol-kit/dist/src/adapters/web3/web3adapter.d.ts","../../protocol-kit/dist/src/adapters/web3/index.d.ts","../../protocol-kit/dist/src/utils/transactions/utils.d.ts","../../protocol-kit/dist/src/index.d.ts","../src/types.ts","../src/packs/gelato/gelatorelayadapter.ts","../src/index.ts","../src/packs/gelato/gelatorelayadapter.test.ts","../../../node_modules/@types/abstract-leveldown/index.d.ts","../../../node_modules/@types/accepts/index.d.ts","../../../node_modules/@types/async-eventemitter/index.d.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/body-parser/index.d.ts","../../../node_modules/keyv/src/index.d.ts","../../../node_modules/@types/http-cache-semantics/index.d.ts","../../../node_modules/@types/responselike/index.d.ts","../../../node_modules/@types/cacheable-request/index.d.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@types/chai-as-promised/index.d.ts","../../../node_modules/@types/cors/index.d.ts","../../../node_modules/@types/range-parser/index.d.ts","../../../node_modules/@types/qs/index.d.ts","../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/mime/mime.d.ts","../../../node_modules/@types/mime/index.d.ts","../../../node_modules/@types/serve-static/index.d.ts","../../../node_modules/@types/express/node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/express/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/parse5/dist/common/html.d.ts","../../../node_modules/parse5/dist/common/token.d.ts","../../../node_modules/parse5/dist/common/error-codes.d.ts","../../../node_modules/parse5/dist/tokenizer/preprocessor.d.ts","../../../node_modules/parse5/dist/tokenizer/index.d.ts","../../../node_modules/parse5/dist/tree-adapters/interface.d.ts","../../../node_modules/parse5/dist/parser/open-element-stack.d.ts","../../../node_modules/parse5/dist/parser/formatting-element-list.d.ts","../../../node_modules/parse5/dist/parser/index.d.ts","../../../node_modules/parse5/dist/tree-adapters/default.d.ts","../../../node_modules/parse5/dist/serializer/index.d.ts","../../../node_modules/parse5/dist/common/foreign-content.d.ts","../../../node_modules/parse5/dist/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/keyv/index.d.ts","../../../node_modules/@types/level-errors/index.d.ts","../../../node_modules/@types/levelup/index.d.ts","../../../node_modules/@types/long/index.d.ts","../../../node_modules/@types/lru-cache/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/mkdirp/index.d.ts","../../../node_modules/@types/mocha/index.d.ts","../../../node_modules/@types/node-fetch/node_modules/form-data/index.d.ts","../../../node_modules/@types/node-fetch/externals.d.ts","../../../node_modules/@types/node-fetch/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/pbkdf2/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/resolve/index.d.ts","../../../node_modules/@types/secp256k1/index.d.ts","../../../node_modules/@types/seedrandom/index.d.ts","../../../node_modules/@types/semver/classes/semver.d.ts","../../../node_modules/@types/semver/functions/parse.d.ts","../../../node_modules/@types/semver/functions/valid.d.ts","../../../node_modules/@types/semver/functions/clean.d.ts","../../../node_modules/@types/semver/functions/inc.d.ts","../../../node_modules/@types/semver/functions/diff.d.ts","../../../node_modules/@types/semver/functions/major.d.ts","../../../node_modules/@types/semver/functions/minor.d.ts","../../../node_modules/@types/semver/functions/patch.d.ts","../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../node_modules/@types/semver/functions/compare.d.ts","../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../node_modules/@types/semver/functions/sort.d.ts","../../../node_modules/@types/semver/functions/rsort.d.ts","../../../node_modules/@types/semver/functions/gt.d.ts","../../../node_modules/@types/semver/functions/lt.d.ts","../../../node_modules/@types/semver/functions/eq.d.ts","../../../node_modules/@types/semver/functions/neq.d.ts","../../../node_modules/@types/semver/functions/gte.d.ts","../../../node_modules/@types/semver/functions/lte.d.ts","../../../node_modules/@types/semver/functions/cmp.d.ts","../../../node_modules/@types/semver/functions/coerce.d.ts","../../../node_modules/@types/semver/classes/comparator.d.ts","../../../node_modules/@types/semver/classes/range.d.ts","../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../node_modules/@types/semver/ranges/valid.d.ts","../../../node_modules/@types/semver/ranges/outside.d.ts","../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../node_modules/@types/semver/ranges/subset.d.ts","../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../node_modules/@types/semver/index.d.ts","../../../node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../node_modules/@types/sinon/index.d.ts","../../../node_modules/@types/sinon-chai/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/underscore/index.d.ts","../../../node_modules/@types/web3/providers.d.ts","../../../node_modules/@types/web3/types.d.ts","../../../node_modules/@types/web3/promievent.d.ts","../../../node_modules/@types/web3/eth/abi.d.ts","../../../node_modules/@types/web3/eth/types.d.ts","../../../node_modules/@types/web3/utils.d.ts","../../../node_modules/@types/web3/eth/contract.d.ts","../../../node_modules/@types/web3/eth/accounts.d.ts","../../../node_modules/@types/web3/eth/index.d.ts","../../../node_modules/@types/web3/index.d.ts","../../../node_modules/@types/ws/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"f3d4da15233e593eacb3965cde7960f3fddf5878528d882bcedd5cbaba0193c7","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"1f03b495671c3a1bd24510f38b8947f0991dfd6bf0278c68eca14af15b306e1f",{"version":"fb974617be66f202cc8d4891123fbedc1a1d2199580e64c7fe9f28df9119cb6d","signature":"e02da535114b73879777aeca5c8266a1b67a11d4d4f3c84d6e161d71bd611f10"},"1fcb8b15db812281d69a3090d488903f9e93033004aef9d8889ca3ad0753a96f","bdf5a95eb0a2dd1d39805bdf51b46ba012bb9b92b2ddaae16219595bba7678a5","9f794a0e8550a03baff865a3961cc22afbd85bc4ba9672bdda036971928f85f4","66a697d1e4cdbf25cdce4644a8085a8563041fa8c7731d4d9f5e8f22e66ba72c","a0c8e17f4d1ea2704c62d7349bc3b8d9a12e3761b5960cb44144d3f0333b3fcb","3471c0df3d0391e1dffe6e8bf150294531b2b71a2afa5f2b86e52bf84a5db60a","5d4df4de055eddf3187094f938a640f8d96e4c551a47d6686596fdb6ba4c3014","8bc2cad630da1033c1fd8d7df2bffb18af0da6113bd086a8bbec04a2471a1e00","a1059d1bbc8ad46bfe668b8450e7e8002887c4ab987bdb96d6108d8023f8bb8f","5134885e9648e2c6745f8aa1c3e7f5ab3b3617258b3d81ca02de6655ede3d74e","4f1ae3f24125216cf07c5211a3f00d2bb4782d7cc76c0681603f8249f9232ff0","d3fb92a5640f83f7844d60b35317a0f95c27e3658a749d76d218c461ad091668","d1f8bfcd91b284657ef8187c55ace7db91a3c43e642c3f14e54364154932f7e4","f54c92bfcae54f360fe79514746efce4870e4ddabc064e95d406bba291e9f672","175fd7186fa6a70f9db9b270a04a503cae23cf01cb77e3905bac115c38424cf7","c993f7ed1b8e1023c1f2ee5b262dbc3b70b27475674e40a53a58591f9972dacc","c914014ab7c7001178663f29d31a495398234a41219af61f26d7e8e91b46af96","b135893253d5e507232d1d0b8639dbc00c2bac453fc0420a9af738f1792f8b29","267eb41d7d34151d8b5fdf8b73ddefe0684d7921f4b7db14101f600ea3e8ed02","eb848e4da1fa7568c893e0a0e1f221572c56768dedfe21d2f7741d383c381552","bd6b7d9ff1992fbde49e974f6bf4e8c35922042fc0b6f5326e61fa17a912ffe6","ac443b1f93babbfadff3aef4490044012ff461ba1cf1c7d90ac45f5a26863358","42e4cdd55aa23586b9aff929e2c216150276a37d30c2cf7c0f32ba917722b5e0","4a1ed19ead46b1dd5a319d533fb92162b4ef052ab1c690889cb2eaee293441a1","d0d5b967e5c36354b2f13b4bfb78aae4c1685efa9df3fd946d2e576d370e9302","8076164b388640f7856b25e945a2ded7738e0f8674ac50c256734067b0f0b1b9","36819a1e04a8dbed754a5b3ba2fd5aca2eafb95977eaad6356d77df596c732f4","5fe9c19f085365b73956e27becc5167ad25c5fb024bed4728884966a0faab3f3","d67961ebada9a5e5c393d9c46a4155877a9f7a48b02a0afc6bbe4e87061e46f5","d5e88cd4816669da170c646844042bc83f4523275f85060cf3e2b5b3bf902ee0","137ee20e77a23986e9a1fdf6397b555e6d3073bdcca15927c40671d1ac564aac","a28b00d18def7993bc502f19be6abdb89db2548fe946a51f0771b8ed26a6786c","0fc6ddce4aabc8d84a6aa6644e1012a1474ba844ed6bddc7bea7115583e8a72e","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"57b6cb95756d1fe3bfeb20205de27b0c5406e4a86e130c6dfa6bd92af641e09d","affectsGlobalScope":true},"11e2d554398d2bd460e7d06b2fa5827a297c8acfbe00b4f894a224ac0862857f",{"version":"e193e634a99c9c1d71f1c6e4e1567a4a73584328d21ea02dd5cddbaad6693f61","affectsGlobalScope":true},"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","e596c9bb2f29a2699fdd4ae89139612652245192f67f45617c5a4b20832aaae9","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","1cdcfc1f624d6c08aa12c73935f6e13f095919cd99edf95752951796eb225729","216717f17c095cde1dc19375e1ab3af0a4a485355860c077a4f9d6ea59fab5b5","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"80473bd0dd90ca1e166514c2dfead9d5803f9c51418864ca35abbeec6e6847e1","1c84b46267610a34028edfd0d035509341751262bac1062857f3c8df7aff7153","e6c86d83bd526c8bdb5d0bf935b8e72ce983763d600743f74d812fdf4abf4df6","a3d541d303ee505053f5dcbf9fafb65cac3d5631037501cd616195863a6c5740","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"bcebb922784739bdb34c18ee51095d25a92b560c78ccd2eaacd6bd00f7443d83","7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","7d55d78cd47cf5280643b53434b16c2d9d11d144126932759fbdd51da525eec4","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","f69ff39996a61a0dd10f4bce73272b52e8024a4d58b13ab32bf4712909d0a2b7",{"version":"3c4ba1dd9b12ffa284b565063108f2f031d150ea15b8fafbdc17f5d2a07251f3","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c4577fb855ca259bdbf3ea663ca73988ce5f84251a92b4aef80a1f4122b6f98e","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"ff07a9a03c65732ccc59b3c65bc584173da093bd563a6565411c01f5703bd3cb","affectsGlobalScope":true},"6de4a219df57d2b27274d59b67708f13c2cbf7ed211abe57d8f9ab8b25cde776","0fe8985a28f82c450a04a6edf1279d7181c0893f37da7d2a27f8efd4fd5edb03","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"d8d555f3d607ecaa18d55de6995ea8f206342ecc93305919eac945c7c78c78c6","277afd6ab6ec72889e2988e0ddd7d138c1f512e68a1fa4e90eedfd71e2097a51","c0908f85f2b645d375127a3b53a17a65f782e17962d5c1eb68f08b1188acbf15","3fadac5d409cc2f27b1d2f4e7568600f02840205f301c9ae7a3068b46476438b","da6aae64ad559286830fd44c81e3d33303348f184af7db4fde8dd99ae9749407","3633f87c97d359cb55fa7bf0668fb2be8a23342951af6ec2d06e6d0cf7409371","cc3a5427d44fc77ff25e80b3edee4650a51f83de761faf5e633994ecf1ab1b44","b350eda75c6e47299b36002b31d5b220c405c21c365e708989829db013fadbb4","f421882756b6714834ae4687ab1aeadf344a1cc45437d2edffbac020ff3801c1","1d61d6ad832dabafbf63b86c5a79d704f2c8763ada9318e135b17a3cb2d09b32","e5cef5de3e5ad3436d414d20743231e284733b9cf4375dc79eff4fcca4282f99","e624419ba84e33e661e89a28083119ca41f6953dba09a4f82b660684087afe6d","942be430bd0feaced2e3e598273b17e50ea565ec9dac840b580b0b99e1a3cd5c","73350006cec5a0c6b71d53b0b0ddbfb82be96752a9c4e3c904c59e633bc9485e","a7df5c2e9594966c7e0d4a763b13ed5727506d892669df5f7bc9826f539c1d35","258cc5cd6891f6bcbaccefd953997038844e7f65d582cac987ffabf7181bcd4c","00a6db28fc4df6ddf10adbe630d9df620ec13af19039c1869653e60dafa739d2","649324d5abb5464aabe35d86cd0eef16562df811f0971481cee664afa5acbc88","f02da9dd36d7a9aa33c9b2e37ef1f54b0d9ad6a713bae372ae4b72890e40c168","3a5652c44d7b3ee47b1d294b1893b30253d8fb6a1ecaafaf5fdef5fdc118f54c","4fba134e9015779329678ff1fd1afc32bbbf391b1f419f7622a3ecde7bbfc355","af75984f58aa9205be02b0a2248d05f6105a8d4bf8be0baca294b5ceaa10e33e","45a910666b455daf042c0a0cfa610c20ea59a0aaf702f93d3b467a05f9a27e20","5580ff53b5f6f1ecdb68ecb61327e63112f97660912c15444c1f8a08f69c19dc","84fb7c52fc116ddcbd1b34535e387053f2a0134d11c5e39b193f4c1328fb1fb5","fd3cd8bf3c90ef4694195a617a5daaac561d8be52ba33c607f170c11f3c50154","6852fc2f309e330e38694bad95bde670c384d1498bf4fbe3a751761b43279934","9f963b28320dd50221cd23f23059bc23cc7799c7025b44942da68974f90c2e6c","c17329bcf495af58e3010f8e61af51709aaa24a6664d8557a7d01a82b5397c59","4eebb617b12f21864e6641d0a9eefaca77a9ccf93f00bb7d50b26d8073866e53","ca0b43e2565d78809383e9a025b0638a5e65bcde4a2b68ff2c6fa5013642db46","1d0a0e5c6471d81467c3fecfa4db4e93ee87d364b776feb83b18d773ad9496d5","ef6eddcbf08e7ae71cd9ba8da47e9a3cfc7db36650af48f1b440a5ed50eeee7a","e14ee3cb4b764895f2ff2fed229df10b59df8a761c79d8e91d868793322b8896","7e36003872035a49bc3a5f21351c37d0e418f60d994ecc470a9463b33b4a7c12","b862345e219e6a4d829f7b7cf6d2d6e91e6fa00c29a7c6c86a3f68c77c25de39","5b919d9204446816876000e03f033458527bde5e3637783b2bc2e7e9ef7ce897","213984ba990f03127a98c3f022d5ca0f0d42df64d4dca199f7319448ce6f3021","020ab2020569964d12e40c68ceae39f40f6c0bee9d502a180f039fcb59c2e34d","aa50dc8a102c76282915e78944293a777866efe6d220a28884ac4a42d7f4c4e2","2b88f02598c9de626b35fbe3ffb1ef33ad9fd175e36e06ba27dc79e444796f6c","b728dc56eb9b0d27b4044e076c155f3cd3a121a4a9939afe829cfc0d680d423b","324b7298f76ce938cd28d2698a0767ca3c740bc843fd9104e171be8eca839555","76aa33edb0042dd572d64e4bda231374390d250d29eeab7e7f27010e8f826006","03b6d387edf18a9ee8126e705edff759f65d9c602e11b649e13a5261fe6951a4","8e4021398d3ee2730fdfb63311e6a8366147ccbe97773c507293699a0d8e4344","f689e821f9b5e1977b874ae4aaa9826b05c0be0ab4a10d6e59eaf265d4bb1550","5e956b42fc6806bc9927e26abd9cf14713cd53f3fadde140c07891f972a98496","b35b87ebe1ff162eeb59fca5387ca8b010e8f1c132abc8a281cae57f98e255ff","1ddf37bced80a7e6bde439ba769581affb3bffd00d23ed028d1705543921e58f","e23e746ac8cbb44cbbdcfd44cd75bd20a604cc5083473e901d3409d024db4b7f","e57d368ee6936f86ecb30c88752b073cb4a56b53f40bbecb482146a6a0bb4052","1acfc1c5a9f95332a2c17a1e665661a049c818e1c7b0bb7cc2dacfdbf08f79af","3170c0416dd2064d848fe1f06a2e1e53ed55030e93cb91ca451ad56b06354ff8","01f7828047b5c6703d3c601473618b448f5506a88fcac852638b0715c3abf4eb","a2d875a97eeee8872d7a6d30c65fc2c19aee4fca3b98edda1c2f5ce7323c16da","05b7a6078128cb7a116def6153e7b012da36ad755db16e1d9d0e778ff743c898","ac4c316315018d75cc8c959df27b59153a203978bfdb8bac9294066f0edd8dea","e4bf1224814960743acc900e41822e4ca121a73d99b847c2f7c1a0dc2dcb2440","adbb0097216265150accec0f8a4152a9530d847b77a06832d678c2ca33ee12f2","fe41fde08d2f7d68b88ebee2129a4d0b001b420977030e69b1e34d9195dcad9e","fadded92012d86ccf0bb1e3c3fb763f3256b5eefca799c326d1c573f0e8988f0","f75532567ea8cea3cf5e62a55146a291021da1f769592c0f0556c60b27731d77","f496aba1e241b5e7ba0fabe0cfff01afe2b6855261761c8f1666f1e4f6c5871e","73b6faac275671e0a2bc8c0e13d07278ec31d1d560cbf38231ee40ecbc9d62f4","028b0c9599c68c920c2e24bf0a7a7c946c33903e34276a49b604c73ad7fc8086","b43a4737fda432745d01a9a31b4799f1cb1874a6eb17b96d53f7b6b59449c600","13aeb6bfa3c945a9854a0b81c9d58e04361b5c7422f447884cf1302314418632","820e6be224849f48893eff195d7b7f7ef512956d9ce5b0fb98248cd518744d4b","c7ffb807f424f486d7d5ccbe17461cf62419a142e941db0a036c8d91ad79ccf2","72eb4bdd0e291d1ad0df9b31e4074d87906661b92cece6f88b702c9e17ae5112","9086645db45892475e67f677a429b4819cfba5935fd25ccec9f0d0b737b66b80","e2ab4a953bf7eac45d1e75569d77fbfd1362b3105505341a7aed587243ada9da","68d11845288f3922ef1cb9be7feb5208f03aea8dff91ffe8f14b4753a3478e01","9749a1bd40f756bdda65bd0489a6fec2566fb570edea00f3d2bee12bd82ec2ba","ff9c2ad08d3b79c443d0182604086ae70428779f68596ed2758d0c0225691761","b8515f38e0fa64d2a4c2af992618c0265dcbc40fa779d743932d458d58e970a8","ebaa867159d24968c3b76dc6577676a460ec55467cced7f9a0f9664caee761da","c8ac5c0607c0aaf7f6ee04567d4e57a38db25638b3f9801374764fd88a50d3b7","74ea83df55a966a1bd7ac07a5996db94e39eb9bef8d43ce03ba3885fd6c9ae33","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","555f539635d2fa2f098a72bb28007dc62756cca67ca27c10be564d4358454add","f61572457a0750fc54612da2f9cbd83d698cb15c381eb655c667d9bbd158f756","d9cd3fc004f27cce7119b74564468207c5a0caac0407e2f866198851a4491262","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","500b2e063c939a7e01f938ddbfe1190821cc7fb1d2ed139a75adca21cbe76b41","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","eb01596def1e452c861451695037f5db6b955c847c5bef26ec0a4009ec1bc692","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","2519d5502a95ffe776e7a74ffc1521946a79f260ccae18334ffac0bbfbbdd4b2","0f73211f5805cb733ae9517b683e3eed27e4a54e7e5de54cbe9f09d23b1fa543","0bbb3f0d174a5559fec3b93bb3f21ed458ff7b533a1939c4e53db6a27b50a7f1","ee19797d3ab44b11888873e58e9f72fd3590b3163aacf3a2c34414c983e05e8e","30703c1e0fa6c8f7f514fd2adc3859316d55bccdf80b13d48bdeead914e4215d","7f437fd52e211d103358957a3a95f44ad9f66f0cabe1963ad914a8aea9beaa1f","bb0a84e763c7406e3bc8dbd992992d90a8588fcccded88eab5862c6e3a1ccf59","c6c1a6687daa9ac403f946e452d590a7317d522fe81424fd6a5647ace2d36858","f2e4c050ebf2b4d3678bb29861335ef64d6ed22e2f27681e6762edeab1f4f604","2f3d1f7e298a8ac1c6bf17464e77811e0565452dc3539d0d893205ddea59beba","2a3efda7f38e336eab6f88b65de0ebba24aeb7db738a98ea1ee36ccb89595626","424bb68914d245367f842016f58c0a11caaad9c3e25dbf30881cca952916bff2","ff861cd2abb0979a6ed5b3ee30848687bfaca57d69b8835cb5dd185d497cb72e","b0ada4fb3811206da2d90ec5dd2f2e844a7db780a184db825a644b6fd6b72861","1e368ef4f43b05130bc6fe8e63dddf4c1d28af09a1e82b7ba0b1b3ca9f5e42cd","67476970663e8d43a7979a4fedd82f87672063305dfa2e18b7ccb3b387293dda","52587fb149f46f456716af7288b5677b280230a9a15ef6a8f7902cffb794823f","0994631a797a787d58ed904f4e5a85fd65b284bfdd3b4c96fba79a0f18cf8244","9e47cea2039dc59f4d9a33cc1da282a487a71c724efb2e888046417777d85313","db6d8602c4f577d0342077b2b21303acaaab425fb94f7071fb82fe87e2d19090","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","cdb2017a26337f1817daaf983c8c9fb25d836b2625cb57e578a7325aca71d1ce","9776a13c7453049254abc145c2eab61dce6ed5ed972e770894dac89ebbecf54a","1e82ec230c24540eff7e835dc1206571df3cb33918429d4cc41a31cfa1c8af28","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","ed4d16ccb500f50928cd5d47c9a7beefcd1c0c7a0e79a194cd3324e39e2c4b9e","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","a1272d402b555af894f00b85529b64ff97d4af92bd86c645c6148a15f912a6b6","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","c7138ab10fdb22f80fae337fb396f21152e41e6428477e6b7ec5f7f997b87c31","cf9cb67f707afc1a75102b0188d8d6d90d37e9234620d747be7ad718bf924ceb","c3f4298247371845e2df0598d7d1a6d874e64b24325ca57acd6dd6c6e8896956","ca12a89f38cd3eaeb14761d9e7cce727e3663c1fdc276c66467189764a6c26da","1baab8a45057c35475408ce3d6076056a2b13c97488ad7ae9432a683fd95b0ec","a32d5fff1f004b52e773fe8a1d10802a9b85d783e8790d1409006af7232652bb","167a12d14fa30098c43117f5ab3d0661657c37b1c7a5ed0a334797366990c60a","c2a284436b1b847ca1b2e9522e352c029568d162edc6ee1678875f30bbbb786a","3f5789977694bd8ddebe3abc930e793467ba6cb54f67c4126975abcd59d8cd98","337fc47d587b318aedb498d48f772b0d12918365b8cee88d4b40a66e0e8def89","4646e13bbcbc56edc79d44362dc80948f565506461a5d61e033aa8905ae954c2","443871e589a64ee05dd7683549d463f0ca0142914ec05167694be426b7e38538","d62d1c641f3cdf264e3db276e12885857dbe5029a9e4acecb628ee9928642ee0","023649c5ee9bcd24aafc706287e88c517a25e0f2d06e95d336a29607663376b0","864d3573f14f138134b33f9589fb2bfb68a63cb63801a23d17a247f5f3bfa375","5666d8fa634bec348d8e96cc49a620bb48f9420af778cd3acd1610e9ab03e236","f17d0f19ad9242b09b68a6d30402a841a7d4194d063855da5ca0567df0fb310e","e082f4e967527c06203e5a3d9624f71a5b5102a38f66710325d51777cf4d5377","1e13aa4f2ff194e7b753650d271c814a93419bf3dd6085ab6dcce0990e43bc68","068b7d8771cc226375d8fc8a79fa03d0b2398f915a463b72faac8216c68d0d31","2f208677a8d0b0ec9ae1fd09e8276dd455e6eef200c680078e40dc106cb21f0e","e6df230289fad09ce77339f88a696b64d8b7f224c97113db9b707f4bea66f151","1a86456517579a769ea206f9039a7d11e80c065bbd02b4ac8aafe2cf6ad008ca","089e611f488f1de8aeb1c32c396d376b5c6e04f7b41684d334fe30139ae1dc02","c906ff821df86bbe84661477ff1d21ed6d277cbacbb21b43649f8e7e67b9512b","f4d980b0d37239f3235e7cb060c7f14bf6655dd622da6c5b6b72ccc5c69cf0e9","08502b2e3b231e885cc204b267a17196b8834f58afd878994a33110acb1cfb77","cb0d1a4ddedece57e3c3eda7428b39ac01f64e2df7298dfd91632c1342c711dd","69e254577aa834df9080562851dc8938b745a17cb10585532670b2287b2caff3","6833f2cd3cc1e902ecdc119151e1ea30afcbd3ae4de8a542481420bfa8ea25dd",{"version":"70408ccca82b3133f86dec9419a9a10e7507de7d91465df3790827841c86948b","signature":"7acf694fa155de7b2cdfacfaf2c8ec4041d01824fc96b2d19722be4bd9b6699a"},{"version":"ffec087e72d6b7b9f0731be5ef425fbffeba1a3229cf28ac111151901d590fcd","signature":"0a6ba7ab5672ba39b5d5a287ffec71d0073392222b650753062c1a7e0cedacff"},{"version":"05306872c5ff47ddd45fa5464f0f7de3d8753e9a0e4f557a700fd46ac74b3fc0","signature":"6d93e9fb766ca8932e3f3eeea51fac81c2a673412f4bba998f4e017460ee6435"},{"version":"62d2dc5355b301413ab41c1ac482da9bc3172d7dfd5a0c1c738655e32765f545","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"409b21f3d0c198cc4866b941cd9303809a13230e2b9b3c1508fe61348a8b43ed","6738101ae8e56cd3879ab3f99630ada7d78097fc9fd334df7e766216778ca219","2393897426427755447c9b91e33955764a791834462751c01b6e527a93859c01","3078727fed04c123165efdb42deeac5dceaa42ac62216ca13cb809dc7e13415f","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","b4f76b34637d79cefad486127115fed843762c69512d7101b7096e1293699679","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","dae3d1adc67ac3dbd1cd471889301339ec439837b5df565982345be20c8fca9a","b6ddf3a46ccfa4441d8be84d2e9bf3087573c48804196faedbd4a25b60631beb","6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073","afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90","92edb6e257fa64d3baae647490e041912684f5dc1f243d0aedd60b4b383ff50b","cab425b5559edac18327eb2c3c0f47e7e9f71b667290b7689faafd28aac69eae","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562",{"version":"b9734142a4b241cfb505be4a2eb0261d211647df7c73043f817f4fdd8d96c846","affectsGlobalScope":true},{"version":"63e2182615c513e89bb8a3e749d08f7c379e86490fcdbf6d35f2c14b3507a6e8","affectsGlobalScope":true},"6fbd58e4015b9ae31ea977d4d549eb24a1102cc798b57ec5d70868b542c06612","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",{"version":"ae3fe461989bbd951344efc1f1fe932360ce7392e6126bdb225a82a1bbaf15ee","affectsGlobalScope":true},"5b9ecf7da4d71cf3832dbb8336150fa924631811f488ad4690c2dfec2b4fb1d7","951c85f75aac041dddbedfedf565886a7b494e29ec1532e2a9b4a6180560b50e","f47887b61c6cf2f48746980390d6cb5b8013518951d912cfb37fe748071942be",{"version":"c5dd1fef4cd4aaffc78786047bed5ae6fc1200d19a1946cbc4e2d3ed4d62c8fa","affectsGlobalScope":true},"15c88bfd1b8dc7231ff828ae8df5d955bae5ebca4cf2bcb417af5821e52299ae","bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","6c1e688f95fcaf53b1e41c0fdadf2c1cfc96fa924eaf7f9fdb60f96deb0a4986","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","db25694be959314fd1e868d72e567746db1db9e2001fae545d12d2a8c1bba1b8","43883cf3635bb1846cbdc6c363787b76227677388c74f7313e3f0edb380840fa","2d47012580f859dae201d2eef898a416bdae719dffc087dfd06aefe3de2f9c8d","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","2cec1a31729b9b01e9294c33fc9425d336eff067282809761ad2e74425d6d2a5",{"version":"458e2fd1185e659cb800ef68d01ef77de70dcab8860bedf6d94eaebe736751f1","affectsGlobalScope":true},"ba600bf38b5c1a5dffa1b99dd7a783549082bbba3b4fe9497eaaf5e4c1764b20","ae8cd6af37275eac75f5369cdb5f01063bcf1f48d74cb434303ee50ec446acfe","2518830a2fda9c272ba48798d0e7b857037443b06594db8e42c87e86944ee9e4","95c1cf650d16b197525b5bfdf8dd7abba0a49d99ddb12a4ba66466a8a6903e49","1fe0aabe758d56ad72495d6e6c7b6ae75619faaeaaf03f0ddf1948eea4cfac84","bbc57966c8c48ee78fd58aadb893784025be056ae538ae22d1e83c502a987e68","5e5d6f6697e378b0660b567866bf67d099d0ea754f8810c0dabe737805f5cf03","99ab49d4732fdc98cf5c495925e65e796544cb4086fe42afc235dfc02bcf2351","af8339d509c40da075088e544c28ed37b519876e5c4d36a48644ebfb3c6ae6c8","d393adc32e520d4274bb4c3dfdcdb342b806a230b66ef0f82b35bffbc4aa2590","c26af7eaedb4f710984634e419ab15e54e5bb99a0b3cae71188c2fff572276de","38b58ef018d0aeee42ef74c42978bb5805503233fdeeb82cd2aed2199fb0d013","3b6040253231d44e6778eb6861cc86c1758562e77783d21b7ecbc73322ded539","cc256fd958b33576ed32c7338c64adb0d08fc0c2c6525010202fab83f32745da","fd0589ca571ad090b531d8c095e26caa53d4825c64d3ff2b2b1ab95d72294175",{"version":"669843ecafb89ae1e944df06360e8966219e4c1c34c0d28aa2503272cdd444a7","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","fec943fdb3275eb6e006b35e04a8e2e99e9adf3f4b969ddf15315ac7575a93e4","49afdedca00d22b171678e3cf9c47b7e0c1846fd4905a01d68f0145eb90add94","f76664b98868fc7c62a83e62cecb8db7c3a2d44bc1d9250b368bd799ec370d47","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","6d727c1f6a7122c04e4f7c164c5e6f460c21ada618856894cdaa6ac25e95f38c","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6396a7a06f3ef0fc31a7c89330e015146b78a2256b030c698b6d404594c37b8f",{"version":"677646e2620795c98a539fb12fb531f10331c217cef1492132b2518f894fa92d","affectsGlobalScope":true},"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","c8a34d0c858532a9fab7f0b65f3cff6507df055a0cd8b965c4fd5667b5a0cf7d","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","a73a445c1e0a6d0f8b48e8eb22dc9d647896783a7f8991cbbc31c0d94bf1f5a2","bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621","2880728492d6a6baa55411d14cc42fa55714a24b1d1d27ff9a8a610abd47c761","3dce33e7eb25594863b8e615f14a45ab98190d85953436750644212d8a18c066","782e0d7224de8a4c01319edb13a0f20ed496048e15aa9d8a50b5d47b4e04e549","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","6aee496bf0ecfbf6731aa8cca32f4b6e92cdc0a444911a7d88410408a45ecc5d","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","354abbae08f72ea982b1a767a8908f1b3efe8bbe53955c64f9c0c249c8832d5d",{"version":"4f0ad52a7fbd6bfba88ec22ec719b6956a0fc647030462f9db490e74236d116f","affectsGlobalScope":true},"b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",{"version":"0609dda5350cd6d8c42daef710dffe3b51521ffbd00109e234f7bfb7533194e7","affectsGlobalScope":true},"0f9f94b7caca60b16c514a8bf49a57dcded0d6abc74a4d210ce9c65dc3e04359","b3a0aa09f97a4f9716b424f2dc54b1680186defd8a8c08521fda12e47aa23c1d","8f0104c65272dba2fb78eb38c7718cbd162a7eb095112fc9a5b3d9081653ceac","52dbd8586a877a6269dd7082e6b4b792b8fc89c0a655cb82b85730969bc8b235","06fab790131435efcd395e72db60da8fe24822c49a2bbd1ccac75d8404b9caec","2fea9e03353d630c4644dc84b57cb36d666c725f3f37c1f60f8bc18bd9b38cdb","e3dc9302cbaba64212b443b0fea8f59454733a077f17528c13873dfe112752a5","2d5a33fcc690c375ede77d8c485f1a982f433be2bedf0bf43c172a710047d74d","ac78c2de46d5c3b988a3da4d34bc47d4506b2fa0a278046f94e34b0ff7b2e4ef","58c4efcc340056638dad7542333fc50d0109eb86e84b0618a9f20fe020e45e49","bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","149ebd778196c03e9c75b630866543501e0e9e62a146c1a17ce91ade4cdfb0ba"],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"composite":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"strictBindCallApply":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":6},"fileIdsList":[[127,289],[127],[48,52,53,127],[48,51,127],[51,127],[52,54,56,127],[48,51,52,53,54,55,127],[48,51,55,59,60,61,127],[48,51,55,62,127],[48,127],[127,153],[48,49,127],[49,50,127],[76,77,78,79,127],[48,51,57,60,62,63,127],[127,156,157,158,159],[63,127],[48,63,68,127],[48,55,63,127],[48,63,71,72,73,127],[48,55,63,69,127],[58,127],[59,61,127,135,138,139],[59,61,127,139],[51,55,59,60,62,127,134,135],[59,127,139],[59,62,127,136],[51,60,62,127],[59,62,127,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],[59,127,137],[127,134,137],[48,55,59,60,61,62,63,127,136],[59,61,127,135,137],[59,127,136,137],[127,166,167],[127,162,163],[48,127,162],[127,170,171,172],[48,62,63,68,69,70,74,127],[66,67,127],[65,127],[66,127],[127,178,179,180,181,182,183],[127,179],[127,178,179],[127,178],[127,318],[127,198],[127,198,199,200,201,202],[100,127,134],[97,127],[127,289,290,291,292,293],[127,289,291],[127,134],[100,127,134,295],[97,100,126,127,134,297,298,299],[127,301],[100,127],[97,100,127,134,304,305],[127,296,305,306,309,310],[98,127,134],[127,313],[127,314],[127,320,323],[97,127,129,134,337,338,340],[127,339],[97,127,134],[97,127,134,286,343],[127,307],[127,308],[100,126,127,134,351,352],[100,115,127,134],[81,127],[84,127],[85,90,118,127],[86,97,98,105,115,126,127],[86,87,97,105,127],[88,127],[89,90,98,106,127],[90,115,123,127],[91,93,97,105,127],[92,127],[93,94,127],[95,97,127],[97,98,99,115,126,127],[97,98,99,112,115,118,127],[127,131],[93,100,105,115,126,127],[97,98,100,101,105,115,123,126,127],[100,102,115,123,126,127],[81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],[97,103,127],[104,126,127],[93,97,105,115,127],[106,127],[107,127],[84,108,127],[109,125,127,131],[110,127],[111,127],[97,112,113,127],[112,114,127,129],[85,97,115,116,117,118,127],[85,115,117,127],[115,116,127],[118,127],[119,127],[97,121,122,127],[121,122,127],[90,105,115,123,127],[124,127],[105,125,127],[85,100,111,126,127],[90,127],[115,127,128],[127,129],[127,130],[85,90,97,99,108,115,126,127,129,131],[115,127,132],[127,361,400],[127,361,385,400],[127,400],[127,361],[127,361,386,400],[127,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399],[127,386,400],[100,127,134,308],[127,301,402],[127,401],[127,410],[127,406,407,409,410],[127,188,406,407,408,409,410,412,413],[127,407,408,409],[127,406,407,410,411,414],[127,407],[127,188,405],[97,100,102,105,115,123,126,127,132,134],[127,417],[48,51,60,63,64,65,68,75,80,127,151,175,176],[127,177],[48,55,57,60,61,65,69,70,74,75,127,152,154,155,160,161,164,165,168,169,173,174],[127,316,322],[127,320],[127,317,321],[127,326],[127,325,326],[127,325],[127,325,326,327,329,330,333,334,335,336],[127,326,330],[127,325,326,327,329,330,331,332],[127,325,330],[127,330,334],[127,326,327,328],[127,327],[127,325,326,330],[127,319],[100,102,105,127],[127,186],[105,127,186,187,188,189],[127,204],[127,190],[127,188,190,204,241],[127,186,190,242,273],[105,127,190],[105,127,188,189,190,204,241,242,267,268,269,270,271,272],[105,127,190,272],[127,188],[105,127,190,204,266,271,272,273,274],[127,206,237],[127,206,215,216],[51,127,206,216,219,221,223,224],[127,206,216,226,227,228],[127,206,230,231],[127,206,233],[127,206,216,235],[51,62,63,127,151,178,206,217,225,229,232,234,236,238],[127,216,217,225,229,232,234,236,239],[64,127,206],[127,206,276],[127,206,244,245],[51,127,206,245,248,250,252,253],[127,206,245,255,256,257],[127,206,259,260],[127,206,262],[127,206,245,264],[127,245,246,254,258,261,263,265,278],[127,190,206],[51,127,190,204,206,242,246,254,258,261,263,265,275,277],[127,203,206,207],[127,207,208,210,211,212,213,240,279,280],[127,206,207,211],[51,127,206,207,209,210,212],[127,206],[127,151,178],[57,127,151,178,218],[57,127,151,178,220],[57,127,151,178,222],[57,127,151,178,214],[97,127,134,188,190,242,247],[97,127,134,188,190,242],[97,127,134,188,190,242,249],[97,127,188,190,242,249],[97,127,134,188,190,242,251],[97,127,134,188,190,242,243],[97,127,188,190,242,243],[97,127,134,190,242,243],[127,282,283],[47,51,127,184,206,281,283],[47,51,127,184,206,281,282],[127,178,184,206,281],[127,191],[51,127,191],[51,127,185,191,192,193,194,195,196,197,203,204],[127,185,191,192,193,194,195,196,197,205],[51,64,127,190],[282,283],[51,184,206,281,282],[178,184,206,281]],"referencedMap":[[291,1],[289,2],[54,3],[53,4],[52,5],[57,6],[56,7],[62,8],[63,9],[152,4],[153,10],[154,11],[155,10],[49,10],[50,12],[51,13],[48,2],[76,2],[77,5],[78,2],[80,14],[79,2],[64,15],[156,2],[160,16],[158,10],[157,2],[159,17],[69,18],[71,19],[74,20],[72,2],[73,21],[161,10],[65,2],[59,22],[58,2],[55,2],[140,23],[141,24],[136,25],[142,26],[143,27],[144,27],[135,28],[151,29],[146,23],[145,30],[147,31],[137,32],[148,26],[149,24],[139,33],[150,30],[138,34],[168,35],[166,2],[167,2],[169,10],[164,36],[163,37],[162,2],[70,10],[165,2],[170,10],[171,2],[173,38],[172,10],[60,4],[174,5],[75,39],[61,2],[68,40],[66,41],[67,42],[184,43],[180,44],[182,45],[181,44],[183,2],[179,46],[316,2],[319,47],[200,48],[202,48],[203,49],[201,48],[199,48],[198,2],[318,2],[286,2],[287,50],[288,51],[294,52],[290,1],[292,53],[293,1],[188,54],[296,55],[300,56],[302,57],[301,2],[295,50],[303,58],[306,59],[311,60],[310,59],[312,61],[298,2],[313,2],[314,62],[315,63],[324,64],[339,65],[340,66],[341,2],[342,67],[343,2],[344,68],[345,2],[346,2],[308,69],[307,70],[347,2],[348,2],[349,61],[350,2],[352,2],[353,71],[351,72],[81,73],[82,73],[84,74],[85,75],[86,76],[87,77],[88,78],[89,79],[90,80],[91,81],[92,82],[93,83],[94,83],[96,51],[95,84],[97,51],[98,85],[99,86],[83,87],[133,2],[100,88],[101,89],[102,90],[134,91],[103,92],[104,93],[105,94],[106,95],[107,96],[108,97],[109,98],[110,99],[111,100],[112,101],[113,101],[114,102],[115,103],[117,104],[116,105],[118,106],[119,107],[120,2],[121,108],[122,109],[123,110],[124,111],[125,112],[126,113],[127,114],[128,115],[129,116],[130,117],[131,118],[132,119],[354,2],[355,2],[356,54],[357,2],[305,2],[304,2],[358,54],[299,72],[359,54],[360,2],[385,120],[386,121],[361,122],[364,122],[383,120],[384,120],[374,120],[373,123],[371,120],[366,120],[379,120],[377,120],[381,120],[365,120],[378,120],[382,120],[367,120],[368,120],[380,120],[362,120],[369,120],[370,120],[372,120],[376,120],[387,124],[375,120],[363,120],[400,125],[399,2],[394,124],[396,126],[395,124],[388,124],[389,124],[391,124],[393,124],[397,126],[398,126],[390,126],[392,126],[309,127],[403,128],[402,129],[401,2],[404,2],[338,2],[405,2],[409,2],[413,130],[412,131],[414,132],[410,133],[415,134],[408,135],[406,2],[407,2],[411,136],[416,137],[417,2],[418,138],[189,2],[317,2],[176,2],[177,139],[178,140],[175,141],[323,142],[321,143],[322,144],[297,51],[327,145],[336,146],[325,2],[326,147],[337,148],[332,149],[333,150],[331,151],[335,152],[329,153],[328,154],[334,155],[330,146],[320,156],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[46,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[1,2],[45,2],[11,2],[10,2],[266,2],[186,157],[187,158],[267,2],[190,159],[268,160],[241,161],[242,162],[269,163],[270,2],[271,164],[273,165],[272,161],[274,166],[204,167],[275,168],[238,169],[217,170],[225,171],[229,172],[232,173],[234,174],[236,175],[239,176],[240,177],[216,178],[277,179],[246,180],[254,181],[258,182],[261,183],[263,184],[265,185],[279,186],[245,187],[278,188],[208,189],[281,190],[212,191],[211,192],[213,191],[207,160],[209,193],[210,193],[280,193],[218,194],[219,195],[226,195],[220,194],[221,196],[230,196],[227,196],[222,194],[223,197],[214,194],[237,198],[215,198],[224,198],[231,198],[233,198],[228,198],[235,198],[248,199],[255,199],[247,200],[250,201],[259,202],[256,201],[249,200],[252,203],[251,200],[276,204],[244,204],[253,204],[260,205],[262,206],[257,204],[264,206],[243,200],[47,2],[284,207],[285,208],[283,209],[282,210],[185,2],[192,211],[193,212],[194,211],[195,2],[196,2],[197,211],[205,213],[206,214],[191,215]],"exportedModulesMap":[[291,1],[289,2],[54,3],[53,4],[52,5],[57,6],[56,7],[62,8],[63,9],[152,4],[153,10],[154,11],[155,10],[49,10],[50,12],[51,13],[48,2],[76,2],[77,5],[78,2],[80,14],[79,2],[64,15],[156,2],[160,16],[158,10],[157,2],[159,17],[69,18],[71,19],[74,20],[72,2],[73,21],[161,10],[65,2],[59,22],[58,2],[55,2],[140,23],[141,24],[136,25],[142,26],[143,27],[144,27],[135,28],[151,29],[146,23],[145,30],[147,31],[137,32],[148,26],[149,24],[139,33],[150,30],[138,34],[168,35],[166,2],[167,2],[169,10],[164,36],[163,37],[162,2],[70,10],[165,2],[170,10],[171,2],[173,38],[172,10],[60,4],[174,5],[75,39],[61,2],[68,40],[66,41],[67,42],[184,43],[180,44],[182,45],[181,44],[183,2],[179,46],[316,2],[319,47],[200,48],[202,48],[203,49],[201,48],[199,48],[198,2],[318,2],[286,2],[287,50],[288,51],[294,52],[290,1],[292,53],[293,1],[188,54],[296,55],[300,56],[302,57],[301,2],[295,50],[303,58],[306,59],[311,60],[310,59],[312,61],[298,2],[313,2],[314,62],[315,63],[324,64],[339,65],[340,66],[341,2],[342,67],[343,2],[344,68],[345,2],[346,2],[308,69],[307,70],[347,2],[348,2],[349,61],[350,2],[352,2],[353,71],[351,72],[81,73],[82,73],[84,74],[85,75],[86,76],[87,77],[88,78],[89,79],[90,80],[91,81],[92,82],[93,83],[94,83],[96,51],[95,84],[97,51],[98,85],[99,86],[83,87],[133,2],[100,88],[101,89],[102,90],[134,91],[103,92],[104,93],[105,94],[106,95],[107,96],[108,97],[109,98],[110,99],[111,100],[112,101],[113,101],[114,102],[115,103],[117,104],[116,105],[118,106],[119,107],[120,2],[121,108],[122,109],[123,110],[124,111],[125,112],[126,113],[127,114],[128,115],[129,116],[130,117],[131,118],[132,119],[354,2],[355,2],[356,54],[357,2],[305,2],[304,2],[358,54],[299,72],[359,54],[360,2],[385,120],[386,121],[361,122],[364,122],[383,120],[384,120],[374,120],[373,123],[371,120],[366,120],[379,120],[377,120],[381,120],[365,120],[378,120],[382,120],[367,120],[368,120],[380,120],[362,120],[369,120],[370,120],[372,120],[376,120],[387,124],[375,120],[363,120],[400,125],[399,2],[394,124],[396,126],[395,124],[388,124],[389,124],[391,124],[393,124],[397,126],[398,126],[390,126],[392,126],[309,127],[403,128],[402,129],[401,2],[404,2],[338,2],[405,2],[409,2],[413,130],[412,131],[414,132],[410,133],[415,134],[408,135],[406,2],[407,2],[411,136],[416,137],[417,2],[418,138],[189,2],[317,2],[176,2],[177,139],[178,140],[175,141],[323,142],[321,143],[322,144],[297,51],[327,145],[336,146],[325,2],[326,147],[337,148],[332,149],[333,150],[331,151],[335,152],[329,153],[328,154],[334,155],[330,146],[320,156],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[46,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[1,2],[45,2],[11,2],[10,2],[266,2],[186,157],[187,158],[267,2],[190,159],[268,160],[241,161],[242,162],[269,163],[270,2],[271,164],[273,165],[272,161],[274,166],[204,167],[275,168],[238,169],[217,170],[225,171],[229,172],[232,173],[234,174],[236,175],[239,176],[240,177],[216,178],[277,179],[246,180],[254,181],[258,182],[261,183],[263,184],[265,185],[279,186],[245,187],[278,188],[208,189],[281,190],[212,191],[211,192],[213,191],[207,160],[209,193],[210,193],[280,193],[218,194],[219,195],[226,195],[220,194],[221,196],[230,196],[227,196],[222,194],[223,197],[214,194],[237,198],[215,198],[224,198],[231,198],[233,198],[228,198],[235,198],[248,199],[255,199],[247,200],[250,201],[259,202],[256,201],[249,200],[252,203],[251,200],[276,204],[244,204],[253,204],[260,205],[262,206],[257,204],[264,206],[243,200],[284,216],[283,217],[282,218],[185,2],[192,211],[193,212],[194,211],[195,2],[196,2],[197,211],[205,213],[206,214],[191,215]],"semanticDiagnosticsPerFile":[291,289,54,53,52,57,56,62,63,152,153,154,155,49,50,51,48,76,77,78,80,79,64,156,160,158,157,159,69,71,74,72,73,161,65,59,58,55,140,141,136,142,143,144,135,151,146,145,147,137,148,149,139,150,138,168,166,167,169,164,163,162,70,165,170,171,173,172,60,174,75,61,68,66,67,184,180,182,181,183,179,316,319,200,202,203,201,199,198,318,286,287,288,294,290,292,293,188,296,300,302,301,295,303,306,311,310,312,298,313,314,315,324,339,340,341,342,343,344,345,346,308,307,347,348,349,350,352,353,351,81,82,84,85,86,87,88,89,90,91,92,93,94,96,95,97,98,99,83,133,100,101,102,134,103,104,105,106,107,108,109,110,111,112,113,114,115,117,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,354,355,356,357,305,304,358,299,359,360,385,386,361,364,383,384,374,373,371,366,379,377,381,365,378,382,367,368,380,362,369,370,372,376,387,375,363,400,399,394,396,395,388,389,391,393,397,398,390,392,309,403,402,401,404,338,405,409,413,412,414,410,415,408,406,407,411,416,417,418,189,317,176,177,178,175,323,321,322,297,327,336,325,326,337,332,333,331,335,329,328,334,330,320,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,46,36,33,34,35,37,7,38,43,44,39,40,41,42,1,45,11,10,266,186,187,267,190,268,241,242,269,270,271,273,272,274,204,275,238,217,225,229,232,234,236,239,240,216,277,246,254,258,261,263,265,279,245,278,208,281,212,211,213,207,209,210,280,218,219,226,220,221,230,227,222,223,214,237,215,224,231,233,228,235,248,255,247,250,259,256,249,252,251,276,244,253,260,262,257,264,243,47,284,285,283,282,185,192,193,194,195,196,197,205,206,191],"latestChangedDtsFile":"./src/packs/gelato/GelatoRelayAdapter.test.d.ts"},"version":"4.9.5"}
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.es2019.full.d.ts","../src/constants.ts","../../../node_modules/@ethersproject/bytes/lib/index.d.ts","../../../node_modules/@ethersproject/bignumber/lib/bignumber.d.ts","../../../node_modules/@ethersproject/bignumber/lib/fixednumber.d.ts","../../../node_modules/@ethersproject/bignumber/lib/index.d.ts","../../../node_modules/@ethersproject/abi/lib/fragments.d.ts","../../../node_modules/@ethersproject/abi/lib/coders/abstract-coder.d.ts","../../../node_modules/@ethersproject/abi/lib/abi-coder.d.ts","../../../node_modules/@ethersproject/properties/lib/index.d.ts","../../../node_modules/@ethersproject/abi/lib/interface.d.ts","../../../node_modules/@ethersproject/abi/lib/index.d.ts","../../../node_modules/@ethersproject/networks/lib/types.d.ts","../../../node_modules/@ethersproject/networks/lib/index.d.ts","../../../node_modules/@ethersproject/transactions/lib/index.d.ts","../../../node_modules/@ethersproject/web/lib/index.d.ts","../../../node_modules/@ethersproject/abstract-provider/lib/index.d.ts","../../../node_modules/@ethersproject/abstract-signer/lib/index.d.ts","../../../node_modules/@ethersproject/contracts/lib/index.d.ts","../../../node_modules/@ethersproject/logger/lib/index.d.ts","../../../node_modules/@ethersproject/wordlists/lib/wordlist.d.ts","../../../node_modules/@ethersproject/wordlists/lib/wordlists.d.ts","../../../node_modules/@ethersproject/wordlists/lib/index.d.ts","../../../node_modules/@ethersproject/hdnode/lib/index.d.ts","../../../node_modules/@ethersproject/signing-key/lib/index.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/crowdsale.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/inspect.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/keystore.d.ts","../../../node_modules/@ethersproject/json-wallets/lib/index.d.ts","../../../node_modules/@ethersproject/wallet/lib/index.d.ts","../../../node_modules/@ethersproject/constants/lib/addresses.d.ts","../../../node_modules/@ethersproject/constants/lib/bignumbers.d.ts","../../../node_modules/@ethersproject/constants/lib/hashes.d.ts","../../../node_modules/@ethersproject/constants/lib/strings.d.ts","../../../node_modules/@ethersproject/constants/lib/index.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@ethersproject/providers/lib/formatter.d.ts","../../../node_modules/@ethersproject/providers/lib/base-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/json-rpc-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/websocket-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/url-json-rpc-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/alchemy-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/ankr-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/cloudflare-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/etherscan-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/fallback-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/ipc-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/infura-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/json-rpc-batch-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/nodesmith-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/pocket-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/web3-provider.d.ts","../../../node_modules/@ethersproject/providers/lib/index.d.ts","../../../node_modules/@ethersproject/address/lib/index.d.ts","../../../node_modules/@ethersproject/base64/lib/base64.d.ts","../../../node_modules/@ethersproject/base64/lib/index.d.ts","../../../node_modules/@ethersproject/basex/lib/index.d.ts","../../../node_modules/@ethersproject/hash/lib/id.d.ts","../../../node_modules/@ethersproject/hash/lib/namehash.d.ts","../../../node_modules/@ethersproject/hash/lib/message.d.ts","../../../node_modules/@ethersproject/hash/lib/typed-data.d.ts","../../../node_modules/@ethersproject/hash/lib/index.d.ts","../../../node_modules/@ethersproject/keccak256/lib/index.d.ts","../../../node_modules/@ethersproject/sha2/lib/types.d.ts","../../../node_modules/@ethersproject/sha2/lib/sha2.d.ts","../../../node_modules/@ethersproject/sha2/lib/index.d.ts","../../../node_modules/@ethersproject/solidity/lib/index.d.ts","../../../node_modules/@ethersproject/random/lib/random.d.ts","../../../node_modules/@ethersproject/random/lib/shuffle.d.ts","../../../node_modules/@ethersproject/random/lib/index.d.ts","../../../node_modules/@ethersproject/rlp/lib/index.d.ts","../../../node_modules/@ethersproject/strings/lib/bytes32.d.ts","../../../node_modules/@ethersproject/strings/lib/idna.d.ts","../../../node_modules/@ethersproject/strings/lib/utf8.d.ts","../../../node_modules/@ethersproject/strings/lib/index.d.ts","../../../node_modules/@ethersproject/units/lib/index.d.ts","../../../node_modules/ethers/lib/utils.d.ts","../../../node_modules/ethers/lib/_version.d.ts","../../../node_modules/ethers/lib/ethers.d.ts","../../../node_modules/ethers/lib/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/callWithSyncFee/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/sponsoredCall/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/erc2771/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/lib/status/types/index.d.ts","../../../node_modules/@gelatonetwork/relay-sdk/dist/index.d.ts","../../safe-core-sdk-types/dist/src/contracts/CompatibilityFallbackHandlerContract.d.ts","../../../node_modules/web3-core/node_modules/web3-core-helpers/types/index.d.ts","../../../node_modules/web3-core/node_modules/web3-core-method/types/index.d.ts","../../../node_modules/@types/bn.js/index.d.ts","../../../node_modules/bignumber.js/bignumber.d.ts","../../../node_modules/web3-core/types/index.d.ts","../../safe-core-sdk-types/dist/src/types.d.ts","../../safe-core-sdk-types/dist/src/contracts/CreateCallContract.d.ts","../../safe-core-sdk-types/dist/src/contracts/GnosisSafeContract.d.ts","../../safe-core-sdk-types/dist/src/contracts/GnosisSafeProxyFactoryContract.d.ts","../../safe-core-sdk-types/dist/src/contracts/MultiSendCallOnlyContract.d.ts","../../safe-core-sdk-types/dist/src/contracts/MultiSendContract.d.ts","../../safe-core-sdk-types/dist/src/contracts/SignMessageLibContract.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/types.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/safes.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/factories.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/libs.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/handler.d.ts","../../../node_modules/@safe-global/safe-deployments/dist/index.d.ts","../../safe-core-sdk-types/node_modules/web3-utils/types/index.d.ts","../../safe-core-sdk-types/dist/src/ethereumLibs/EthAdapter.d.ts","../../safe-core-sdk-types/dist/src/index.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/Create_call.d.ts","../../protocol-kit/dist/src/adapters/ethers/types.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/CreateCall/CreateCallEthersContract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.0.0/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.0.0/Gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/Gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.2.0/common.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.2.0/Gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/Gnosis_safe.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/GnosisSafe/GnosisSafeContractEthers.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.0.0/Proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/Proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/Proxy_factory.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/GnosisSafeProxyFactory/GnosisSafeProxyFactoryEthersContract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.1.1/Multi_send.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/Multi_send.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/MultiSend/MultiSendEthersContract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/Multi_send_call_only.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/MultiSendCallOnly/MultiSendCallOnlyEthersContract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/Sign_message_lib.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/SignMessageLib/SignMessageLibEthersContract.d.ts","../../protocol-kit/dist/typechain/src/ethers-v5/v1.3.0/Compatibility_fallback_handler.d.ts","../../protocol-kit/dist/src/adapters/ethers/contracts/CompatibilityFallbackHandler/CompatibilityFallbackHandlerEthersContract.d.ts","../../protocol-kit/dist/src/adapters/ethers/EthersAdapter.d.ts","../../protocol-kit/dist/src/adapters/ethers/index.d.ts","../../protocol-kit/node_modules/web3-eth-accounts/types/index.d.ts","../../protocol-kit/node_modules/web3-utils/types/index.d.ts","../../protocol-kit/node_modules/web3-eth-contract/types/index.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/Create_call.d.ts","../../protocol-kit/dist/src/adapters/web3/types.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/CreateCall/CreateCallWeb3Contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.0.0/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.0.0/Gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/Gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.2.0/types.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.2.0/Gnosis_safe.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/Gnosis_safe.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/GnosisSafe/GnosisSafeContractWeb3.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.0.0/Proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/Proxy_factory.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/Proxy_factory.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/GnosisSafeProxyFactory/GnosisSafeProxyFactoryWeb3Contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.1.1/Multi_send.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/Multi_send.ts","../../protocol-kit/dist/src/adapters/web3/contracts/MultiSend/MultiSendWeb3Contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/Multi_send_call_only.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/MultiSendCallOnly/MultiSendCallOnlyWeb3Contract.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/Sign_message_lib.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/SignMessageLib/SignMessageLibWeb3Contract.d.ts","../../protocol-kit/node_modules/web3-bzz/types/index.d.ts","../../protocol-kit/node_modules/web3-core-subscriptions/types/index.d.ts","../../protocol-kit/node_modules/web3-eth-abi/types/index.d.ts","../../protocol-kit/node_modules/web3-core-helpers/types/index.d.ts","../../protocol-kit/node_modules/web3-eth-ens/types/index.d.ts","../../protocol-kit/node_modules/web3-eth-iban/types/index.d.ts","../../protocol-kit/node_modules/web3-eth-personal/types/index.d.ts","../../protocol-kit/node_modules/web3-net/types/index.d.ts","../../protocol-kit/node_modules/web3-eth/types/index.d.ts","../../protocol-kit/node_modules/web3-shh/types/index.d.ts","../../protocol-kit/node_modules/web3/types/index.d.ts","../../protocol-kit/dist/typechain/src/web3-v1/v1.3.0/Compatibility_fallback_handler.d.ts","../../protocol-kit/dist/src/adapters/web3/contracts/CompatibilityFallbackHandler/CompatibilityFallbackHandlerWeb3Contract.d.ts","../../protocol-kit/dist/src/adapters/web3/Web3Adapter.d.ts","../../protocol-kit/dist/src/adapters/web3/index.d.ts","../../protocol-kit/dist/src/utils/transactions/gas.d.ts","../../protocol-kit/dist/src/utils/transactions/SafeTransaction.d.ts","../../protocol-kit/dist/src/utils/transactions/types.d.ts","../../protocol-kit/dist/src/utils/transactions/utils.d.ts","../../protocol-kit/dist/src/utils/transactions/index.d.ts","../../protocol-kit/dist/src/types/index.d.ts","../../protocol-kit/dist/src/contracts/safeDeploymentContracts.d.ts","../../protocol-kit/dist/src/contracts/utils.d.ts","../../protocol-kit/dist/src/managers/contractManager.d.ts","../../protocol-kit/dist/src/Safe.d.ts","../../protocol-kit/dist/src/safeFactory/index.d.ts","../../protocol-kit/dist/src/utils/address.d.ts","../../protocol-kit/dist/src/utils/eip-3770/index.d.ts","../../protocol-kit/dist/src/utils/eip-712/index.d.ts","../../protocol-kit/dist/src/utils/safeVersions.d.ts","../../protocol-kit/dist/src/utils/signatures/SafeSignature.d.ts","../../protocol-kit/dist/src/utils/signatures/utils.d.ts","../../protocol-kit/dist/src/utils/signatures/index.d.ts","../../protocol-kit/dist/src/utils/index.d.ts","../../protocol-kit/dist/src/index.d.ts","../src/types.ts","../src/packs/gelato/GelatoRelayPack.ts","../src/index.ts","../src/packs/gelato/GelatoRelayPack.test.ts","../../../node_modules/@types/abstract-leveldown/index.d.ts","../../../node_modules/@types/accepts/index.d.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/connect/index.d.ts","../../../node_modules/@types/body-parser/index.d.ts","../../../node_modules/keyv/src/index.d.ts","../../../node_modules/@types/http-cache-semantics/index.d.ts","../../../node_modules/@types/responselike/index.d.ts","../../../node_modules/@types/cacheable-request/index.d.ts","../../../node_modules/@types/chai/index.d.ts","../../../node_modules/@types/chai-as-promised/index.d.ts","../../../node_modules/@types/cors/index.d.ts","../../../node_modules/@types/range-parser/index.d.ts","../../../node_modules/@types/qs/index.d.ts","../../../node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/mime/Mime.d.ts","../../../node_modules/@types/mime/index.d.ts","../../../node_modules/@types/serve-static/index.d.ts","../../../node_modules/@types/express/node_modules/@types/express-serve-static-core/index.d.ts","../../../node_modules/@types/express/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/parse5/dist/common/html.d.ts","../../../node_modules/parse5/dist/common/token.d.ts","../../../node_modules/parse5/dist/common/error-codes.d.ts","../../../node_modules/parse5/dist/tokenizer/preprocessor.d.ts","../../../node_modules/parse5/dist/tokenizer/index.d.ts","../../../node_modules/parse5/dist/tree-adapters/interface.d.ts","../../../node_modules/parse5/dist/parser/open-element-stack.d.ts","../../../node_modules/parse5/dist/parser/formatting-element-list.d.ts","../../../node_modules/parse5/dist/parser/index.d.ts","../../../node_modules/parse5/dist/tree-adapters/default.d.ts","../../../node_modules/parse5/dist/serializer/index.d.ts","../../../node_modules/parse5/dist/common/foreign-content.d.ts","../../../node_modules/parse5/dist/index.d.ts","../../../node_modules/@types/tough-cookie/index.d.ts","../../../node_modules/@types/jsdom/base.d.ts","../../../node_modules/@types/jsdom/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/keyv/index.d.ts","../../../node_modules/@types/level-errors/index.d.ts","../../../node_modules/@types/levelup/index.d.ts","../../../node_modules/@types/long/index.d.ts","../../../node_modules/@types/lru-cache/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/mkdirp/index.d.ts","../../../node_modules/@types/mocha/index.d.ts","../../../node_modules/@types/node-fetch/node_modules/form-data/index.d.ts","../../../node_modules/@types/node-fetch/externals.d.ts","../../../node_modules/@types/node-fetch/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/pbkdf2/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/readable-stream/node_modules/safe-buffer/index.d.ts","../../../node_modules/@types/readable-stream/index.d.ts","../../../node_modules/@types/resolve/index.d.ts","../../../node_modules/@types/secp256k1/index.d.ts","../../../node_modules/@types/seedrandom/index.d.ts","../../../node_modules/@types/semver/classes/semver.d.ts","../../../node_modules/@types/semver/functions/parse.d.ts","../../../node_modules/@types/semver/functions/valid.d.ts","../../../node_modules/@types/semver/functions/clean.d.ts","../../../node_modules/@types/semver/functions/inc.d.ts","../../../node_modules/@types/semver/functions/diff.d.ts","../../../node_modules/@types/semver/functions/major.d.ts","../../../node_modules/@types/semver/functions/minor.d.ts","../../../node_modules/@types/semver/functions/patch.d.ts","../../../node_modules/@types/semver/functions/prerelease.d.ts","../../../node_modules/@types/semver/functions/compare.d.ts","../../../node_modules/@types/semver/functions/rcompare.d.ts","../../../node_modules/@types/semver/functions/compare-loose.d.ts","../../../node_modules/@types/semver/functions/compare-build.d.ts","../../../node_modules/@types/semver/functions/sort.d.ts","../../../node_modules/@types/semver/functions/rsort.d.ts","../../../node_modules/@types/semver/functions/gt.d.ts","../../../node_modules/@types/semver/functions/lt.d.ts","../../../node_modules/@types/semver/functions/eq.d.ts","../../../node_modules/@types/semver/functions/neq.d.ts","../../../node_modules/@types/semver/functions/gte.d.ts","../../../node_modules/@types/semver/functions/lte.d.ts","../../../node_modules/@types/semver/functions/cmp.d.ts","../../../node_modules/@types/semver/functions/coerce.d.ts","../../../node_modules/@types/semver/classes/comparator.d.ts","../../../node_modules/@types/semver/classes/range.d.ts","../../../node_modules/@types/semver/functions/satisfies.d.ts","../../../node_modules/@types/semver/ranges/max-satisfying.d.ts","../../../node_modules/@types/semver/ranges/min-satisfying.d.ts","../../../node_modules/@types/semver/ranges/to-comparators.d.ts","../../../node_modules/@types/semver/ranges/min-version.d.ts","../../../node_modules/@types/semver/ranges/valid.d.ts","../../../node_modules/@types/semver/ranges/outside.d.ts","../../../node_modules/@types/semver/ranges/gtr.d.ts","../../../node_modules/@types/semver/ranges/ltr.d.ts","../../../node_modules/@types/semver/ranges/intersects.d.ts","../../../node_modules/@types/semver/ranges/simplify.d.ts","../../../node_modules/@types/semver/ranges/subset.d.ts","../../../node_modules/@types/semver/internals/identifiers.d.ts","../../../node_modules/@types/semver/index.d.ts","../../../node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../node_modules/@types/sinon/index.d.ts","../../../node_modules/@types/sinon-chai/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/underscore/index.d.ts","../../../node_modules/@types/web3/providers.d.ts","../../../node_modules/@types/web3/types.d.ts","../../../node_modules/@types/web3/promiEvent.d.ts","../../../node_modules/@types/web3/eth/abi.d.ts","../../../node_modules/@types/web3/eth/types.d.ts","../../../node_modules/@types/web3/utils.d.ts","../../../node_modules/@types/web3/eth/contract.d.ts","../../../node_modules/@types/web3/eth/accounts.d.ts","../../../node_modules/@types/web3/eth/index.d.ts","../../../node_modules/@types/web3/index.d.ts","../../../node_modules/@types/ws/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"f3d4da15233e593eacb3965cde7960f3fddf5878528d882bcedd5cbaba0193c7","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"1f03b495671c3a1bd24510f38b8947f0991dfd6bf0278c68eca14af15b306e1f",{"version":"b8481dd1e219d7a73fd88cf38eb5b8ce09b1548be08208a01315d9b918ef15b8","signature":"e02da535114b73879777aeca5c8266a1b67a11d4d4f3c84d6e161d71bd611f10"},"1fcb8b15db812281d69a3090d488903f9e93033004aef9d8889ca3ad0753a96f","bdf5a95eb0a2dd1d39805bdf51b46ba012bb9b92b2ddaae16219595bba7678a5","9f794a0e8550a03baff865a3961cc22afbd85bc4ba9672bdda036971928f85f4","66a697d1e4cdbf25cdce4644a8085a8563041fa8c7731d4d9f5e8f22e66ba72c","a0c8e17f4d1ea2704c62d7349bc3b8d9a12e3761b5960cb44144d3f0333b3fcb","3471c0df3d0391e1dffe6e8bf150294531b2b71a2afa5f2b86e52bf84a5db60a","5d4df4de055eddf3187094f938a640f8d96e4c551a47d6686596fdb6ba4c3014","8bc2cad630da1033c1fd8d7df2bffb18af0da6113bd086a8bbec04a2471a1e00","a1059d1bbc8ad46bfe668b8450e7e8002887c4ab987bdb96d6108d8023f8bb8f","5134885e9648e2c6745f8aa1c3e7f5ab3b3617258b3d81ca02de6655ede3d74e","4f1ae3f24125216cf07c5211a3f00d2bb4782d7cc76c0681603f8249f9232ff0","d3fb92a5640f83f7844d60b35317a0f95c27e3658a749d76d218c461ad091668","d1f8bfcd91b284657ef8187c55ace7db91a3c43e642c3f14e54364154932f7e4","f54c92bfcae54f360fe79514746efce4870e4ddabc064e95d406bba291e9f672","175fd7186fa6a70f9db9b270a04a503cae23cf01cb77e3905bac115c38424cf7","c993f7ed1b8e1023c1f2ee5b262dbc3b70b27475674e40a53a58591f9972dacc","c914014ab7c7001178663f29d31a495398234a41219af61f26d7e8e91b46af96","b135893253d5e507232d1d0b8639dbc00c2bac453fc0420a9af738f1792f8b29","267eb41d7d34151d8b5fdf8b73ddefe0684d7921f4b7db14101f600ea3e8ed02","eb848e4da1fa7568c893e0a0e1f221572c56768dedfe21d2f7741d383c381552","bd6b7d9ff1992fbde49e974f6bf4e8c35922042fc0b6f5326e61fa17a912ffe6","ac443b1f93babbfadff3aef4490044012ff461ba1cf1c7d90ac45f5a26863358","42e4cdd55aa23586b9aff929e2c216150276a37d30c2cf7c0f32ba917722b5e0","4a1ed19ead46b1dd5a319d533fb92162b4ef052ab1c690889cb2eaee293441a1","d0d5b967e5c36354b2f13b4bfb78aae4c1685efa9df3fd946d2e576d370e9302","8076164b388640f7856b25e945a2ded7738e0f8674ac50c256734067b0f0b1b9","36819a1e04a8dbed754a5b3ba2fd5aca2eafb95977eaad6356d77df596c732f4","5fe9c19f085365b73956e27becc5167ad25c5fb024bed4728884966a0faab3f3","d67961ebada9a5e5c393d9c46a4155877a9f7a48b02a0afc6bbe4e87061e46f5","d5e88cd4816669da170c646844042bc83f4523275f85060cf3e2b5b3bf902ee0","137ee20e77a23986e9a1fdf6397b555e6d3073bdcca15927c40671d1ac564aac","a28b00d18def7993bc502f19be6abdb89db2548fe946a51f0771b8ed26a6786c","0fc6ddce4aabc8d84a6aa6644e1012a1474ba844ed6bddc7bea7115583e8a72e","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"57b6cb95756d1fe3bfeb20205de27b0c5406e4a86e130c6dfa6bd92af641e09d","affectsGlobalScope":true},"11e2d554398d2bd460e7d06b2fa5827a297c8acfbe00b4f894a224ac0862857f",{"version":"e193e634a99c9c1d71f1c6e4e1567a4a73584328d21ea02dd5cddbaad6693f61","affectsGlobalScope":true},"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","e596c9bb2f29a2699fdd4ae89139612652245192f67f45617c5a4b20832aaae9","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","1cdcfc1f624d6c08aa12c73935f6e13f095919cd99edf95752951796eb225729","216717f17c095cde1dc19375e1ab3af0a4a485355860c077a4f9d6ea59fab5b5","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"80473bd0dd90ca1e166514c2dfead9d5803f9c51418864ca35abbeec6e6847e1","1c84b46267610a34028edfd0d035509341751262bac1062857f3c8df7aff7153","e6c86d83bd526c8bdb5d0bf935b8e72ce983763d600743f74d812fdf4abf4df6","a3d541d303ee505053f5dcbf9fafb65cac3d5631037501cd616195863a6c5740","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"bcebb922784739bdb34c18ee51095d25a92b560c78ccd2eaacd6bd00f7443d83","7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","7d55d78cd47cf5280643b53434b16c2d9d11d144126932759fbdd51da525eec4","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","f69ff39996a61a0dd10f4bce73272b52e8024a4d58b13ab32bf4712909d0a2b7",{"version":"3c4ba1dd9b12ffa284b565063108f2f031d150ea15b8fafbdc17f5d2a07251f3","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c4577fb855ca259bdbf3ea663ca73988ce5f84251a92b4aef80a1f4122b6f98e","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"ff07a9a03c65732ccc59b3c65bc584173da093bd563a6565411c01f5703bd3cb","affectsGlobalScope":true},"6de4a219df57d2b27274d59b67708f13c2cbf7ed211abe57d8f9ab8b25cde776","0fe8985a28f82c450a04a6edf1279d7181c0893f37da7d2a27f8efd4fd5edb03","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"d8d555f3d607ecaa18d55de6995ea8f206342ecc93305919eac945c7c78c78c6","277afd6ab6ec72889e2988e0ddd7d138c1f512e68a1fa4e90eedfd71e2097a51","c0908f85f2b645d375127a3b53a17a65f782e17962d5c1eb68f08b1188acbf15","3fadac5d409cc2f27b1d2f4e7568600f02840205f301c9ae7a3068b46476438b","da6aae64ad559286830fd44c81e3d33303348f184af7db4fde8dd99ae9749407","3633f87c97d359cb55fa7bf0668fb2be8a23342951af6ec2d06e6d0cf7409371","cc3a5427d44fc77ff25e80b3edee4650a51f83de761faf5e633994ecf1ab1b44","b350eda75c6e47299b36002b31d5b220c405c21c365e708989829db013fadbb4","f421882756b6714834ae4687ab1aeadf344a1cc45437d2edffbac020ff3801c1","1d61d6ad832dabafbf63b86c5a79d704f2c8763ada9318e135b17a3cb2d09b32","e5cef5de3e5ad3436d414d20743231e284733b9cf4375dc79eff4fcca4282f99","e624419ba84e33e661e89a28083119ca41f6953dba09a4f82b660684087afe6d","942be430bd0feaced2e3e598273b17e50ea565ec9dac840b580b0b99e1a3cd5c","73350006cec5a0c6b71d53b0b0ddbfb82be96752a9c4e3c904c59e633bc9485e","a7df5c2e9594966c7e0d4a763b13ed5727506d892669df5f7bc9826f539c1d35","258cc5cd6891f6bcbaccefd953997038844e7f65d582cac987ffabf7181bcd4c","00a6db28fc4df6ddf10adbe630d9df620ec13af19039c1869653e60dafa739d2","649324d5abb5464aabe35d86cd0eef16562df811f0971481cee664afa5acbc88","f02da9dd36d7a9aa33c9b2e37ef1f54b0d9ad6a713bae372ae4b72890e40c168","3a5652c44d7b3ee47b1d294b1893b30253d8fb6a1ecaafaf5fdef5fdc118f54c","4fba134e9015779329678ff1fd1afc32bbbf391b1f419f7622a3ecde7bbfc355","af75984f58aa9205be02b0a2248d05f6105a8d4bf8be0baca294b5ceaa10e33e","45a910666b455daf042c0a0cfa610c20ea59a0aaf702f93d3b467a05f9a27e20","5580ff53b5f6f1ecdb68ecb61327e63112f97660912c15444c1f8a08f69c19dc","84fb7c52fc116ddcbd1b34535e387053f2a0134d11c5e39b193f4c1328fb1fb5","fd3cd8bf3c90ef4694195a617a5daaac561d8be52ba33c607f170c11f3c50154","6852fc2f309e330e38694bad95bde670c384d1498bf4fbe3a751761b43279934","9f963b28320dd50221cd23f23059bc23cc7799c7025b44942da68974f90c2e6c","c17329bcf495af58e3010f8e61af51709aaa24a6664d8557a7d01a82b5397c59","4eebb617b12f21864e6641d0a9eefaca77a9ccf93f00bb7d50b26d8073866e53","ca0b43e2565d78809383e9a025b0638a5e65bcde4a2b68ff2c6fa5013642db46","1d0a0e5c6471d81467c3fecfa4db4e93ee87d364b776feb83b18d773ad9496d5","ef6eddcbf08e7ae71cd9ba8da47e9a3cfc7db36650af48f1b440a5ed50eeee7a","e14ee3cb4b764895f2ff2fed229df10b59df8a761c79d8e91d868793322b8896","7e36003872035a49bc3a5f21351c37d0e418f60d994ecc470a9463b33b4a7c12","b862345e219e6a4d829f7b7cf6d2d6e91e6fa00c29a7c6c86a3f68c77c25de39","5b919d9204446816876000e03f033458527bde5e3637783b2bc2e7e9ef7ce897","213984ba990f03127a98c3f022d5ca0f0d42df64d4dca199f7319448ce6f3021","020ab2020569964d12e40c68ceae39f40f6c0bee9d502a180f039fcb59c2e34d","aa50dc8a102c76282915e78944293a777866efe6d220a28884ac4a42d7f4c4e2","2b88f02598c9de626b35fbe3ffb1ef33ad9fd175e36e06ba27dc79e444796f6c","b728dc56eb9b0d27b4044e076c155f3cd3a121a4a9939afe829cfc0d680d423b","324b7298f76ce938cd28d2698a0767ca3c740bc843fd9104e171be8eca839555","76aa33edb0042dd572d64e4bda231374390d250d29eeab7e7f27010e8f826006","03b6d387edf18a9ee8126e705edff759f65d9c602e11b649e13a5261fe6951a4","99ae4861ba6eae38021bdf22a80d5e52d9ccc09055457878d23252e2fc832b1e","f689e821f9b5e1977b874ae4aaa9826b05c0be0ab4a10d6e59eaf265d4bb1550","5e956b42fc6806bc9927e26abd9cf14713cd53f3fadde140c07891f972a98496","b35b87ebe1ff162eeb59fca5387ca8b010e8f1c132abc8a281cae57f98e255ff","1ddf37bced80a7e6bde439ba769581affb3bffd00d23ed028d1705543921e58f","7d79f9602f8f31d2c8dca5e337e5ba1a7c68bc360de457e8735822c7e2404238","e57d368ee6936f86ecb30c88752b073cb4a56b53f40bbecb482146a6a0bb4052","d22b49f8270b572e27a0e02854270c7b9848f693a5c93f7dccf4b08543b913dd","40078da83a42f1a86159eedf5e52e2f5ee76fce83e9a389f400989ceae8c877b","01f7828047b5c6703d3c601473618b448f5506a88fcac852638b0715c3abf4eb","a2d875a97eeee8872d7a6d30c65fc2c19aee4fca3b98edda1c2f5ce7323c16da","a4094460554a9af9b1b83722e84406dee3a9ee8d006e026fa420469b967fac35","ea0073193ec3eecfa2a19d0648ef34aae4739a312c56447942b4ed15509a242c","d58102c04b14035f9562840a878ecd854540a0ee79e4d91d344146c35f9ec049","98b638e5a6ee4d005463741b14cd0380a960ee924ad52410c5a1ecb7dadeba3f","7673470ac1bee8a1b9d7428e9d06e280e83c839b75a120a95a623f8cb7cc59cf","fadded92012d86ccf0bb1e3c3fb763f3256b5eefca799c326d1c573f0e8988f0","f75532567ea8cea3cf5e62a55146a291021da1f769592c0f0556c60b27731d77","322409004f1d4e62ceed9adf8080296512c00a82d57fff8c8100ac5dcc80b603","73b6faac275671e0a2bc8c0e13d07278ec31d1d560cbf38231ee40ecbc9d62f4","028b0c9599c68c920c2e24bf0a7a7c946c33903e34276a49b604c73ad7fc8086","b43a4737fda432745d01a9a31b4799f1cb1874a6eb17b96d53f7b6b59449c600","13aeb6bfa3c945a9854a0b81c9d58e04361b5c7422f447884cf1302314418632","820e6be224849f48893eff195d7b7f7ef512956d9ce5b0fb98248cd518744d4b","c7ffb807f424f486d7d5ccbe17461cf62419a142e941db0a036c8d91ad79ccf2","4fca445f2728aec405f55462cb3ecdc1c8f73c1ed25f49ffd7aa01879c9f04a1","91b48d5ddb6ef5566785c0d1514588ed7259049f6220867f9d21d552a6790250","e2ab4a953bf7eac45d1e75569d77fbfd1362b3105505341a7aed587243ada9da","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","555f539635d2fa2f098a72bb28007dc62756cca67ca27c10be564d4358454add","f61572457a0750fc54612da2f9cbd83d698cb15c381eb655c667d9bbd158f756","e565d4e4086defd7ae5de3990f53b14b1664961641a997cad187977f0e7ef3ad","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","500b2e063c939a7e01f938ddbfe1190821cc7fb1d2ed139a75adca21cbe76b41","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","eb01596def1e452c861451695037f5db6b955c847c5bef26ec0a4009ec1bc692","8ba1503d21306acc8d9669fe76db19d7fa0c0ca97635fe7427daacde9e788f32","2519d5502a95ffe776e7a74ffc1521946a79f260ccae18334ffac0bbfbbdd4b2","0f73211f5805cb733ae9517b683e3eed27e4a54e7e5de54cbe9f09d23b1fa543","d9bbb5686209bed69e633c40a5b5e2a5a61dac0c1b0c621e16071425b51aaf16","ee19797d3ab44b11888873e58e9f72fd3590b3163aacf3a2c34414c983e05e8e","30703c1e0fa6c8f7f514fd2adc3859316d55bccdf80b13d48bdeead914e4215d","7f437fd52e211d103358957a3a95f44ad9f66f0cabe1963ad914a8aea9beaa1f","c3ce23fdba316740c3fb7d867391982a6f52fad8a44b9470115dbc787819179c","c6c1a6687daa9ac403f946e452d590a7317d522fe81424fd6a5647ace2d36858","f2e4c050ebf2b4d3678bb29861335ef64d6ed22e2f27681e6762edeab1f4f604","2f3d1f7e298a8ac1c6bf17464e77811e0565452dc3539d0d893205ddea59beba","2a3efda7f38e336eab6f88b65de0ebba24aeb7db738a98ea1ee36ccb89595626","424bb68914d245367f842016f58c0a11caaad9c3e25dbf30881cca952916bff2","ff861cd2abb0979a6ed5b3ee30848687bfaca57d69b8835cb5dd185d497cb72e","f23fe3fae254efb4b6f75a60ab684a5df674b254f31244a75aa4b65b35ea7fea","1e368ef4f43b05130bc6fe8e63dddf4c1d28af09a1e82b7ba0b1b3ca9f5e42cd","67476970663e8d43a7979a4fedd82f87672063305dfa2e18b7ccb3b387293dda","93d525592bb641073b943eccb1804e13bda17f6c7d3ce4073273c4858ff86acb","0994631a797a787d58ed904f4e5a85fd65b284bfdd3b4c96fba79a0f18cf8244","7b908982ed5ae23ef5ca0dbd3d4cc9f79922a97c21e16cb05f709b12d3b35865","4fca445f2728aec405f55462cb3ecdc1c8f73c1ed25f49ffd7aa01879c9f04a1","01613ad0ec088229439f1df2d6edea7f7a42a8829aab014a9c2c11439fd8300e","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","cdb2017a26337f1817daaf983c8c9fb25d836b2625cb57e578a7325aca71d1ce","9776a13c7453049254abc145c2eab61dce6ed5ed972e770894dac89ebbecf54a","e7f2f11ce2206466593def74d2068d6b1a7b35aff43417790a2de3047052a8e3","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","ed4d16ccb500f50928cd5d47c9a7beefcd1c0c7a0e79a194cd3324e39e2c4b9e","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","a1272d402b555af894f00b85529b64ff97d4af92bd86c645c6148a15f912a6b6","c81035b865e5c0c7eeac16114332331a27fd9eaeec2e763f163f4d75ff6a2c51","c7138ab10fdb22f80fae337fb396f21152e41e6428477e6b7ec5f7f997b87c31","cf9cb67f707afc1a75102b0188d8d6d90d37e9234620d747be7ad718bf924ceb","3ebac174c1df463fac265fb0f824fb33ce20ea7868b91ff13f9073d1a068e60a","ca12a89f38cd3eaeb14761d9e7cce727e3663c1fdc276c66467189764a6c26da","1baab8a45057c35475408ce3d6076056a2b13c97488ad7ae9432a683fd95b0ec","a32d5fff1f004b52e773fe8a1d10802a9b85d783e8790d1409006af7232652bb","cfe35499bbb57cbeccbed43022711c4b9314c8aec4db8e165dceb26e5db320b9","c2a284436b1b847ca1b2e9522e352c029568d162edc6ee1678875f30bbbb786a","3f5789977694bd8ddebe3abc930e793467ba6cb54f67c4126975abcd59d8cd98","337fc47d587b318aedb498d48f772b0d12918365b8cee88d4b40a66e0e8def89","4646e13bbcbc56edc79d44362dc80948f565506461a5d61e033aa8905ae954c2","443871e589a64ee05dd7683549d463f0ca0142914ec05167694be426b7e38538","d62d1c641f3cdf264e3db276e12885857dbe5029a9e4acecb628ee9928642ee0","9b723631ea12c79085a9fd276ee0279a4958b16375bc19a73a5db5c02e23993d","9a48091efe30e90e1936caae5cc56a0d085aeb580c2d97fa655c6a50f22aaa6f","5666d8fa634bec348d8e96cc49a620bb48f9420af778cd3acd1610e9ab03e236","f17d0f19ad9242b09b68a6d30402a841a7d4194d063855da5ca0567df0fb310e","d22b49f8270b572e27a0e02854270c7b9848f693a5c93f7dccf4b08543b913dd","9bc28db2ec2ec824df1f807c99eef055806b1f28c9a0942bb1c5683a914b9c91","732e19d5a2084aa8629e85e2f31c36d15abfde68f5fb32215c097b71280d7f2f","4d17ca776c7db8c640ab55744359aa38076d4e98ecf9eb2c4a70e3aeeba27c53","d94f7709ef499cb527142d1a5ce1ead9f5599abeb6519564d7fc47e679006b3a","d105d6c1a196dc6c2599cccfc6352fc16b462ba4b63d0320fb39339da1deb543","a28381cf4a21e23a736517740b8aa1d19018c87fee2ccb894c7913488fe94412","089e611f488f1de8aeb1c32c396d376b5c6e04f7b41684d334fe30139ae1dc02","c906ff821df86bbe84661477ff1d21ed6d277cbacbb21b43649f8e7e67b9512b","f4d980b0d37239f3235e7cb060c7f14bf6655dd622da6c5b6b72ccc5c69cf0e9","2c7c2d4ef2c23f39130be59d4d4d521d73e3ea73d532fec6bad30d780b283c3a","cb0d1a4ddedece57e3c3eda7428b39ac01f64e2df7298dfd91632c1342c711dd","3462e0f14b2453f0ce5a2ea74cd7e8ac4159fbab7706e3414af53d4ce95c6791","e11a1b72d8ea5358e5deba87f81c1cb0f17031d63e1300cbec3c93fd737e40ae","b8515f38e0fa64d2a4c2af992618c0265dcbc40fa779d743932d458d58e970a8","d0780d7993bd84094e12a2fad098dee0de4f7e9085e676b6215c994336e8d9f5","310c74ccbd1be49838ac6aa5512a7861ce86193ac8f15f30e257af38b4b149d1","0d9435f56daaca78a8df818a3a29310d5225d9fa59b05072854ebe7f6a7618ff","ab193c47246bfb9539cf2d55e7faa438bca9be5459292d52fdf46f2c684d0cd1","40cba14a6891a9f424557403d87cbcd8f573c6857c4404ade58438abb382c8b5","c57ba0cc86cd5082be7e368105fe74899b595a3e1029bed894fff690d218431b","487418c3930e8833d83871ef22d2e2bcbe2667cf707ae5f1778b4a4491954631","8fc5a7e83ee70e0c9da4d8e7626ff1f143a2bd2aee18180d9cdf9b500b3679de","aee4d8ac46e64e734360e8ed51e1d01f460824918f7a5f5f4bfae46e5ef7dce4","944df8763ab2190a712c1771e997e5b90419d1f4e3ecb9d6078acf8cbcbd2a60","2fb049e3803af3a84596cacb3e6200568c0d6089e30b9d374e4da5f77510d7c3","15901f227a199e50caeb9ead1747cd2bb18f96247592de3238d5dc83df5dbf40","f59c1dede856dda3171ed4f56f807ba150ffbbcc4159a309d809ead1dc0f138b","cf865b6d2ef1aba56b37cffc6a4d8c1f43f792db1b6c6be956c9d501442744d8","14514fde62a858c5de2ccdad77ac984920aad925b8b04974b3bad35a584bb972","85397f4befa67d270da2fcc161e423d5ebeb65b8a1287d5843ecb753c46a4e80","bb37d63da26685c4eed34fb52db10135f8095f6a7f1e637b4b8c9d3c10a8f369",{"version":"b5d8007b02ac859acb2859828bcc85ea3f7b16354270a3a429badd52d544e452","signature":"2c9ce9766a1282bb08c99d2ee3684d2e0cda1289b20c46988a1f28acc0f886a1"},{"version":"7f3188cc19185456633706a02ccc910d56f1a3b7374af2db6d25bfb4e9a87c14","signature":"13b014d1ad6d188a8fffd668b8361732a3e558831d1cb4057f5d1fed57d35839"},{"version":"bd52232e3d77b21201ac47adfed7284c369f556469680efdf05797850a1e0b05","signature":"14aaa7f525423b4ffde5aafb0a4ad2d92c577e6a6f119fa2694981179a6a34e2"},{"version":"028f7d602e0753098ba19d7fdfdf2b35ae61380128d94ab529123eb9e9b926b9","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},"409b21f3d0c198cc4866b941cd9303809a13230e2b9b3c1508fe61348a8b43ed","6738101ae8e56cd3879ab3f99630ada7d78097fc9fd334df7e766216778ca219","3078727fed04c123165efdb42deeac5dceaa42ac62216ca13cb809dc7e13415f","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","b4f76b34637d79cefad486127115fed843762c69512d7101b7096e1293699679","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","dae3d1adc67ac3dbd1cd471889301339ec439837b5df565982345be20c8fca9a","b6ddf3a46ccfa4441d8be84d2e9bf3087573c48804196faedbd4a25b60631beb","6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073","afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90","92edb6e257fa64d3baae647490e041912684f5dc1f243d0aedd60b4b383ff50b","cab425b5559edac18327eb2c3c0f47e7e9f71b667290b7689faafd28aac69eae","3cfb0cb51cc2c2e1b313d7c4df04dbf7e5bda0a133c6b309bf6af77cf614b971","f992cd6cc0bcbaa4e6c810468c90f2d8595f8c6c3cf050c806397d3de8585562",{"version":"b9734142a4b241cfb505be4a2eb0261d211647df7c73043f817f4fdd8d96c846","affectsGlobalScope":true},{"version":"63e2182615c513e89bb8a3e749d08f7c379e86490fcdbf6d35f2c14b3507a6e8","affectsGlobalScope":true},"6fbd58e4015b9ae31ea977d4d549eb24a1102cc798b57ec5d70868b542c06612","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc",{"version":"ae3fe461989bbd951344efc1f1fe932360ce7392e6126bdb225a82a1bbaf15ee","affectsGlobalScope":true},"5b9ecf7da4d71cf3832dbb8336150fa924631811f488ad4690c2dfec2b4fb1d7","951c85f75aac041dddbedfedf565886a7b494e29ec1532e2a9b4a6180560b50e","e6f0cb9d8cb2e38bec66e032e73caa3e7c6671f21ed7196acb821aec462051f2",{"version":"c5dd1fef4cd4aaffc78786047bed5ae6fc1200d19a1946cbc4e2d3ed4d62c8fa","affectsGlobalScope":true},"15c88bfd1b8dc7231ff828ae8df5d955bae5ebca4cf2bcb417af5821e52299ae","bf88ef4208a770ca39a844b182b3695df536326ea566893fdc5b8418702a331e","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","6c1e688f95fcaf53b1e41c0fdadf2c1cfc96fa924eaf7f9fdb60f96deb0a4986","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","db25694be959314fd1e868d72e567746db1db9e2001fae545d12d2a8c1bba1b8","43883cf3635bb1846cbdc6c363787b76227677388c74f7313e3f0edb380840fa","2d47012580f859dae201d2eef898a416bdae719dffc087dfd06aefe3de2f9c8d","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","2cec1a31729b9b01e9294c33fc9425d336eff067282809761ad2e74425d6d2a5",{"version":"458e2fd1185e659cb800ef68d01ef77de70dcab8860bedf6d94eaebe736751f1","affectsGlobalScope":true},"ba600bf38b5c1a5dffa1b99dd7a783549082bbba3b4fe9497eaaf5e4c1764b20","ae8cd6af37275eac75f5369cdb5f01063bcf1f48d74cb434303ee50ec446acfe","2518830a2fda9c272ba48798d0e7b857037443b06594db8e42c87e86944ee9e4","95c1cf650d16b197525b5bfdf8dd7abba0a49d99ddb12a4ba66466a8a6903e49","1fe0aabe758d56ad72495d6e6c7b6ae75619faaeaaf03f0ddf1948eea4cfac84","bbc57966c8c48ee78fd58aadb893784025be056ae538ae22d1e83c502a987e68","5e5d6f6697e378b0660b567866bf67d099d0ea754f8810c0dabe737805f5cf03","99ab49d4732fdc98cf5c495925e65e796544cb4086fe42afc235dfc02bcf2351","af8339d509c40da075088e544c28ed37b519876e5c4d36a48644ebfb3c6ae6c8","d393adc32e520d4274bb4c3dfdcdb342b806a230b66ef0f82b35bffbc4aa2590","c26af7eaedb4f710984634e419ab15e54e5bb99a0b3cae71188c2fff572276de","38b58ef018d0aeee42ef74c42978bb5805503233fdeeb82cd2aed2199fb0d013","3b6040253231d44e6778eb6861cc86c1758562e77783d21b7ecbc73322ded539","cc256fd958b33576ed32c7338c64adb0d08fc0c2c6525010202fab83f32745da","fd0589ca571ad090b531d8c095e26caa53d4825c64d3ff2b2b1ab95d72294175",{"version":"669843ecafb89ae1e944df06360e8966219e4c1c34c0d28aa2503272cdd444a7","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","fec943fdb3275eb6e006b35e04a8e2e99e9adf3f4b969ddf15315ac7575a93e4","49afdedca00d22b171678e3cf9c47b7e0c1846fd4905a01d68f0145eb90add94","f76664b98868fc7c62a83e62cecb8db7c3a2d44bc1d9250b368bd799ec370d47","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","6d727c1f6a7122c04e4f7c164c5e6f460c21ada618856894cdaa6ac25e95f38c","8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6396a7a06f3ef0fc31a7c89330e015146b78a2256b030c698b6d404594c37b8f",{"version":"677646e2620795c98a539fb12fb531f10331c217cef1492132b2518f894fa92d","affectsGlobalScope":true},"736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","c8a34d0c858532a9fab7f0b65f3cff6507df055a0cd8b965c4fd5667b5a0cf7d","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","a73a445c1e0a6d0f8b48e8eb22dc9d647896783a7f8991cbbc31c0d94bf1f5a2","bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621","5e379df3d61561c2ed7789b5995b9ba2143bbba21a905e2381e16efe7d1fa424","f07a137bbe2de7a122c37bfea00e761975fb264c49f18003d398d71b3fb35a5f","2880728492d6a6baa55411d14cc42fa55714a24b1d1d27ff9a8a610abd47c761","3dce33e7eb25594863b8e615f14a45ab98190d85953436750644212d8a18c066","782e0d7224de8a4c01319edb13a0f20ed496048e15aa9d8a50b5d47b4e04e549","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","77c1d91a129ba60b8c405f9f539e42df834afb174fe0785f89d92a2c7c16b77a","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","6aee496bf0ecfbf6731aa8cca32f4b6e92cdc0a444911a7d88410408a45ecc5d","f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","354abbae08f72ea982b1a767a8908f1b3efe8bbe53955c64f9c0c249c8832d5d",{"version":"4f0ad52a7fbd6bfba88ec22ec719b6956a0fc647030462f9db490e74236d116f","affectsGlobalScope":true},"b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298",{"version":"0609dda5350cd6d8c42daef710dffe3b51521ffbd00109e234f7bfb7533194e7","affectsGlobalScope":true},"0f9f94b7caca60b16c514a8bf49a57dcded0d6abc74a4d210ce9c65dc3e04359","b3a0aa09f97a4f9716b424f2dc54b1680186defd8a8c08521fda12e47aa23c1d","8f0104c65272dba2fb78eb38c7718cbd162a7eb095112fc9a5b3d9081653ceac","52dbd8586a877a6269dd7082e6b4b792b8fc89c0a655cb82b85730969bc8b235","06fab790131435efcd395e72db60da8fe24822c49a2bbd1ccac75d8404b9caec","2fea9e03353d630c4644dc84b57cb36d666c725f3f37c1f60f8bc18bd9b38cdb","e3dc9302cbaba64212b443b0fea8f59454733a077f17528c13873dfe112752a5","2d5a33fcc690c375ede77d8c485f1a982f433be2bedf0bf43c172a710047d74d","ac78c2de46d5c3b988a3da4d34bc47d4506b2fa0a278046f94e34b0ff7b2e4ef","58c4efcc340056638dad7542333fc50d0109eb86e84b0618a9f20fe020e45e49","bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","149ebd778196c03e9c75b630866543501e0e9e62a146c1a17ce91ade4cdfb0ba"],"options":{"allowSyntheticDefaultImports":true,"alwaysStrict":true,"composite":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":true,"noImplicitThis":true,"noUnusedParameters":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"strictBindCallApply":true,"strictFunctionTypes":true,"strictNullChecks":true,"strictPropertyInitialization":true,"target":6},"fileIdsList":[[127,301],[127],[48,52,53,127],[48,51,127],[51,127],[52,54,56,127],[48,51,52,53,54,55,127],[48,51,55,59,60,61,127],[48,51,55,62,127],[48,127],[127,153],[48,49,127],[49,50,127],[76,77,78,79,127],[48,51,57,60,62,63,127],[127,156,157,158,159],[63,127],[48,63,68,127],[48,55,63,127],[48,63,71,72,73,127],[48,55,63,69,127],[58,127],[59,61,127,135,138,139],[59,61,127,139],[51,55,59,60,62,127,134,135],[59,127,139],[59,62,127,136],[51,60,62,127],[59,62,127,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150],[59,127,137],[127,134,137],[48,55,59,60,61,62,63,127,136],[59,61,127,135,137],[59,127,136,137],[127,166,167],[127,162,163],[48,127,162],[127,170,171,172],[48,62,63,68,69,70,74,127],[66,67,127],[65,127],[66,127],[127,178,179,180,181,182,183],[127,179],[127,178,179],[127,178],[127,330],[127,198],[127,198,199,200,201,202],[100,127,134],[127,301,302,303,304,305],[127,301,303],[127,134],[100,127,134,307],[97,100,126,127,134,309,310,311],[127,313],[100,127],[97,100,127,134,316,317],[127,308,317,318,321,322],[98,127,134],[127,325],[127,326],[127,332,335],[97,127,129,134,349,350,352],[127,351],[97,127,134],[97,127,134,299,355],[127,320],[127,319],[100,126,127,134,363,364],[100,115,127,134],[81,127],[84,127],[85,90,118,127],[86,97,98,105,115,126,127],[86,87,97,105,127],[88,127],[89,90,98,106,127],[90,115,123,127],[91,93,97,105,127],[92,127],[93,94,127],[97,127],[95,97,127],[97,98,99,115,126,127],[97,98,99,112,115,118,127],[127,131],[93,100,105,115,126,127],[97,98,100,101,105,115,123,126,127],[100,102,115,123,126,127],[81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133],[97,103,127],[104,126,127],[93,97,105,115,127],[106,127],[107,127],[84,108,127],[109,125,127,131],[110,127],[111,127],[97,112,113,127],[112,114,127,129],[85,97,115,116,117,118,127],[85,115,117,127],[115,116,127],[118,127],[119,127],[97,121,122,127],[121,122,127],[90,105,115,123,127],[124,127],[105,125,127],[85,100,111,126,127],[90,127],[115,127,128],[127,129],[127,130],[85,90,97,99,108,115,126,127,129,131],[115,127,132],[127,134,370],[127,375,414],[127,375,399,414],[127,414],[127,375],[127,375,400,414],[127,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413],[127,400,414],[100,127,134,320],[127,313,416],[127,415],[127,424],[127,420,421,423,424],[127,188,420,421,422,423,424,426,427],[127,421,422,423],[127,420,421,424,425,428],[127,421],[127,188,419],[97,100,102,105,115,123,126,127,132,134],[127,431],[48,51,60,63,64,65,68,75,80,127,151,175,176],[127,177],[48,55,57,60,61,65,69,70,74,75,127,152,154,155,160,161,164,165,168,169,173,174],[127,328,334],[127,332],[127,329,333],[127,338],[127,337,338],[127,337],[127,337,338,339,341,342,345,346,347,348],[127,338,342],[127,337,338,339,341,342,343,344],[127,337,342],[127,342,346],[127,338,339,340],[127,339],[127,337,338,342],[127,331],[100,102,105,127],[127,186],[105,127,186,187,188,189],[51,127,206,277,280,283],[51,62,63,127,151,178,206,210,218,222,225,227,229,231],[127,206,230],[127,206,208,209],[51,127,206,209,212,214,216,217],[127,206,209,219,220,221],[127,206,223,224],[127,206,226],[127,206,209,228],[127,209,210,218,222,225,227,229,232],[64,127,206],[51,127,190,204,206,236,240,248,252,255,257,259,270,272],[127,206,271],[127,206,238,239],[51,127,206,239,242,244,246,247],[127,206,239,249,250,251],[127,206,253,254],[127,206,256],[127,206,239,258],[127,239,240,248,252,255,257,259,273],[127,190,206],[127,203,206,280],[127,206,280],[127,233,274,277,278,280,281,282,283,284,285,293],[127,206,280,284],[127,204,206,279],[127,206],[127,279,286,287,288,289,292],[127,290,291],[127,275,276,277,278],[57,127,151,178,211],[127,151,178],[57,127,151,178,213],[57,127,151,178,215],[57,127,151,178,207],[97,127,134,188,190,236,241],[97,127,134,188,190,236],[97,127,134,188,190,236,243],[97,127,188,190,236,243],[97,127,134,188,190,236,245],[97,127,134,188,190,236,237],[97,127,188,190,236,237],[97,127,134,190,236,237],[127,204],[127,190],[127,188,190,204,234],[127,186,190,236,268],[105,127,190],[105,127,188,189,190,204,234,236,261,262,264,265,266,267],[105,127,190,267],[127,188],[105,127,190,204,260,266,267,268,269],[127,295,296],[47,51,127,184,206,294,296],[47,51,127,184,206,294,295],[127,184,206,294],[127,191],[51,127,191],[51,127,185,191,192,193,194,195,196,197,203,204],[127,185,191,192,193,194,195,196,197,205],[64,127,190],[295,296],[184,206,294,295],[184,206,294]],"referencedMap":[[303,1],[301,2],[54,3],[53,4],[52,5],[57,6],[56,7],[62,8],[63,9],[152,4],[153,10],[154,11],[155,10],[49,10],[50,12],[51,13],[48,2],[76,2],[77,5],[78,2],[80,14],[79,2],[64,15],[156,2],[160,16],[158,10],[157,2],[159,17],[69,18],[71,19],[74,20],[72,2],[73,21],[161,10],[65,2],[59,22],[58,2],[55,2],[140,23],[141,24],[136,25],[142,26],[143,27],[144,27],[135,28],[151,29],[146,23],[145,30],[147,31],[137,32],[148,26],[149,24],[139,33],[150,30],[138,34],[168,35],[166,2],[167,2],[169,10],[164,36],[163,37],[162,2],[70,10],[165,2],[170,10],[171,2],[173,38],[172,10],[60,4],[174,5],[75,39],[61,2],[68,40],[66,41],[67,42],[184,43],[180,44],[182,45],[181,44],[183,2],[179,46],[328,2],[331,47],[200,48],[202,48],[203,49],[201,48],[199,48],[198,2],[330,2],[299,2],[300,50],[306,51],[302,1],[304,52],[305,1],[188,53],[308,54],[312,55],[314,56],[313,2],[307,50],[315,57],[318,58],[323,59],[322,58],[324,60],[310,2],[325,2],[326,61],[327,62],[336,63],[351,64],[352,65],[353,2],[354,66],[355,2],[356,67],[357,2],[358,2],[319,68],[320,69],[359,2],[360,2],[361,60],[362,2],[364,2],[365,70],[363,71],[81,72],[82,72],[84,73],[85,74],[86,75],[87,76],[88,77],[89,78],[90,79],[91,80],[92,81],[93,82],[94,82],[96,83],[95,84],[97,83],[98,85],[99,86],[83,87],[133,2],[100,88],[101,89],[102,90],[134,91],[103,92],[104,93],[105,94],[106,95],[107,96],[108,97],[109,98],[110,99],[111,100],[112,101],[113,101],[114,102],[115,103],[117,104],[116,105],[118,106],[119,107],[120,2],[121,108],[122,109],[123,110],[124,111],[125,112],[126,113],[127,114],[128,115],[129,116],[130,117],[131,118],[132,119],[366,2],[367,2],[368,53],[369,2],[317,2],[316,2],[371,120],[370,2],[372,53],[311,71],[373,53],[374,2],[399,121],[400,122],[375,123],[378,123],[397,121],[398,121],[388,121],[387,124],[385,121],[380,121],[393,121],[391,121],[395,121],[379,121],[392,121],[396,121],[381,121],[382,121],[394,121],[376,121],[383,121],[384,121],[386,121],[390,121],[401,125],[389,121],[377,121],[414,126],[413,2],[408,125],[410,127],[409,125],[402,125],[403,125],[405,125],[407,125],[411,127],[412,127],[404,127],[406,127],[321,128],[417,129],[416,130],[415,2],[418,2],[350,2],[419,2],[423,2],[427,131],[426,132],[428,133],[424,134],[429,135],[422,136],[420,2],[421,2],[425,137],[430,138],[431,2],[432,139],[189,2],[329,2],[176,2],[177,140],[178,141],[175,142],[335,143],[333,144],[334,145],[309,83],[339,146],[348,147],[337,2],[338,148],[349,149],[344,150],[345,151],[343,152],[347,153],[341,154],[340,155],[346,156],[342,147],[332,157],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[46,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[1,2],[45,2],[11,2],[10,2],[186,158],[187,159],[190,160],[284,161],[232,162],[231,163],[210,164],[218,165],[222,166],[225,167],[227,168],[229,169],[233,170],[209,171],[273,172],[272,173],[240,174],[248,175],[252,176],[255,177],[257,178],[259,179],[274,180],[239,181],[281,182],[282,183],[294,184],[283,183],[285,185],[280,186],[286,2],[287,187],[288,187],[293,188],[289,2],[290,187],[292,189],[291,187],[276,187],[275,187],[279,190],[277,187],[278,183],[212,191],[219,191],[211,192],[214,193],[223,193],[220,193],[213,192],[216,194],[215,192],[230,195],[208,195],[217,195],[224,195],[226,195],[221,195],[228,195],[207,192],[242,196],[249,196],[241,197],[244,198],[253,199],[250,198],[243,197],[246,200],[245,197],[271,201],[238,201],[247,201],[254,202],[256,203],[251,201],[258,203],[237,197],[260,2],[263,158],[261,2],[262,204],[234,205],[236,206],[264,207],[265,2],[266,208],[268,209],[267,205],[269,210],[235,211],[270,212],[47,2],[297,213],[298,214],[296,215],[295,216],[185,2],[192,217],[193,218],[194,217],[195,2],[196,2],[197,217],[205,219],[206,220],[191,221],[204,211]],"exportedModulesMap":[[303,1],[301,2],[54,3],[53,4],[52,5],[57,6],[56,7],[62,8],[63,9],[152,4],[153,10],[154,11],[155,10],[49,10],[50,12],[51,13],[48,2],[76,2],[77,5],[78,2],[80,14],[79,2],[64,15],[156,2],[160,16],[158,10],[157,2],[159,17],[69,18],[71,19],[74,20],[72,2],[73,21],[161,10],[65,2],[59,22],[58,2],[55,2],[140,23],[141,24],[136,25],[142,26],[143,27],[144,27],[135,28],[151,29],[146,23],[145,30],[147,31],[137,32],[148,26],[149,24],[139,33],[150,30],[138,34],[168,35],[166,2],[167,2],[169,10],[164,36],[163,37],[162,2],[70,10],[165,2],[170,10],[171,2],[173,38],[172,10],[60,4],[174,5],[75,39],[61,2],[68,40],[66,41],[67,42],[184,43],[180,44],[182,45],[181,44],[183,2],[179,46],[328,2],[331,47],[200,48],[202,48],[203,49],[201,48],[199,48],[198,2],[330,2],[299,2],[300,50],[306,51],[302,1],[304,52],[305,1],[188,53],[308,54],[312,55],[314,56],[313,2],[307,50],[315,57],[318,58],[323,59],[322,58],[324,60],[310,2],[325,2],[326,61],[327,62],[336,63],[351,64],[352,65],[353,2],[354,66],[355,2],[356,67],[357,2],[358,2],[319,68],[320,69],[359,2],[360,2],[361,60],[362,2],[364,2],[365,70],[363,71],[81,72],[82,72],[84,73],[85,74],[86,75],[87,76],[88,77],[89,78],[90,79],[91,80],[92,81],[93,82],[94,82],[96,83],[95,84],[97,83],[98,85],[99,86],[83,87],[133,2],[100,88],[101,89],[102,90],[134,91],[103,92],[104,93],[105,94],[106,95],[107,96],[108,97],[109,98],[110,99],[111,100],[112,101],[113,101],[114,102],[115,103],[117,104],[116,105],[118,106],[119,107],[120,2],[121,108],[122,109],[123,110],[124,111],[125,112],[126,113],[127,114],[128,115],[129,116],[130,117],[131,118],[132,119],[366,2],[367,2],[368,53],[369,2],[317,2],[316,2],[371,120],[370,2],[372,53],[311,71],[373,53],[374,2],[399,121],[400,122],[375,123],[378,123],[397,121],[398,121],[388,121],[387,124],[385,121],[380,121],[393,121],[391,121],[395,121],[379,121],[392,121],[396,121],[381,121],[382,121],[394,121],[376,121],[383,121],[384,121],[386,121],[390,121],[401,125],[389,121],[377,121],[414,126],[413,2],[408,125],[410,127],[409,125],[402,125],[403,125],[405,125],[407,125],[411,127],[412,127],[404,127],[406,127],[321,128],[417,129],[416,130],[415,2],[418,2],[350,2],[419,2],[423,2],[427,131],[426,132],[428,133],[424,134],[429,135],[422,136],[420,2],[421,2],[425,137],[430,138],[431,2],[432,139],[189,2],[329,2],[176,2],[177,140],[178,141],[175,142],[335,143],[333,144],[334,145],[309,83],[339,146],[348,147],[337,2],[338,148],[349,149],[344,150],[345,151],[343,152],[347,153],[341,154],[340,155],[346,156],[342,147],[332,157],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[46,2],[36,2],[33,2],[34,2],[35,2],[37,2],[7,2],[38,2],[43,2],[44,2],[39,2],[40,2],[41,2],[42,2],[1,2],[45,2],[11,2],[10,2],[186,158],[187,159],[190,160],[284,161],[232,162],[231,163],[210,164],[218,165],[222,166],[225,167],[227,168],[229,169],[233,170],[209,171],[273,172],[272,173],[240,174],[248,175],[252,176],[255,177],[257,178],[259,179],[274,180],[239,181],[281,182],[282,183],[294,184],[283,183],[285,185],[280,186],[286,2],[287,187],[288,187],[293,188],[289,2],[290,187],[292,189],[291,187],[276,187],[275,187],[279,190],[277,187],[278,183],[212,191],[219,191],[211,192],[214,193],[223,193],[220,193],[213,192],[216,194],[215,192],[230,195],[208,195],[217,195],[224,195],[226,195],[221,195],[228,195],[207,192],[242,196],[249,196],[241,197],[244,198],[253,199],[250,198],[243,197],[246,200],[245,197],[271,201],[238,201],[247,201],[254,202],[256,203],[251,201],[258,203],[237,197],[260,2],[263,158],[261,2],[262,204],[234,205],[236,206],[264,207],[265,2],[266,208],[268,209],[267,205],[269,210],[235,211],[270,212],[297,222],[296,223],[295,224],[185,2],[192,217],[193,218],[194,217],[195,2],[196,2],[197,217],[205,219],[206,220],[191,221],[204,211]],"semanticDiagnosticsPerFile":[303,301,54,53,52,57,56,62,63,152,153,154,155,49,50,51,48,76,77,78,80,79,64,156,160,158,157,159,69,71,74,72,73,161,65,59,58,55,140,141,136,142,143,144,135,151,146,145,147,137,148,149,139,150,138,168,166,167,169,164,163,162,70,165,170,171,173,172,60,174,75,61,68,66,67,184,180,182,181,183,179,328,331,200,202,203,201,199,198,330,299,300,306,302,304,305,188,308,312,314,313,307,315,318,323,322,324,310,325,326,327,336,351,352,353,354,355,356,357,358,319,320,359,360,361,362,364,365,363,81,82,84,85,86,87,88,89,90,91,92,93,94,96,95,97,98,99,83,133,100,101,102,134,103,104,105,106,107,108,109,110,111,112,113,114,115,117,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,366,367,368,369,317,316,371,370,372,311,373,374,399,400,375,378,397,398,388,387,385,380,393,391,395,379,392,396,381,382,394,376,383,384,386,390,401,389,377,414,413,408,410,409,402,403,405,407,411,412,404,406,321,417,416,415,418,350,419,423,427,426,428,424,429,422,420,421,425,430,431,432,189,329,176,177,178,175,335,333,334,309,339,348,337,338,349,344,345,343,347,341,340,346,342,332,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,25,22,23,24,26,27,28,5,29,30,31,32,6,46,36,33,34,35,37,7,38,43,44,39,40,41,42,1,45,11,10,186,187,190,284,232,231,210,218,222,225,227,229,233,209,273,272,240,248,252,255,257,259,274,239,281,282,294,283,285,280,286,287,288,293,289,290,292,291,276,275,279,277,278,212,219,211,214,223,220,213,216,215,230,208,217,224,226,221,228,207,242,249,241,244,253,250,243,246,245,271,238,247,254,256,251,258,237,260,263,261,262,234,236,264,265,266,268,267,269,235,270,47,297,298,296,295,185,192,193,194,195,196,197,205,206,191,204],"latestChangedDtsFile":"./src/packs/gelato/GelatoRelayPack.test.d.ts"},"version":"4.9.5"}
|
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@safe-global/relay-kit",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Safe Relay Kit",
|
|
5
|
-
"main": "dist/src/index.js",
|
|
6
|
-
"typings": "dist/src/index.d.ts",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"Safe",
|
|
9
|
-
"Ethereum",
|
|
10
|
-
"Account Abstraction",
|
|
11
|
-
"SDK",
|
|
12
|
-
"Relay"
|
|
13
|
-
],
|
|
14
|
-
"scripts": {
|
|
15
|
-
"test": "jest src",
|
|
16
|
-
"format:check": "prettier --check \"*/**/*.{js,json,md,ts}\"",
|
|
17
|
-
"format": "prettier --write \"*/**/*.{js,json,md,ts}\"",
|
|
18
|
-
"unbuild": "rimraf dist .nyc_output cache",
|
|
19
|
-
"build": "yarn unbuild && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json"
|
|
20
|
-
},
|
|
21
|
-
"repository": {
|
|
22
|
-
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/safe-global/safe-core-sdk.git"
|
|
24
|
-
},
|
|
25
|
-
"author": "Safe (https://safe.global)",
|
|
26
|
-
"license": "MIT",
|
|
27
|
-
"bugs": {
|
|
28
|
-
"url": "https://github.com/safe-global/safe-core-sdk/issues"
|
|
29
|
-
},
|
|
30
|
-
"files": [
|
|
31
|
-
"dist"
|
|
32
|
-
],
|
|
33
|
-
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
|
|
34
|
-
"publishConfig": {
|
|
35
|
-
"access": "public"
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@gelatonetwork/relay-sdk": "^3.1.0",
|
|
39
|
-
"@safe-global/protocol-kit": "^0.
|
|
40
|
-
"@safe-global/safe-core-sdk-types": "^
|
|
41
|
-
"ethers": "^5.7.2"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@safe-global/relay-kit",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Safe Relay Kit",
|
|
5
|
+
"main": "dist/src/index.js",
|
|
6
|
+
"typings": "dist/src/index.d.ts",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"Safe",
|
|
9
|
+
"Ethereum",
|
|
10
|
+
"Account Abstraction",
|
|
11
|
+
"SDK",
|
|
12
|
+
"Relay"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"test": "jest src",
|
|
16
|
+
"format:check": "prettier --check \"*/**/*.{js,json,md,ts}\"",
|
|
17
|
+
"format": "prettier --write \"*/**/*.{js,json,md,ts}\"",
|
|
18
|
+
"unbuild": "rimraf dist .nyc_output cache",
|
|
19
|
+
"build": "yarn unbuild && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/safe-global/safe-core-sdk.git"
|
|
24
|
+
},
|
|
25
|
+
"author": "Safe (https://safe.global)",
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/safe-global/safe-core-sdk/issues"
|
|
29
|
+
},
|
|
30
|
+
"files": [
|
|
31
|
+
"dist"
|
|
32
|
+
],
|
|
33
|
+
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
|
|
34
|
+
"publishConfig": {
|
|
35
|
+
"access": "public"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@gelatonetwork/relay-sdk": "^3.1.0",
|
|
39
|
+
"@safe-global/protocol-kit": "^1.0.0",
|
|
40
|
+
"@safe-global/safe-core-sdk-types": "^2.0.0",
|
|
41
|
+
"ethers": "^5.7.2"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GelatoRelayAdapter.js","sourceRoot":"","sources":["../../../../src/packs/gelato/GelatoRelayAdapter.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GelatoRelayAdapter.test.js","sourceRoot":"","sources":["../../../../src/packs/gelato/GelatoRelayAdapter.test.ts"],"names":[],"mappings":"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"}
|
|
File without changes
|