@xyo-network/gas-price-plugin 3.1.2 → 3.2.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/Plugin.d.ts +39 -12
- package/dist/neutral/Plugin.d.ts.map +1 -1
- package/dist/neutral/index.d.ts.map +1 -1
- package/package.json +25 -24
- package/src/index.ts +0 -1
- package/xy.config.ts +0 -1
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -1,18 +1,45 @@
|
|
|
1
1
|
import { EthereumGasDiviner } from './Diviner.ts';
|
|
2
|
-
export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import(".store/@xylabs-object-npm-4.4.
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
2
|
+
export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").BaseParamsFields & {
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("
|
|
8
|
-
schema: "network.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
config: import(".store/@xylabs-object-npm-4.4.24-1b8348f2f7/package").DeepRestrictToStringKeys<{
|
|
8
|
+
schema: import("@xyo-network/payload-model").Schema;
|
|
9
|
+
readonly timestamp?: boolean | undefined;
|
|
10
|
+
readonly archiving?: {
|
|
11
|
+
readonly archivists?: string[] | undefined;
|
|
12
|
+
readonly queries?: string[] | undefined;
|
|
13
|
+
} | undefined;
|
|
14
|
+
readonly allowedQueries?: string[] | undefined;
|
|
15
|
+
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
16
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
17
|
+
readonly labels?: {
|
|
18
|
+
[x: string]: string | undefined;
|
|
19
|
+
} | undefined;
|
|
20
|
+
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
21
|
+
readonly paging?: {
|
|
22
|
+
[x: string]: {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
};
|
|
25
|
+
} | undefined;
|
|
26
|
+
readonly retry?: {
|
|
27
|
+
backoff?: number | undefined;
|
|
28
|
+
interval?: number | undefined;
|
|
29
|
+
retries?: number | undefined;
|
|
30
|
+
} | undefined;
|
|
31
|
+
readonly security?: {
|
|
32
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
33
|
+
readonly allowed?: {
|
|
34
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
35
|
+
} | undefined;
|
|
36
|
+
readonly disallowed?: {
|
|
37
|
+
[x: string]: Lowercase<string>[];
|
|
38
|
+
} | undefined;
|
|
39
|
+
} | undefined;
|
|
40
|
+
readonly sign?: boolean | undefined;
|
|
41
|
+
readonly storeQueries?: boolean | undefined;
|
|
42
|
+
}>;
|
|
16
43
|
ephemeralQueryAccountEnabled?: boolean;
|
|
17
44
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
45
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AAEjD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AAEjD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,OAAO,EAAE,iBAAiB,IAAI,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAC7E,cAAc,aAAa,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/gas-price-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-rc.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,35 +29,36 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/exists": "^4.4.
|
|
33
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.
|
|
34
|
-
"@xyo-network/diviner-abstract": "^3.
|
|
35
|
-
"@xyo-network/diviner-model": "^3.
|
|
36
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.
|
|
37
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.
|
|
38
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.
|
|
39
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.
|
|
40
|
-
"@xyo-network/gas-price-payload-plugin": "^3.
|
|
41
|
-
"@xyo-network/module-model": "^3.
|
|
42
|
-
"@xyo-network/payload-builder": "^3.
|
|
43
|
-
"@xyo-network/payload-model": "^3.
|
|
44
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
32
|
+
"@xylabs/exists": "^4.4.24",
|
|
33
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.2.0-rc.2",
|
|
34
|
+
"@xyo-network/diviner-abstract": "^3.6.0-rc.11",
|
|
35
|
+
"@xyo-network/diviner-model": "^3.6.0-rc.11",
|
|
36
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.2.0-rc.2",
|
|
37
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.2.0-rc.2",
|
|
38
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.2.0-rc.2",
|
|
39
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.2.0-rc.2",
|
|
40
|
+
"@xyo-network/gas-price-payload-plugin": "^3.2.0-rc.2",
|
|
41
|
+
"@xyo-network/module-model": "^3.6.0-rc.11",
|
|
42
|
+
"@xyo-network/payload-builder": "^3.6.0-rc.11",
|
|
43
|
+
"@xyo-network/payload-model": "^3.6.0-rc.11",
|
|
44
|
+
"@xyo-network/payloadset-plugin": "^3.6.0-rc.11",
|
|
45
45
|
"regression": "^2.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/regression": "^2.0.6",
|
|
49
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
50
|
-
"@xylabs/tsconfig": "^4.2.
|
|
51
|
-
"@xylabs/vitest-extended": "^4.4.
|
|
52
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "^3.
|
|
53
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.
|
|
54
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "^3.
|
|
55
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "^3.
|
|
56
|
-
"@xyo-network/witness-blockchain-abstract": "^3.
|
|
49
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
50
|
+
"@xylabs/tsconfig": "^4.2.6",
|
|
51
|
+
"@xylabs/vitest-extended": "^4.4.24",
|
|
52
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "^3.2.0-rc.2",
|
|
53
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.2.0-rc.2",
|
|
54
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "^3.2.0-rc.2",
|
|
55
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "^3.2.0-rc.2",
|
|
56
|
+
"@xyo-network/witness-blockchain-abstract": "^3.6.0-rc.11",
|
|
57
57
|
"typescript": "^5.7.2",
|
|
58
|
-
"vitest": "^2.1.
|
|
58
|
+
"vitest": "^2.1.8"
|
|
59
59
|
},
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
|
-
}
|
|
62
|
+
},
|
|
63
|
+
"stableVersion": "3.1.2"
|
|
63
64
|
}
|
package/src/index.ts
CHANGED