@xyo-network/gas-price-plugin 3.5.5 → 3.5.7
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/types/Plugin.d.ts +3 -3
- package/package.json +23 -23
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { EthereumGasDiviner } from './Diviner.ts';
|
|
2
|
-
export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import(".store/@xylabs-base-npm-4.8.
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-npm-3.14.
|
|
2
|
+
export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import(".store/@xylabs-base-npm-4.8.9-ca819b09fe/package").BaseParamsFields & {
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-npm-3.14.16-dfd87a8feb/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.14.
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.14.16-dfd87a8feb/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
7
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Diviner.ts").EthereumGasDivinerConfig>;
|
|
8
8
|
ephemeralQueryAccountEnabled?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/gas-price-plugin",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.7",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,32 +29,32 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/exists": "^4.8.
|
|
33
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.5.
|
|
34
|
-
"@xyo-network/diviner-abstract": "^3.14.
|
|
35
|
-
"@xyo-network/diviner-model": "^3.14.
|
|
36
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.5.
|
|
37
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.5.
|
|
38
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.5.
|
|
39
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.5.
|
|
40
|
-
"@xyo-network/gas-price-payload-plugin": "^3.5.
|
|
41
|
-
"@xyo-network/module-model": "^3.14.
|
|
42
|
-
"@xyo-network/payload-builder": "^3.14.
|
|
43
|
-
"@xyo-network/payload-model": "^3.14.
|
|
44
|
-
"@xyo-network/payloadset-plugin": "^3.14.
|
|
32
|
+
"@xylabs/exists": "^4.8.9",
|
|
33
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.5.7",
|
|
34
|
+
"@xyo-network/diviner-abstract": "^3.14.16",
|
|
35
|
+
"@xyo-network/diviner-model": "^3.14.16",
|
|
36
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.5.7",
|
|
37
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.5.7",
|
|
38
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.5.7",
|
|
39
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.5.7",
|
|
40
|
+
"@xyo-network/gas-price-payload-plugin": "^3.5.7",
|
|
41
|
+
"@xyo-network/module-model": "^3.14.16",
|
|
42
|
+
"@xyo-network/payload-builder": "^3.14.16",
|
|
43
|
+
"@xyo-network/payload-model": "^3.14.16",
|
|
44
|
+
"@xyo-network/payloadset-plugin": "^3.14.16",
|
|
45
45
|
"regression": "^2.0.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/regression": "^2.0.6",
|
|
49
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
50
|
-
"@xylabs/tsconfig": "^6.
|
|
51
|
-
"@xylabs/vitest-extended": "^4.8.
|
|
52
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "^3.5.
|
|
53
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.5.
|
|
54
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "^3.5.
|
|
55
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "^3.5.
|
|
56
|
-
"@xyo-network/witness-blockchain-abstract": "^3.14.
|
|
57
|
-
"knip": "^5.
|
|
49
|
+
"@xylabs/ts-scripts-yarn3": "^6.4.6",
|
|
50
|
+
"@xylabs/tsconfig": "^6.4.6",
|
|
51
|
+
"@xylabs/vitest-extended": "^4.8.9",
|
|
52
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "^3.5.7",
|
|
53
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.5.7",
|
|
54
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "^3.5.7",
|
|
55
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "^3.5.7",
|
|
56
|
+
"@xyo-network/witness-blockchain-abstract": "^3.14.16",
|
|
57
|
+
"knip": "^5.51.0",
|
|
58
58
|
"typescript": "^5.8.3",
|
|
59
59
|
"vitest": "^3.1.2"
|
|
60
60
|
},
|