essential-eth 0.5.5 → 0.5.10-next.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/{lib/esm → dist}/classes/Contract.d.ts +11 -11
- package/dist/classes/test/Contract/crv-abi.d.ts +2 -0
- package/dist/classes/test/Contract/ens-abi.d.ts +2 -0
- package/dist/classes/test/Contract/fei-abi.d.ts +2 -0
- package/dist/classes/test/Contract/foo-abi.d.ts +2 -0
- package/dist/classes/test/Contract/uniswap-abi.d.ts +2 -0
- package/dist/classes/utils/clean-block.d.ts +3 -0
- package/dist/classes/utils/clean-log.d.ts +2 -0
- package/{lib/esm → dist}/classes/utils/clean-transaction-receipt.d.ts +2 -2
- package/{lib/esm → dist}/classes/utils/clean-transaction.d.ts +2 -2
- package/{lib/cjs → dist}/classes/utils/encode-decode-transaction.d.ts +4 -4
- package/{lib/cjs → dist}/classes/utils/fetchers.d.ts +9 -9
- package/{lib/esm → dist}/classes/utils/hex-to-decimal.d.ts +1 -1
- package/dist/classes/utils/prepare-transaction.d.ts +2 -0
- package/{lib/cjs → dist}/index.d.ts +25 -24
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/index.modern.mjs +2 -0
- package/dist/index.modern.mjs.map +1 -0
- package/dist/index.module.js +2 -0
- package/dist/index.module.js.map +1 -0
- package/dist/index.umd.js +2 -0
- package/dist/index.umd.js.map +1 -0
- package/{lib/esm → dist}/logger/logger.d.ts +11 -11
- package/dist/logger/package-version.d.ts +1 -0
- package/{lib/esm → dist}/providers/BaseProvider.d.ts +24 -19
- package/{lib/esm → dist}/providers/FallthroughProvider.d.ts +11 -11
- package/{lib/esm → dist}/providers/JsonRpcProvider.d.ts +7 -7
- package/{lib/cjs → dist}/providers/test/rpc-urls.d.ts +11 -11
- package/{lib/esm → dist}/providers/utils/chains-info.d.ts +467 -412
- package/{lib/cjs → dist}/shared/tiny-big/helpers.d.ts +1 -1
- package/{lib/esm → dist}/shared/tiny-big/tiny-big.d.ts +10 -10
- package/{lib/cjs → dist}/shared/validate-type.d.ts +3 -3
- package/{lib/cjs → dist}/types/Block.types.d.ts +40 -37
- package/{lib/cjs → dist}/types/Contract.types.d.ts +24 -24
- package/dist/types/Filter.types.d.ts +12 -0
- package/{lib/esm → dist}/types/Network.types.d.ts +5 -5
- package/{lib/cjs → dist}/types/Transaction.types.d.ts +113 -96
- package/{lib/esm → dist}/utils/bytes.d.ts +40 -40
- package/{lib/esm → dist}/utils/compute-address.d.ts +1 -1
- package/{lib/esm → dist}/utils/compute-public-key.d.ts +2 -2
- package/{lib/esm → dist}/utils/ether-to-gwei.d.ts +3 -3
- package/dist/utils/ether-to-wei.d.ts +3 -0
- package/dist/utils/gwei-to-ether.d.ts +3 -0
- package/{lib/esm → dist}/utils/hash-message.d.ts +2 -2
- package/{lib/esm → dist}/utils/is-address.d.ts +1 -1
- package/dist/utils/keccak256.d.ts +2 -0
- package/{lib/esm → dist}/utils/solidity-keccak256.d.ts +2 -2
- package/{lib/esm → dist}/utils/split-signature.d.ts +2 -2
- package/{lib/esm → dist}/utils/to-checksum-address.d.ts +1 -1
- package/{lib/cjs → dist}/utils/to-utf8-bytes.d.ts +1 -1
- package/dist/utils/wei-to-ether.d.ts +3 -0
- package/package.json +45 -14
- package/readme.md +643 -291
- package/lib/cjs/classes/Contract.d.ts +0 -72
- package/lib/cjs/classes/Contract.js +0 -129
- package/lib/cjs/classes/test/Contract/crv-abi.d.ts +0 -2
- package/lib/cjs/classes/test/Contract/crv-abi.js +0 -488
- package/lib/cjs/classes/test/Contract/ens-abi.d.ts +0 -2
- package/lib/cjs/classes/test/Contract/ens-abi.js +0 -453
- package/lib/cjs/classes/test/Contract/fei-abi.d.ts +0 -2
- package/lib/cjs/classes/test/Contract/fei-abi.js +0 -526
- package/lib/cjs/classes/test/Contract/foo-abi.d.ts +0 -2
- package/lib/cjs/classes/test/Contract/foo-abi.js +0 -42
- package/lib/cjs/classes/test/Contract/uniswap-abi.d.ts +0 -2
- package/lib/cjs/classes/test/Contract/uniswap-abi.js +0 -121
- package/lib/cjs/classes/utils/clean-block.d.ts +0 -6
- package/lib/cjs/classes/utils/clean-block.js +0 -47
- package/lib/cjs/classes/utils/clean-transaction-receipt.d.ts +0 -5
- package/lib/cjs/classes/utils/clean-transaction-receipt.js +0 -55
- package/lib/cjs/classes/utils/clean-transaction.d.ts +0 -5
- package/lib/cjs/classes/utils/clean-transaction.js +0 -42
- package/lib/cjs/classes/utils/encode-decode-transaction.js +0 -113
- package/lib/cjs/classes/utils/fetchers.js +0 -51
- package/lib/cjs/classes/utils/hex-to-decimal.d.ts +0 -5
- package/lib/cjs/classes/utils/hex-to-decimal.js +0 -11
- package/lib/cjs/index.js +0 -54
- package/lib/cjs/logger/logger.d.ts +0 -11
- package/lib/cjs/logger/logger.js +0 -36
- package/lib/cjs/logger/package-version.d.ts +0 -1
- package/lib/cjs/logger/package-version.js +0 -5
- package/lib/cjs/providers/BaseProvider.d.ts +0 -284
- package/lib/cjs/providers/BaseProvider.js +0 -380
- package/lib/cjs/providers/FallthroughProvider.d.ts +0 -24
- package/lib/cjs/providers/FallthroughProvider.js +0 -65
- package/lib/cjs/providers/JsonRpcProvider.d.ts +0 -27
- package/lib/cjs/providers/JsonRpcProvider.js +0 -40
- package/lib/cjs/providers/test/rpc-urls.js +0 -14
- package/lib/cjs/providers/utils/chains-info.d.ts +0 -412
- package/lib/cjs/providers/utils/chains-info.js +0 -1237
- package/lib/cjs/shared/tiny-big/helpers.js +0 -71
- package/lib/cjs/shared/tiny-big/tiny-big.d.ts +0 -32
- package/lib/cjs/shared/tiny-big/tiny-big.js +0 -71
- package/lib/cjs/shared/validate-type.js +0 -9
- package/lib/cjs/types/Block.types.js +0 -2
- package/lib/cjs/types/Contract.types.js +0 -2
- package/lib/cjs/types/Network.types.d.ts +0 -8
- package/lib/cjs/types/Network.types.js +0 -2
- package/lib/cjs/types/Transaction.types.js +0 -2
- package/lib/cjs/utils/bytes.d.ts +0 -172
- package/lib/cjs/utils/bytes.js +0 -564
- package/lib/cjs/utils/compute-address.d.ts +0 -8
- package/lib/cjs/utils/compute-address.js +0 -24
- package/lib/cjs/utils/compute-public-key.d.ts +0 -9
- package/lib/cjs/utils/compute-public-key.js +0 -17
- package/lib/cjs/utils/ether-to-gwei.d.ts +0 -26
- package/lib/cjs/utils/ether-to-gwei.js +0 -34
- package/lib/cjs/utils/ether-to-wei.d.ts +0 -26
- package/lib/cjs/utils/ether-to-wei.js +0 -34
- package/lib/cjs/utils/gwei-to-ether.d.ts +0 -26
- package/lib/cjs/utils/gwei-to-ether.js +0 -34
- package/lib/cjs/utils/hash-message.d.ts +0 -12
- package/lib/cjs/utils/hash-message.js +0 -26
- package/lib/cjs/utils/is-address.d.ts +0 -24
- package/lib/cjs/utils/is-address.js +0 -39
- package/lib/cjs/utils/keccak256.d.ts +0 -2
- package/lib/cjs/utils/keccak256.js +0 -17
- package/lib/cjs/utils/solidity-keccak256.d.ts +0 -29
- package/lib/cjs/utils/solidity-keccak256.js +0 -118
- package/lib/cjs/utils/split-signature.d.ts +0 -26
- package/lib/cjs/utils/split-signature.js +0 -165
- package/lib/cjs/utils/to-checksum-address.d.ts +0 -17
- package/lib/cjs/utils/to-checksum-address.js +0 -46
- package/lib/cjs/utils/to-utf8-bytes.js +0 -7
- package/lib/cjs/utils/wei-to-ether.d.ts +0 -26
- package/lib/cjs/utils/wei-to-ether.js +0 -34
- package/lib/esm/classes/Contract.js +0 -65
- package/lib/esm/classes/test/Contract/crv-abi.d.ts +0 -2
- package/lib/esm/classes/test/Contract/crv-abi.js +0 -470
- package/lib/esm/classes/test/Contract/ens-abi.d.ts +0 -2
- package/lib/esm/classes/test/Contract/ens-abi.js +0 -435
- package/lib/esm/classes/test/Contract/fei-abi.d.ts +0 -2
- package/lib/esm/classes/test/Contract/fei-abi.js +0 -521
- package/lib/esm/classes/test/Contract/foo-abi.d.ts +0 -2
- package/lib/esm/classes/test/Contract/foo-abi.js +0 -33
- package/lib/esm/classes/test/Contract/uniswap-abi.d.ts +0 -2
- package/lib/esm/classes/test/Contract/uniswap-abi.js +0 -116
- package/lib/esm/classes/utils/clean-block.d.ts +0 -3
- package/lib/esm/classes/utils/clean-block.js +0 -36
- package/lib/esm/classes/utils/clean-transaction-receipt.js +0 -48
- package/lib/esm/classes/utils/clean-transaction.js +0 -33
- package/lib/esm/classes/utils/encode-decode-transaction.d.ts +0 -4
- package/lib/esm/classes/utils/encode-decode-transaction.js +0 -98
- package/lib/esm/classes/utils/fetchers.d.ts +0 -9
- package/lib/esm/classes/utils/fetchers.js +0 -43
- package/lib/esm/classes/utils/hex-to-decimal.js +0 -3
- package/lib/esm/index.d.ts +0 -24
- package/lib/esm/index.js +0 -20
- package/lib/esm/logger/logger.js +0 -33
- package/lib/esm/logger/package-version.d.ts +0 -1
- package/lib/esm/logger/package-version.js +0 -1
- package/lib/esm/providers/BaseProvider.js +0 -107
- package/lib/esm/providers/FallthroughProvider.js +0 -41
- package/lib/esm/providers/JsonRpcProvider.js +0 -15
- package/lib/esm/providers/test/rpc-urls.d.ts +0 -11
- package/lib/esm/providers/test/rpc-urls.js +0 -11
- package/lib/esm/providers/utils/chains-info.js +0 -1233
- package/lib/esm/shared/tiny-big/helpers.d.ts +0 -1
- package/lib/esm/shared/tiny-big/helpers.js +0 -58
- package/lib/esm/shared/tiny-big/tiny-big.js +0 -41
- package/lib/esm/shared/validate-type.d.ts +0 -3
- package/lib/esm/shared/validate-type.js +0 -5
- package/lib/esm/types/Block.types.d.ts +0 -36
- package/lib/esm/types/Block.types.js +0 -1
- package/lib/esm/types/Contract.types.d.ts +0 -24
- package/lib/esm/types/Contract.types.js +0 -1
- package/lib/esm/types/Network.types.js +0 -1
- package/lib/esm/types/Transaction.types.d.ts +0 -87
- package/lib/esm/types/Transaction.types.js +0 -1
- package/lib/esm/utils/bytes.js +0 -245
- package/lib/esm/utils/compute-address.js +0 -11
- package/lib/esm/utils/compute-public-key.js +0 -6
- package/lib/esm/utils/ether-to-gwei.js +0 -7
- package/lib/esm/utils/ether-to-wei.d.ts +0 -3
- package/lib/esm/utils/ether-to-wei.js +0 -7
- package/lib/esm/utils/gwei-to-ether.d.ts +0 -3
- package/lib/esm/utils/gwei-to-ether.js +0 -7
- package/lib/esm/utils/hash-message.js +0 -12
- package/lib/esm/utils/is-address.js +0 -12
- package/lib/esm/utils/keccak256.d.ts +0 -2
- package/lib/esm/utils/keccak256.js +0 -13
- package/lib/esm/utils/solidity-keccak256.js +0 -85
- package/lib/esm/utils/split-signature.js +0 -126
- package/lib/esm/utils/to-checksum-address.js +0 -25
- package/lib/esm/utils/to-utf8-bytes.d.ts +0 -1
- package/lib/esm/utils/to-utf8-bytes.js +0 -3
- package/lib/esm/utils/wei-to-ether.d.ts +0 -3
- package/lib/esm/utils/wei-to-ether.js +0 -7
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FallthroughProvider = void 0;
|
|
4
|
-
const logger_1 = require("../logger/logger");
|
|
5
|
-
const BaseProvider_1 = require("./BaseProvider");
|
|
6
|
-
// https://advancedweb.hu/how-to-add-timeout-to-a-promise-in-javascript/
|
|
7
|
-
const promiseTimeout = (prom, time) => Promise.race([
|
|
8
|
-
prom,
|
|
9
|
-
new Promise((_r, reject) => setTimeout(() => reject('Promise timed out'), time)),
|
|
10
|
-
]);
|
|
11
|
-
const DEFAULT_TIMEOUT_DURATION = 8000;
|
|
12
|
-
/**
|
|
13
|
-
* @beta
|
|
14
|
-
* A JSON RPC Provider which moves to the next URL when one fails.
|
|
15
|
-
*/
|
|
16
|
-
class FallthroughProvider extends BaseProvider_1.BaseProvider {
|
|
17
|
-
constructor(rpcUrls, options = {}) {
|
|
18
|
-
if (!Array.isArray(rpcUrls)) {
|
|
19
|
-
logger_1.logger.throwError('Array required', { rpcUrls });
|
|
20
|
-
}
|
|
21
|
-
if (rpcUrls.length <= 1) {
|
|
22
|
-
logger_1.logger.throwError('More than one rpcUrl is required', { rpcUrls });
|
|
23
|
-
}
|
|
24
|
-
super(rpcUrls);
|
|
25
|
-
// index of current trusted rpc url
|
|
26
|
-
/**
|
|
27
|
-
* @ignore
|
|
28
|
-
*/
|
|
29
|
-
this.rpcUrlCounter = 0;
|
|
30
|
-
/**
|
|
31
|
-
* @ignore
|
|
32
|
-
*/
|
|
33
|
-
this.post = (body) => {
|
|
34
|
-
// while failing post, add to rpcUrlCounter and post again
|
|
35
|
-
const genesisCount = this.rpcUrlCounter;
|
|
36
|
-
const recursivePostRetry = () => {
|
|
37
|
-
// Times out request
|
|
38
|
-
const genesisRpcUrl = this.selectRpcUrl();
|
|
39
|
-
const res = promiseTimeout(this._post(body), this.timeoutDuration).catch((e) => {
|
|
40
|
-
// A mutex: Only add if no other instance has discovered this url as failing yet
|
|
41
|
-
if (genesisRpcUrl === this.selectRpcUrl()) {
|
|
42
|
-
// add one and handle array overflow
|
|
43
|
-
this.rpcUrlCounter =
|
|
44
|
-
(this.rpcUrlCounter + 1) % this._rpcUrls.length;
|
|
45
|
-
}
|
|
46
|
-
// we've already tried this rpc, throw for good
|
|
47
|
-
if (this.rpcUrlCounter === genesisCount) {
|
|
48
|
-
throw e;
|
|
49
|
-
}
|
|
50
|
-
return recursivePostRetry();
|
|
51
|
-
});
|
|
52
|
-
return res;
|
|
53
|
-
};
|
|
54
|
-
return recursivePostRetry();
|
|
55
|
-
};
|
|
56
|
-
this.timeoutDuration = options.timeoutDuration || DEFAULT_TIMEOUT_DURATION;
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* @ignore
|
|
60
|
-
*/
|
|
61
|
-
selectRpcUrl() {
|
|
62
|
-
return this._rpcUrls[this.rpcUrlCounter];
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
exports.FallthroughProvider = FallthroughProvider;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { BaseProvider } from './BaseProvider';
|
|
2
|
-
export declare class JsonRpcProvider extends BaseProvider {
|
|
3
|
-
/**
|
|
4
|
-
* @ignore
|
|
5
|
-
*/
|
|
6
|
-
selectRpcUrl(): string;
|
|
7
|
-
/**
|
|
8
|
-
* @ignore
|
|
9
|
-
*/
|
|
10
|
-
post(body: Record<string, unknown>): Promise<any>;
|
|
11
|
-
/**
|
|
12
|
-
* @param rpcUrl The URL to your Eth node. Consider POKT or Infura
|
|
13
|
-
*/
|
|
14
|
-
constructor(rpcUrl?: string);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Helper function to avoid "new"
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```javascript
|
|
21
|
-
* jsonRpcProvider().getBlock('latest').then(block => {
|
|
22
|
-
* console.log(block.number);
|
|
23
|
-
* })
|
|
24
|
-
* // 14530496
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
export declare function jsonRpcProvider(rpcUrl?: string): JsonRpcProvider;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.jsonRpcProvider = exports.JsonRpcProvider = void 0;
|
|
4
|
-
const BaseProvider_1 = require("./BaseProvider");
|
|
5
|
-
class JsonRpcProvider extends BaseProvider_1.BaseProvider {
|
|
6
|
-
/**
|
|
7
|
-
* @ignore
|
|
8
|
-
*/
|
|
9
|
-
selectRpcUrl() {
|
|
10
|
-
return this._rpcUrls[0];
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @ignore
|
|
14
|
-
*/
|
|
15
|
-
post(body) {
|
|
16
|
-
return this._post(body);
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* @param rpcUrl The URL to your Eth node. Consider POKT or Infura
|
|
20
|
-
*/
|
|
21
|
-
constructor(rpcUrl = 'https://free-eth-node.com/api/eth') {
|
|
22
|
-
super([rpcUrl]);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
exports.JsonRpcProvider = JsonRpcProvider;
|
|
26
|
-
/**
|
|
27
|
-
* Helper function to avoid "new"
|
|
28
|
-
*
|
|
29
|
-
* @example
|
|
30
|
-
* ```javascript
|
|
31
|
-
* jsonRpcProvider().getBlock('latest').then(block => {
|
|
32
|
-
* console.log(block.number);
|
|
33
|
-
* })
|
|
34
|
-
* // 14530496
|
|
35
|
-
* ```
|
|
36
|
-
*/
|
|
37
|
-
function jsonRpcProvider(rpcUrl) {
|
|
38
|
-
return new JsonRpcProvider(rpcUrl);
|
|
39
|
-
}
|
|
40
|
-
exports.jsonRpcProvider = jsonRpcProvider;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.rpcUrls = exports.fakeUrls = void 0;
|
|
4
|
-
exports.fakeUrls = {
|
|
5
|
-
notRPCButRealHttp: 'https://httpstat.us/200',
|
|
6
|
-
};
|
|
7
|
-
exports.rpcUrls = {
|
|
8
|
-
mainnet: `${process.env.RPC_ORIGIN}/api/eth`,
|
|
9
|
-
matic: `${process.env.RPC_ORIGIN}/api/MATIC`,
|
|
10
|
-
gno: `${process.env.RPC_ORIGIN}/api/gno`,
|
|
11
|
-
bnb: `${process.env.RPC_ORIGIN}/api/bnb`,
|
|
12
|
-
arb1: `${process.env.RPC_ORIGIN}/api/arb1`,
|
|
13
|
-
gor: `${process.env.RPC_ORIGIN}/api/gor`,
|
|
14
|
-
};
|
|
@@ -1,412 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"1": string[];
|
|
3
|
-
"2": string[];
|
|
4
|
-
"3": string[];
|
|
5
|
-
"4": string[];
|
|
6
|
-
"5": string[];
|
|
7
|
-
"6": string[];
|
|
8
|
-
"7": string[];
|
|
9
|
-
"8": string[];
|
|
10
|
-
"9": string[];
|
|
11
|
-
"10": string[];
|
|
12
|
-
"11": string[];
|
|
13
|
-
"12": string[];
|
|
14
|
-
"13": string[];
|
|
15
|
-
"14": string[];
|
|
16
|
-
"15": string[];
|
|
17
|
-
"16": string[];
|
|
18
|
-
"17": string[];
|
|
19
|
-
"18": string[];
|
|
20
|
-
"19": string[];
|
|
21
|
-
"20": string[];
|
|
22
|
-
"21": string[];
|
|
23
|
-
"22": string[];
|
|
24
|
-
"23": string[];
|
|
25
|
-
"24": string[];
|
|
26
|
-
"25": string[];
|
|
27
|
-
"26": string[];
|
|
28
|
-
"27": string[];
|
|
29
|
-
"28": string[];
|
|
30
|
-
"29": string[];
|
|
31
|
-
"30": string[];
|
|
32
|
-
"31": string[];
|
|
33
|
-
"32": string[];
|
|
34
|
-
"33": string[];
|
|
35
|
-
"34": string[];
|
|
36
|
-
"35": string[];
|
|
37
|
-
"38": string[];
|
|
38
|
-
"40": string[];
|
|
39
|
-
"41": string[];
|
|
40
|
-
"42": string[];
|
|
41
|
-
"43": string[];
|
|
42
|
-
"44": string[];
|
|
43
|
-
"45": string[];
|
|
44
|
-
"50": string[];
|
|
45
|
-
"51": string[];
|
|
46
|
-
"52": string[];
|
|
47
|
-
"53": string[];
|
|
48
|
-
"54": string[];
|
|
49
|
-
"55": string[];
|
|
50
|
-
"56": string[];
|
|
51
|
-
"57": string[];
|
|
52
|
-
"58": string[];
|
|
53
|
-
"59": string[];
|
|
54
|
-
"60": string[];
|
|
55
|
-
"61": string[];
|
|
56
|
-
"62": string[];
|
|
57
|
-
"63": string[];
|
|
58
|
-
"64": string[];
|
|
59
|
-
"65": string[];
|
|
60
|
-
"66": string[];
|
|
61
|
-
"67": string[];
|
|
62
|
-
"68": string[];
|
|
63
|
-
"69": string[];
|
|
64
|
-
"70": string[];
|
|
65
|
-
"71": string[];
|
|
66
|
-
"74": string[];
|
|
67
|
-
"76": string[];
|
|
68
|
-
"77": string[];
|
|
69
|
-
"78": string[];
|
|
70
|
-
"79": string[];
|
|
71
|
-
"80": string[];
|
|
72
|
-
"81": string[];
|
|
73
|
-
"82": string[];
|
|
74
|
-
"83": string[];
|
|
75
|
-
"85": string[];
|
|
76
|
-
"86": string[];
|
|
77
|
-
"87": string[];
|
|
78
|
-
"88": string[];
|
|
79
|
-
"89": string[];
|
|
80
|
-
"90": string[];
|
|
81
|
-
"91": string[];
|
|
82
|
-
"92": string[];
|
|
83
|
-
"93": string[];
|
|
84
|
-
"95": string[];
|
|
85
|
-
"96": string[];
|
|
86
|
-
"97": string[];
|
|
87
|
-
"99": string[];
|
|
88
|
-
"100": string[];
|
|
89
|
-
"101": string[];
|
|
90
|
-
"102": string[];
|
|
91
|
-
"105": string[];
|
|
92
|
-
"106": string[];
|
|
93
|
-
"107": string[];
|
|
94
|
-
"108": string[];
|
|
95
|
-
"110": string[];
|
|
96
|
-
"111": string[];
|
|
97
|
-
"122": string[];
|
|
98
|
-
"123": string[];
|
|
99
|
-
"124": string[];
|
|
100
|
-
"125": string[];
|
|
101
|
-
"126": string[];
|
|
102
|
-
"127": string[];
|
|
103
|
-
"128": string[];
|
|
104
|
-
"137": string[];
|
|
105
|
-
"141": string[];
|
|
106
|
-
"142": string[];
|
|
107
|
-
"162": string[];
|
|
108
|
-
"163": string[];
|
|
109
|
-
"168": string[];
|
|
110
|
-
"170": string[];
|
|
111
|
-
"172": string[];
|
|
112
|
-
"186": string[];
|
|
113
|
-
"188": string[];
|
|
114
|
-
"189": string[];
|
|
115
|
-
"199": string[];
|
|
116
|
-
"200": string[];
|
|
117
|
-
"211": string[];
|
|
118
|
-
"218": string[];
|
|
119
|
-
"222": string[];
|
|
120
|
-
"225": string[];
|
|
121
|
-
"226": string[];
|
|
122
|
-
"239": string[];
|
|
123
|
-
"246": string[];
|
|
124
|
-
"250": string[];
|
|
125
|
-
"256": string[];
|
|
126
|
-
"258": string[];
|
|
127
|
-
"262": string[];
|
|
128
|
-
"269": string[];
|
|
129
|
-
"288": string[];
|
|
130
|
-
"300": string[];
|
|
131
|
-
"321": string[];
|
|
132
|
-
"322": string[];
|
|
133
|
-
"333": string[];
|
|
134
|
-
"335": string[];
|
|
135
|
-
"336": string[];
|
|
136
|
-
"338": string[];
|
|
137
|
-
"361": string[];
|
|
138
|
-
"363": string[];
|
|
139
|
-
"364": string[];
|
|
140
|
-
"365": string[];
|
|
141
|
-
"369": string[];
|
|
142
|
-
"385": string[];
|
|
143
|
-
"420": string[];
|
|
144
|
-
"499": string[];
|
|
145
|
-
"512": string[];
|
|
146
|
-
"513": string[];
|
|
147
|
-
"534": string[];
|
|
148
|
-
"555": string[];
|
|
149
|
-
"558": string[];
|
|
150
|
-
"588": string[];
|
|
151
|
-
"592": string[];
|
|
152
|
-
"595": string[];
|
|
153
|
-
"596": string[];
|
|
154
|
-
"597": string[];
|
|
155
|
-
"600": string[];
|
|
156
|
-
"666": string[];
|
|
157
|
-
"686": string[];
|
|
158
|
-
"700": string[];
|
|
159
|
-
"707": string[];
|
|
160
|
-
"708": string[];
|
|
161
|
-
"721": string[];
|
|
162
|
-
"776": string[];
|
|
163
|
-
"777": string[];
|
|
164
|
-
"787": string[];
|
|
165
|
-
"788": string[];
|
|
166
|
-
"803": string[];
|
|
167
|
-
"820": string[];
|
|
168
|
-
"821": string[];
|
|
169
|
-
"880": string[];
|
|
170
|
-
"888": string[];
|
|
171
|
-
"900": string[];
|
|
172
|
-
"901": string[];
|
|
173
|
-
"902": string[];
|
|
174
|
-
"903": string[];
|
|
175
|
-
"940": string[];
|
|
176
|
-
"941": string[];
|
|
177
|
-
"942": string[];
|
|
178
|
-
"977": string[];
|
|
179
|
-
"998": string[];
|
|
180
|
-
"999": string[];
|
|
181
|
-
"1001": string[];
|
|
182
|
-
"1007": string[];
|
|
183
|
-
"1008": string[];
|
|
184
|
-
"1010": string[];
|
|
185
|
-
"1012": string[];
|
|
186
|
-
"1022": string[];
|
|
187
|
-
"1023": string[];
|
|
188
|
-
"1024": string[];
|
|
189
|
-
"1028": string[];
|
|
190
|
-
"1030": string[];
|
|
191
|
-
"1088": string[];
|
|
192
|
-
"1139": string[];
|
|
193
|
-
"1140": string[];
|
|
194
|
-
"1197": string[];
|
|
195
|
-
"1201": string[];
|
|
196
|
-
"1202": string[];
|
|
197
|
-
"1213": string[];
|
|
198
|
-
"1214": string[];
|
|
199
|
-
"1280": string[];
|
|
200
|
-
"1284": string[];
|
|
201
|
-
"1285": string[];
|
|
202
|
-
"1286": string[];
|
|
203
|
-
"1287": string[];
|
|
204
|
-
"1288": string[];
|
|
205
|
-
"1337": string[];
|
|
206
|
-
"1618": string[];
|
|
207
|
-
"1620": string[];
|
|
208
|
-
"1657": string[];
|
|
209
|
-
"1688": string[];
|
|
210
|
-
"1819": string[];
|
|
211
|
-
"1856": string[];
|
|
212
|
-
"1898": string[];
|
|
213
|
-
"1984": string[];
|
|
214
|
-
"1987": string[];
|
|
215
|
-
"2001": string[];
|
|
216
|
-
"2008": string[];
|
|
217
|
-
"2009": string[];
|
|
218
|
-
"2020": string[];
|
|
219
|
-
"2021": string[];
|
|
220
|
-
"2022": string[];
|
|
221
|
-
"2023": string[];
|
|
222
|
-
"2025": string[];
|
|
223
|
-
"2100": string[];
|
|
224
|
-
"2101": string[];
|
|
225
|
-
"2152": string[];
|
|
226
|
-
"2153": string[];
|
|
227
|
-
"2213": string[];
|
|
228
|
-
"2221": string[];
|
|
229
|
-
"2223": string[];
|
|
230
|
-
"2559": string[];
|
|
231
|
-
"2569": string[];
|
|
232
|
-
"2612": string[];
|
|
233
|
-
"2613": string[];
|
|
234
|
-
"3000": string[];
|
|
235
|
-
"3001": string[];
|
|
236
|
-
"3331": string[];
|
|
237
|
-
"3333": string[];
|
|
238
|
-
"3334": string[];
|
|
239
|
-
"3400": string[];
|
|
240
|
-
"3500": string[];
|
|
241
|
-
"3690": string[];
|
|
242
|
-
"3966": string[];
|
|
243
|
-
"3967": string[];
|
|
244
|
-
"4002": string[];
|
|
245
|
-
"4102": string[];
|
|
246
|
-
"4689": string[];
|
|
247
|
-
"4690": string[];
|
|
248
|
-
"4918": string[];
|
|
249
|
-
"5197": string[];
|
|
250
|
-
"5315": string[];
|
|
251
|
-
"5551": string[];
|
|
252
|
-
"5553": string[];
|
|
253
|
-
"5700": string[];
|
|
254
|
-
"5777": string[];
|
|
255
|
-
"5851": string[];
|
|
256
|
-
"5869": string[];
|
|
257
|
-
"6626": string[];
|
|
258
|
-
"7341": string[];
|
|
259
|
-
"7878": string[];
|
|
260
|
-
"8000": string[];
|
|
261
|
-
"8001": string[];
|
|
262
|
-
"8029": string[];
|
|
263
|
-
"8080": string[];
|
|
264
|
-
"8217": string[];
|
|
265
|
-
"8285": string[];
|
|
266
|
-
"8723": string[];
|
|
267
|
-
"8724": string[];
|
|
268
|
-
"8888": string[];
|
|
269
|
-
"8898": string[];
|
|
270
|
-
"8995": string[];
|
|
271
|
-
"9000": string[];
|
|
272
|
-
"9001": string[];
|
|
273
|
-
"9100": string[];
|
|
274
|
-
"9527": string[];
|
|
275
|
-
"9999": string[];
|
|
276
|
-
"10000": string[];
|
|
277
|
-
"10001": string[];
|
|
278
|
-
"10101": string[];
|
|
279
|
-
"10823": string[];
|
|
280
|
-
"11111": string[];
|
|
281
|
-
"11437": string[];
|
|
282
|
-
"12051": string[];
|
|
283
|
-
"12052": string[];
|
|
284
|
-
"13381": string[];
|
|
285
|
-
"16000": string[];
|
|
286
|
-
"16001": string[];
|
|
287
|
-
"19845": string[];
|
|
288
|
-
"21337": string[];
|
|
289
|
-
"21816": string[];
|
|
290
|
-
"22023": string[];
|
|
291
|
-
"24484": string[];
|
|
292
|
-
"24734": string[];
|
|
293
|
-
"30067": string[];
|
|
294
|
-
"31102": string[];
|
|
295
|
-
"31337": string[];
|
|
296
|
-
"32520": string[];
|
|
297
|
-
"32659": string[];
|
|
298
|
-
"39797": string[];
|
|
299
|
-
"42069": string[];
|
|
300
|
-
"42161": string[];
|
|
301
|
-
"42220": string[];
|
|
302
|
-
"42261": string[];
|
|
303
|
-
"42262": string[];
|
|
304
|
-
"43110": string[];
|
|
305
|
-
"43113": string[];
|
|
306
|
-
"43114": string[];
|
|
307
|
-
"44787": string[];
|
|
308
|
-
"45000": string[];
|
|
309
|
-
"47805": string[];
|
|
310
|
-
"49797": string[];
|
|
311
|
-
"53935": string[];
|
|
312
|
-
"55555": string[];
|
|
313
|
-
"55556": string[];
|
|
314
|
-
"60000": string[];
|
|
315
|
-
"60001": string[];
|
|
316
|
-
"60002": string[];
|
|
317
|
-
"60103": string[];
|
|
318
|
-
"62320": string[];
|
|
319
|
-
"62621": string[];
|
|
320
|
-
"63000": string[];
|
|
321
|
-
"63001": string[];
|
|
322
|
-
"69420": string[];
|
|
323
|
-
"70000": string[];
|
|
324
|
-
"70001": string[];
|
|
325
|
-
"70002": string[];
|
|
326
|
-
"70103": string[];
|
|
327
|
-
"71393": string[];
|
|
328
|
-
"73799": string[];
|
|
329
|
-
"78110": string[];
|
|
330
|
-
"80001": string[];
|
|
331
|
-
"99998": string[];
|
|
332
|
-
"99999": string[];
|
|
333
|
-
"100000": string[];
|
|
334
|
-
"100001": string[];
|
|
335
|
-
"100002": string[];
|
|
336
|
-
"100003": string[];
|
|
337
|
-
"100004": string[];
|
|
338
|
-
"100005": string[];
|
|
339
|
-
"100006": string[];
|
|
340
|
-
"100007": string[];
|
|
341
|
-
"100008": string[];
|
|
342
|
-
"108801": string[];
|
|
343
|
-
"110000": string[];
|
|
344
|
-
"110001": string[];
|
|
345
|
-
"110002": string[];
|
|
346
|
-
"110003": string[];
|
|
347
|
-
"110004": string[];
|
|
348
|
-
"110005": string[];
|
|
349
|
-
"110006": string[];
|
|
350
|
-
"110007": string[];
|
|
351
|
-
"110008": string[];
|
|
352
|
-
"200101": string[];
|
|
353
|
-
"200625": string[];
|
|
354
|
-
"201018": string[];
|
|
355
|
-
"201030": string[];
|
|
356
|
-
"210425": string[];
|
|
357
|
-
"234666": string[];
|
|
358
|
-
"246529": string[];
|
|
359
|
-
"246785": string[];
|
|
360
|
-
"281121": string[];
|
|
361
|
-
"333888": string[];
|
|
362
|
-
"333999": string[];
|
|
363
|
-
"421611": string[];
|
|
364
|
-
"444900": string[];
|
|
365
|
-
"512512": string[];
|
|
366
|
-
"666666": string[];
|
|
367
|
-
"888888": string[];
|
|
368
|
-
"955305": string[];
|
|
369
|
-
"1313114": string[];
|
|
370
|
-
"1313500": string[];
|
|
371
|
-
"1337702": string[];
|
|
372
|
-
"2203181": string[];
|
|
373
|
-
"7762959": string[];
|
|
374
|
-
"11155111": string[];
|
|
375
|
-
"13371337": string[];
|
|
376
|
-
"18289463": string[];
|
|
377
|
-
"20180430": string[];
|
|
378
|
-
"20181205": string[];
|
|
379
|
-
"28945486": string[];
|
|
380
|
-
"35855456": string[];
|
|
381
|
-
"61717561": string[];
|
|
382
|
-
"99415706": string[];
|
|
383
|
-
"192837465": string[];
|
|
384
|
-
"245022926": string[];
|
|
385
|
-
"245022934": string[];
|
|
386
|
-
"245022940": string[];
|
|
387
|
-
"311752642": string[];
|
|
388
|
-
"356256156": string[];
|
|
389
|
-
"486217935": string[];
|
|
390
|
-
"1122334455": string[];
|
|
391
|
-
"1313161554": string[];
|
|
392
|
-
"1313161555": string[];
|
|
393
|
-
"1313161556": string[];
|
|
394
|
-
"1666600000": string[];
|
|
395
|
-
"1666600001": string[];
|
|
396
|
-
"1666600002": string[];
|
|
397
|
-
"1666600003": string[];
|
|
398
|
-
"1666700000": string[];
|
|
399
|
-
"1666700001": string[];
|
|
400
|
-
"1666700002": string[];
|
|
401
|
-
"1666700003": string[];
|
|
402
|
-
"2021121117": string[];
|
|
403
|
-
"3125659152": string[];
|
|
404
|
-
"4216137055": string[];
|
|
405
|
-
"11297108099": string[];
|
|
406
|
-
"11297108109": string[];
|
|
407
|
-
"197710212030": string[];
|
|
408
|
-
"197710212031": string[];
|
|
409
|
-
"6022140761023": string[];
|
|
410
|
-
"868455272153094": string[];
|
|
411
|
-
};
|
|
412
|
-
export default _default;
|