@xyo-network/gas-price-plugin 3.2.0-rc.1 → 3.2.0-rc.3

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,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.12-63cf432727/package").BaseParamsFields & {
3
- account?: import(".store/@xyo-network-account-model-virtual-3409e52736/package").AccountInstance | "random";
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/package").BaseParamsFields & {
3
+ account?: import(".store/@xyo-network-account-model-virtual-6c9dfaafa5/package").AccountInstance | "random";
4
4
  addToResolvers?: boolean;
5
- additionalSigners?: import(".store/@xyo-network-account-model-virtual-3409e52736/package").AccountInstance[];
5
+ additionalSigners?: import(".store/@xyo-network-account-model-virtual-6c9dfaafa5/package").AccountInstance[];
6
6
  allowNameResolution?: boolean;
7
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
- schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
9
- } & {
10
- schema: import("./Schema.ts").EthereumGasDivinerConfigSchema;
11
- }, "schema"> & {
12
- schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
13
- }, "schema"> & {
14
- schema: string;
15
- };
7
+ config: import(".store/@xylabs-object-npm-4.4.25-8ce9db2c3f/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.25-f61ab04e23/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;;;;;;;;;;;;;;;;GAQ3B,CAAA"}
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;AAE5B,OAAO,EAAE,iBAAiB,IAAI,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAC7E,cAAc,aAAa,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.2.0-rc.1",
3
+ "version": "3.2.0-rc.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,31 +29,31 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/exists": "^4.4.12",
33
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.2.0-rc.1",
34
- "@xyo-network/diviner-abstract": "^3.6.0-rc.1",
35
- "@xyo-network/diviner-model": "^3.6.0-rc.1",
36
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.2.0-rc.1",
37
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.2.0-rc.1",
38
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.2.0-rc.1",
39
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.2.0-rc.1",
40
- "@xyo-network/gas-price-payload-plugin": "^3.2.0-rc.1",
41
- "@xyo-network/module-model": "^3.6.0-rc.1",
42
- "@xyo-network/payload-builder": "^3.6.0-rc.1",
43
- "@xyo-network/payload-model": "^3.6.0-rc.1",
44
- "@xyo-network/payloadset-plugin": "^3.6.0-rc.1",
32
+ "@xylabs/exists": "^4.4.25",
33
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.2.0-rc.3",
34
+ "@xyo-network/diviner-abstract": "^3.6.0-rc.13",
35
+ "@xyo-network/diviner-model": "^3.6.0-rc.13",
36
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.2.0-rc.3",
37
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "^3.2.0-rc.3",
38
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.2.0-rc.3",
39
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^3.2.0-rc.3",
40
+ "@xyo-network/gas-price-payload-plugin": "^3.2.0-rc.3",
41
+ "@xyo-network/module-model": "^3.6.0-rc.13",
42
+ "@xyo-network/payload-builder": "^3.6.0-rc.13",
43
+ "@xyo-network/payload-model": "^3.6.0-rc.13",
44
+ "@xyo-network/payloadset-plugin": "^3.6.0-rc.13",
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.4",
50
- "@xylabs/tsconfig": "^4.2.4",
51
- "@xylabs/vitest-extended": "^4.4.12",
52
- "@xyo-network/blocknative-ethereum-gas-plugin": "^3.2.0-rc.1",
53
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.2.0-rc.1",
54
- "@xyo-network/ethers-ethereum-gas-plugin": "^3.2.0-rc.1",
55
- "@xyo-network/etherscan-ethereum-gas-plugin": "^3.2.0-rc.1",
56
- "@xyo-network/witness-blockchain-abstract": "^3.6.0-rc.1",
49
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
50
+ "@xylabs/tsconfig": "^4.2.6",
51
+ "@xylabs/vitest-extended": "^4.4.25",
52
+ "@xyo-network/blocknative-ethereum-gas-plugin": "^3.2.0-rc.3",
53
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.2.0-rc.3",
54
+ "@xyo-network/ethers-ethereum-gas-plugin": "^3.2.0-rc.3",
55
+ "@xyo-network/etherscan-ethereum-gas-plugin": "^3.2.0-rc.3",
56
+ "@xyo-network/witness-blockchain-abstract": "^3.6.0-rc.13",
57
57
  "typescript": "^5.7.2",
58
58
  "vitest": "^2.1.8"
59
59
  },
package/src/index.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from './Diviner.ts'
2
- // eslint-disable-next-line import-x/no-default-export
3
2
  export { EthereumGasPlugin as default, EthereumGasPlugin } from './Plugin.ts'
4
3
  export * from './Schema.ts'
package/xy.config.ts CHANGED
@@ -7,5 +7,4 @@ const config: XyTsupConfig = {
7
7
  },
8
8
  }
9
9
 
10
- // eslint-disable-next-line import-x/no-default-export
11
10
  export default config