@xyo-network/gas-price-plugin 2.86.5 → 2.87.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.
Files changed (49) hide show
  1. package/dist/browser/Plugin.d.cts +3 -1
  2. package/dist/browser/Plugin.d.cts.map +1 -1
  3. package/dist/browser/Plugin.d.mts +3 -1
  4. package/dist/browser/Plugin.d.mts.map +1 -1
  5. package/dist/browser/Plugin.d.ts +3 -1
  6. package/dist/browser/Plugin.d.ts.map +1 -1
  7. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.cts +0 -1
  8. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.cts.map +1 -1
  9. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.mts +0 -1
  10. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +1 -1
  11. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts +0 -1
  12. package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -1
  13. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.cts +0 -1
  14. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.cts.map +1 -1
  15. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.mts +0 -1
  16. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.mts.map +1 -1
  17. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts +0 -1
  18. package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -1
  19. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.cts +0 -1
  20. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.cts.map +1 -1
  21. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.mts +0 -1
  22. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +1 -1
  23. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts +0 -1
  24. package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -1
  25. package/dist/node/Plugin.d.cts +3 -1
  26. package/dist/node/Plugin.d.cts.map +1 -1
  27. package/dist/node/Plugin.d.mts +3 -1
  28. package/dist/node/Plugin.d.mts.map +1 -1
  29. package/dist/node/Plugin.d.ts +3 -1
  30. package/dist/node/Plugin.d.ts.map +1 -1
  31. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.cts +0 -1
  32. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.cts.map +1 -1
  33. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.mts +0 -1
  34. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +1 -1
  35. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.ts +0 -1
  36. package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -1
  37. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.cts +0 -1
  38. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.cts.map +1 -1
  39. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.mts +0 -1
  40. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.mts.map +1 -1
  41. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.ts +0 -1
  42. package/dist/node/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -1
  43. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.cts +0 -1
  44. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.cts.map +1 -1
  45. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.mts +0 -1
  46. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +1 -1
  47. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.ts +0 -1
  48. package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -1
  49. package/package.json +22 -21
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xylabs/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
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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"}
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xylabs/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
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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"}
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xylabs/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
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;CAEvE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;CAEvE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;CAEvE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;CAElE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;CAElE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;CAElE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;CAErE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;CAErE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;CAErE,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xylabs/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
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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"}
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xylabs/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
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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"}
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasDiviner } from './Diviner';
2
- export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<EthereumGasDiviner<import("@xylabs/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
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -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"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;CAEvE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;CAEvE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.blocknative";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasBlocknativePayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;;CAEvE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasBlocknativePayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasBlocknativePayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,+BAA+B,aAAc,OAAO,GAAG,IAAI;;CAEvE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;CAElE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;CAElE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.ethers";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEthersPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;;CAElE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEthersPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthersPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,0BAA0B,aAAc,OAAO,GAAG,IAAI;;CAElE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;CAErE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;CAErE,CAAA"}
@@ -1,6 +1,5 @@
1
1
  import { Payload } from '@xyo-network/payload-model';
2
2
  export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
3
3
  schema: "network.xyo.blockchain.ethereum.gas.etherscan";
4
- timestamp: number;
5
4
  };
6
5
  //# sourceMappingURL=isEthereumGasEtherscanPayload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;;CAErE,CAAA"}
1
+ {"version":3,"file":"isEthereumGasEtherscanPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherscanPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,6BAA6B,aAAc,OAAO,GAAG,IAAI;;CAErE,CAAA"}
package/package.json CHANGED
@@ -10,31 +10,31 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/exists": "^2.13.25",
14
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.86.5",
15
- "@xyo-network/diviner-abstract": "^2.88.2",
16
- "@xyo-network/diviner-model": "^2.88.2",
17
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.86.5",
18
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.86.5",
19
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.86.5",
20
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.86.5",
21
- "@xyo-network/gas-price-payload-plugin": "~2.86.5",
22
- "@xyo-network/module-model": "^2.88.2",
23
- "@xyo-network/payload-builder": "^2.88.2",
24
- "@xyo-network/payload-model": "^2.88.2",
25
- "@xyo-network/payloadset-plugin": "^2.88.2",
13
+ "@xylabs/exists": "^2.14.0",
14
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.87.0-rc.2",
15
+ "@xyo-network/diviner-abstract": "^2.89.0-rc.12",
16
+ "@xyo-network/diviner-model": "^2.89.0-rc.12",
17
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.87.0-rc.2",
18
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.87.0-rc.2",
19
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.87.0-rc.2",
20
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.87.0-rc.2",
21
+ "@xyo-network/gas-price-payload-plugin": "~2.87.0-rc.2",
22
+ "@xyo-network/module-model": "^2.89.0-rc.12",
23
+ "@xyo-network/payload-builder": "^2.89.0-rc.12",
24
+ "@xyo-network/payload-model": "^2.89.0-rc.12",
25
+ "@xyo-network/payloadset-plugin": "^2.89.0-rc.12",
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.42",
31
31
  "@xylabs/tsconfig": "^3.2.42",
32
- "@xyo-network/account": "^2.88.2",
33
- "@xyo-network/blocknative-ethereum-gas-plugin": "~2.86.5",
34
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.86.5",
35
- "@xyo-network/ethers-ethereum-gas-plugin": "~2.86.5",
36
- "@xyo-network/etherscan-ethereum-gas-plugin": "~2.86.5",
37
- "@xyo-network/witness-blockchain-abstract": "^2.88.2",
32
+ "@xyo-network/account": "^2.89.0-rc.12",
33
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~2.87.0-rc.2",
34
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.87.0-rc.2",
35
+ "@xyo-network/ethers-ethereum-gas-plugin": "~2.87.0-rc.2",
36
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~2.87.0-rc.2",
37
+ "@xyo-network/witness-blockchain-abstract": "^2.89.0-rc.12",
38
38
  "typescript": "^5.3.3"
39
39
  },
40
40
  "description": "Typescript/Javascript Plugins for XYO Platform",
@@ -76,6 +76,7 @@
76
76
  "url": "https://github.com/XYOracleNetwork/plugins.git"
77
77
  },
78
78
  "sideEffects": false,
79
- "version": "2.86.5",
80
- "type": "module"
79
+ "version": "2.87.0-rc.2",
80
+ "type": "module",
81
+ "stableVersion": "2.86.5"
81
82
  }