@xyo-network/gas-price-plugin 3.2.9 → 3.4.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.
@@ -1,8 +1,8 @@
1
1
  import { EthereumGasDiviner } from './Diviner.ts';
2
2
  export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").BaseParamsFields & {
3
- account?: import(".store/@xyo-network-account-model-virtual-669f93d2a3/package").AccountInstance | "random";
3
+ account?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance | "random";
4
4
  addToResolvers?: boolean;
5
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-669f93d2a3/package").AccountInstance[];
5
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-2eddd29fdf/package").AccountInstance[];
6
6
  allowNameResolution?: boolean;
7
7
  config: import(".store/@xylabs-object-npm-4.5.1-e31c389195/package").DeepRestrictToStringKeys<{
8
8
  schema: import("@xyo-network/payload-model").Schema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-price-plugin",
3
- "version": "3.2.9",
3
+ "version": "3.4.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,18 +30,18 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
32
  "@xylabs/exists": "^4.5.1",
33
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.2.9",
34
- "@xyo-network/diviner-abstract": "^3.6.11",
35
- "@xyo-network/diviner-model": "^3.6.11",
36
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.2.9",
37
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.2.9",
38
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.2.9",
39
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.2.9",
40
- "@xyo-network/gas-price-payload-plugin": "^3.2.9",
41
- "@xyo-network/module-model": "^3.6.11",
42
- "@xyo-network/payload-builder": "^3.6.11",
43
- "@xyo-network/payload-model": "^3.6.11",
44
- "@xyo-network/payloadset-plugin": "^3.6.11",
33
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.4.0",
34
+ "@xyo-network/diviner-abstract": "^3.8.0",
35
+ "@xyo-network/diviner-model": "^3.8.0",
36
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.4.0",
37
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.4.0",
38
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.4.0",
39
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.4.0",
40
+ "@xyo-network/gas-price-payload-plugin": "^3.4.0",
41
+ "@xyo-network/module-model": "^3.8.0",
42
+ "@xyo-network/payload-builder": "^3.8.0",
43
+ "@xyo-network/payload-model": "^3.8.0",
44
+ "@xyo-network/payloadset-plugin": "^3.8.0",
45
45
  "regression": "^2.0.1"
46
46
  },
47
47
  "devDependencies": {
@@ -49,11 +49,11 @@
49
49
  "@xylabs/ts-scripts-yarn3": "^4.2.6",
50
50
  "@xylabs/tsconfig": "^4.2.6",
51
51
  "@xylabs/vitest-extended": "^4.5.1",
52
- "@xyo-network/blocknative-ethereum-gas-plugin": "^3.2.9",
53
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.2.9",
54
- "@xyo-network/ethers-ethereum-gas-plugin": "^3.2.9",
55
- "@xyo-network/etherscan-ethereum-gas-plugin": "^3.2.9",
56
- "@xyo-network/witness-blockchain-abstract": "^3.6.11",
52
+ "@xyo-network/blocknative-ethereum-gas-plugin": "^3.4.0",
53
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.4.0",
54
+ "@xyo-network/ethers-ethereum-gas-plugin": "^3.4.0",
55
+ "@xyo-network/etherscan-ethereum-gas-plugin": "^3.4.0",
56
+ "@xyo-network/witness-blockchain-abstract": "^3.8.0",
57
57
  "typescript": "^5.7.3",
58
58
  "vitest": "^3.0.4"
59
59
  },