@xyo-network/gas-price-plugin 2.84.5 → 2.85.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.
@@ -2,7 +2,7 @@ import { EthereumGasDiviner } from './Diviner';
2
2
  export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -43,6 +43,5 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
43
43
  schema: string;
44
44
  };
45
45
  ephemeralQueryAccountEnabled?: boolean | undefined;
46
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
47
46
  }>>;
48
47
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
@@ -2,7 +2,7 @@ import { EthereumGasDiviner } from './Diviner';
2
2
  export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -43,6 +43,5 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
43
43
  schema: string;
44
44
  };
45
45
  ephemeralQueryAccountEnabled?: boolean | undefined;
46
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
47
46
  }>>;
48
47
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
@@ -2,7 +2,7 @@ import { EthereumGasDiviner } from './Diviner';
2
2
  export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -43,6 +43,5 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
43
43
  schema: string;
44
44
  };
45
45
  ephemeralQueryAccountEnabled?: boolean | undefined;
46
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
47
46
  }>>;
48
47
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
@@ -2,7 +2,7 @@ import { EthereumGasDiviner } from './Diviner';
2
2
  export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -43,6 +43,5 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
43
43
  schema: string;
44
44
  };
45
45
  ephemeralQueryAccountEnabled?: boolean | undefined;
46
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
47
46
  }>>;
48
47
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
@@ -2,7 +2,7 @@ import { EthereumGasDiviner } from './Diviner';
2
2
  export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -43,6 +43,5 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
43
43
  schema: string;
44
44
  };
45
45
  ephemeralQueryAccountEnabled?: boolean | undefined;
46
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
47
46
  }>>;
48
47
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
@@ -2,7 +2,7 @@ import { EthereumGasDiviner } from './Diviner';
2
2
  export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
- accountDerivationPath?: string | undefined;
5
+ accountPath?: string | undefined;
6
6
  readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
@@ -19,7 +19,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
21
  } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
22
- accountDerivationPath?: string | undefined;
22
+ accountPath?: string | undefined;
23
23
  readonly archivist?: string | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
25
25
  readonly name?: string | undefined;
@@ -43,6 +43,5 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
43
43
  schema: string;
44
44
  };
45
45
  ephemeralQueryAccountEnabled?: boolean | undefined;
46
- wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
47
46
  }>>;
48
47
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAE9C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
package/package.json CHANGED
@@ -11,30 +11,30 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/exists": "^2.13.20",
14
- "@xyo-network/abstract-diviner": "^2.84.18",
15
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.84.5",
16
- "@xyo-network/diviner": "^2.84.18",
17
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.84.5",
18
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.84.5",
19
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.84.5",
20
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.84.5",
21
- "@xyo-network/gas-price-payload-plugin": "~2.84.5",
22
- "@xyo-network/module-model": "^2.84.18",
23
- "@xyo-network/payload-builder": "^2.84.18",
24
- "@xyo-network/payload-model": "^2.84.18",
25
- "@xyo-network/payloadset-plugin": "^2.84.18",
14
+ "@xyo-network/abstract-diviner": "^2.85.0",
15
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.85.0",
16
+ "@xyo-network/diviner": "^2.85.0",
17
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.85.0",
18
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.85.0",
19
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.85.0",
20
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.85.0",
21
+ "@xyo-network/gas-price-payload-plugin": "~2.85.0",
22
+ "@xyo-network/module-model": "^2.85.0",
23
+ "@xyo-network/payload-builder": "^2.85.0",
24
+ "@xyo-network/payload-model": "^2.85.0",
25
+ "@xyo-network/payloadset-plugin": "^2.85.0",
26
26
  "regression": "^2.0.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/regression": "^2.0.6",
30
30
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
31
31
  "@xylabs/tsconfig": "^3.2.25",
32
- "@xyo-network/account": "^2.84.18",
33
- "@xyo-network/blocknative-ethereum-gas-plugin": "~2.84.5",
34
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.84.5",
35
- "@xyo-network/ethers-ethereum-gas-plugin": "~2.84.5",
36
- "@xyo-network/etherscan-ethereum-gas-plugin": "~2.84.5",
37
- "@xyo-network/witness-blockchain-abstract": "^2.84.18",
32
+ "@xyo-network/account": "^2.85.0",
33
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~2.85.0",
34
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.85.0",
35
+ "@xyo-network/ethers-ethereum-gas-plugin": "~2.85.0",
36
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~2.85.0",
37
+ "@xyo-network/witness-blockchain-abstract": "^2.85.0",
38
38
  "typescript": "^5.3.3"
39
39
  },
40
40
  "description": "Typescript/Javascript Plugins for XYO Platform",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/XYOracleNetwork/plugins.git"
77
77
  },
78
78
  "sideEffects": false,
79
- "version": "2.84.5",
79
+ "version": "2.85.0",
80
80
  "type": "module"
81
81
  }