@xyo-network/blocknative-ethereum-gas-plugin 2.73.4 → 2.74.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.
@@ -0,0 +1,6 @@
1
+ import { TimestampWitnessConfig } from '@xyo-network/witness';
2
+ import { EthereumGasBlocknativeWitnessConfigSchema } from './Schema';
3
+ export type EthereumGasBlocknativeWitnessConfig = TimestampWitnessConfig<{
4
+ schema: EthereumGasBlocknativeWitnessConfigSchema;
5
+ }>;
6
+ //# sourceMappingURL=Config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAE7D,OAAO,EAAE,yCAAyC,EAAE,MAAM,UAAU,CAAA;AAEpE,MAAM,MAAM,mCAAmC,GAAG,sBAAsB,CAAC;IACvE,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { TimestampWitnessConfig } from '@xyo-network/witness';
2
+ import { EthereumGasBlocknativeWitnessConfigSchema } from './Schema';
3
+ export type EthereumGasBlocknativeWitnessConfig = TimestampWitnessConfig<{
4
+ schema: EthereumGasBlocknativeWitnessConfigSchema;
5
+ }>;
6
+ //# sourceMappingURL=Config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAE7D,OAAO,EAAE,yCAAyC,EAAE,MAAM,UAAU,CAAA;AAEpE,MAAM,MAAM,mCAAmC,GAAG,sBAAsB,CAAC;IACvE,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { EthereumGasBlocknativeWitness } from './Witness';
2
+ export declare const EthereumGasBlocknativePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasBlocknativeWitness>;
3
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B,uGAQtC,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { EthereumGasBlocknativeWitness } from './Witness';
2
+ export declare const EthereumGasBlocknativePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<EthereumGasBlocknativeWitness>;
3
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B,uGAQtC,CAAA"}
@@ -0,0 +1,3 @@
1
+ export type EthereumGasBlocknativeWitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.blocknative.witness.config';
2
+ export declare const EthereumGasBlocknativeWitnessConfigSchema: EthereumGasBlocknativeWitnessConfigSchema;
3
+ //# sourceMappingURL=Schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,yCAAyC,GAAG,gEAAgE,CAAA;AACxH,eAAO,MAAM,yCAAyC,EAAE,yCACU,CAAA"}
@@ -0,0 +1,3 @@
1
+ export type EthereumGasBlocknativeWitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.blocknative.witness.config';
2
+ export declare const EthereumGasBlocknativeWitnessConfigSchema: EthereumGasBlocknativeWitnessConfigSchema;
3
+ //# sourceMappingURL=Schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../src/Schema.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,yCAAyC,GAAG,gEAAgE,CAAA;AACxH,eAAO,MAAM,yCAAyC,EAAE,yCACU,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { AnyConfigSchema } from '@xyo-network/module';
2
+ import { Payload } from '@xyo-network/payload-model';
3
+ import { AbstractWitness, TimestampWitnessParams } from '@xyo-network/witness';
4
+ import { EthereumGasBlocknativeWitnessConfig } from './Config';
5
+ export type EthereumGasBlocknativeWitnessParams = TimestampWitnessParams<AnyConfigSchema<EthereumGasBlocknativeWitnessConfig>>;
6
+ export declare class EthereumGasBlocknativeWitness extends AbstractWitness<EthereumGasBlocknativeWitnessParams> {
7
+ static configSchemas: "network.xyo.blockchain.ethereum.gas.blocknative.witness.config"[];
8
+ protected observeHandler(): Promise<Payload[]>;
9
+ }
10
+ //# sourceMappingURL=Witness.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAErD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAE9E,OAAO,EAAE,mCAAmC,EAAE,MAAM,UAAU,CAAA;AAI9D,MAAM,MAAM,mCAAmC,GAAG,sBAAsB,CAAC,eAAe,CAAC,mCAAmC,CAAC,CAAC,CAAA;AAC9H,qBAAa,6BAA8B,SAAQ,eAAe,CAAC,mCAAmC,CAAC;IACrG,OAAgB,aAAa,qEAA8C;cAElD,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAS9D"}
@@ -0,0 +1,10 @@
1
+ import { AnyConfigSchema } from '@xyo-network/module';
2
+ import { Payload } from '@xyo-network/payload-model';
3
+ import { AbstractWitness, TimestampWitnessParams } from '@xyo-network/witness';
4
+ import { EthereumGasBlocknativeWitnessConfig } from './Config';
5
+ export type EthereumGasBlocknativeWitnessParams = TimestampWitnessParams<AnyConfigSchema<EthereumGasBlocknativeWitnessConfig>>;
6
+ export declare class EthereumGasBlocknativeWitness extends AbstractWitness<EthereumGasBlocknativeWitnessParams> {
7
+ static configSchemas: "network.xyo.blockchain.ethereum.gas.blocknative.witness.config"[];
8
+ protected observeHandler(): Promise<Payload[]>;
9
+ }
10
+ //# sourceMappingURL=Witness.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAErD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAE9E,OAAO,EAAE,mCAAmC,EAAE,MAAM,UAAU,CAAA;AAI9D,MAAM,MAAM,mCAAmC,GAAG,sBAAsB,CAAC,eAAe,CAAC,mCAAmC,CAAC,CAAC,CAAA;AAC9H,qBAAa,6BAA8B,SAAQ,eAAe,CAAC,mCAAmC,CAAC;IACrG,OAAgB,aAAa,qEAA8C;cAElD,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAS9D"}
package/dist/index.d.mts CHANGED
@@ -1,21 +1,7 @@
1
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import { AnyConfigSchema } from '@xyo-network/module';
3
- import { Payload } from '@xyo-network/payload-model';
4
- import { TimestampWitnessConfig, TimestampWitnessParams, AbstractWitness } from '@xyo-network/witness';
5
-
6
- type EthereumGasBlocknativeWitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.blocknative.witness.config';
7
- declare const EthereumGasBlocknativeWitnessConfigSchema: EthereumGasBlocknativeWitnessConfigSchema;
8
-
9
- type EthereumGasBlocknativeWitnessConfig = TimestampWitnessConfig<{
10
- schema: EthereumGasBlocknativeWitnessConfigSchema;
11
- }>;
12
-
13
- type EthereumGasBlocknativeWitnessParams = TimestampWitnessParams<AnyConfigSchema<EthereumGasBlocknativeWitnessConfig>>;
14
- declare class EthereumGasBlocknativeWitness extends AbstractWitness<EthereumGasBlocknativeWitnessParams> {
15
- static configSchemas: "network.xyo.blockchain.ethereum.gas.blocknative.witness.config"[];
16
- protected observeHandler(): Promise<Payload[]>;
17
- }
18
-
19
- declare const EthereumGasBlocknativePlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<EthereumGasBlocknativeWitness>;
20
-
21
- export { EthereumGasBlocknativePlugin, EthereumGasBlocknativeWitness, EthereumGasBlocknativeWitnessConfig, EthereumGasBlocknativeWitnessConfigSchema, EthereumGasBlocknativeWitnessParams, EthereumGasBlocknativePlugin as default };
1
+ import { EthereumGasBlocknativePlugin } from './Plugin';
2
+ export * from './Config';
3
+ export * from './Schema';
4
+ export * from './Witness';
5
+ export { EthereumGasBlocknativePlugin };
6
+ export default EthereumGasBlocknativePlugin;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAEvD,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AAEzB,OAAO,EAAE,4BAA4B,EAAE,CAAA;AAGvC,eAAe,4BAA4B,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,21 +1,7 @@
1
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import { AnyConfigSchema } from '@xyo-network/module';
3
- import { Payload } from '@xyo-network/payload-model';
4
- import { TimestampWitnessConfig, TimestampWitnessParams, AbstractWitness } from '@xyo-network/witness';
5
-
6
- type EthereumGasBlocknativeWitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.blocknative.witness.config';
7
- declare const EthereumGasBlocknativeWitnessConfigSchema: EthereumGasBlocknativeWitnessConfigSchema;
8
-
9
- type EthereumGasBlocknativeWitnessConfig = TimestampWitnessConfig<{
10
- schema: EthereumGasBlocknativeWitnessConfigSchema;
11
- }>;
12
-
13
- type EthereumGasBlocknativeWitnessParams = TimestampWitnessParams<AnyConfigSchema<EthereumGasBlocknativeWitnessConfig>>;
14
- declare class EthereumGasBlocknativeWitness extends AbstractWitness<EthereumGasBlocknativeWitnessParams> {
15
- static configSchemas: "network.xyo.blockchain.ethereum.gas.blocknative.witness.config"[];
16
- protected observeHandler(): Promise<Payload[]>;
17
- }
18
-
19
- declare const EthereumGasBlocknativePlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<EthereumGasBlocknativeWitness>;
20
-
21
- export { EthereumGasBlocknativePlugin, EthereumGasBlocknativeWitness, EthereumGasBlocknativeWitnessConfig, EthereumGasBlocknativeWitnessConfigSchema, EthereumGasBlocknativeWitnessParams, EthereumGasBlocknativePlugin as default };
1
+ import { EthereumGasBlocknativePlugin } from './Plugin';
2
+ export * from './Config';
3
+ export * from './Schema';
4
+ export * from './Witness';
5
+ export { EthereumGasBlocknativePlugin };
6
+ export default EthereumGasBlocknativePlugin;
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAA;AAEvD,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AAEzB,OAAO,EAAE,4BAA4B,EAAE,CAAA;AAGvC,eAAe,4BAA4B,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { EthereumGasBlocknativeResponse } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
2
+ export declare const getGasFromBlocknative: () => Promise<EthereumGasBlocknativeResponse>;
3
+ //# sourceMappingURL=getGasFromBlocknative.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGasFromBlocknative.d.ts","sourceRoot":"","sources":["../../src/lib/getGasFromBlocknative.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,sDAAsD,CAAA;AAOrG,eAAO,MAAM,qBAAqB,QAAa,QAAQ,8BAA8B,CAEpF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { EthereumGasBlocknativeResponse } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
2
+ export declare const getGasFromBlocknative: () => Promise<EthereumGasBlocknativeResponse>;
3
+ //# sourceMappingURL=getGasFromBlocknative.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGasFromBlocknative.d.ts","sourceRoot":"","sources":["../../src/lib/getGasFromBlocknative.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,sDAAsD,CAAA;AAOrG,eAAO,MAAM,qBAAqB,QAAa,QAAQ,8BAA8B,CAEpF,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './getGasFromBlocknative';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './getGasFromBlocknative';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA"}
package/package.json CHANGED
@@ -10,25 +10,19 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/axios": "~2.73.4",
14
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.73.4",
15
- "@xyo-network/module": "~2.73.4",
16
- "@xyo-network/payload-builder": "~2.73.4",
17
- "@xyo-network/payload-model": "~2.73.4",
18
- "@xyo-network/payloadset-plugin": "~2.73.4",
19
- "@xyo-network/witness": "~2.73.4"
13
+ "@xyo-network/axios": "~2.74.0",
14
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.74.0",
15
+ "@xyo-network/module": "~2.74.0",
16
+ "@xyo-network/payload-builder": "~2.74.0",
17
+ "@xyo-network/payload-model": "~2.74.0",
18
+ "@xyo-network/payloadset-plugin": "~2.74.0",
19
+ "@xyo-network/witness": "~2.74.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/ts-scripts-yarn3": "^2.19.12",
23
- "@xylabs/tsconfig": "^2.19.12",
24
- "publint": "^0.2.2",
25
- "tsup": "^7.2.0",
22
+ "@xylabs/ts-scripts-yarn3": "^3.0.27",
23
+ "@xylabs/tsconfig": "^3.0.27",
26
24
  "typescript": "^5.2.2"
27
25
  },
28
- "scripts": {
29
- "package-compile": "tsup && publint",
30
- "package-recompile": "tsup && publint"
31
- },
32
26
  "description": "Primary SDK for using XYO Protocol 2.0",
33
27
  "docs": "dist/docs.json",
34
28
  "types": "dist/index.d.ts",
@@ -69,5 +63,5 @@
69
63
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
70
64
  },
71
65
  "sideEffects": false,
72
- "version": "2.73.4"
66
+ "version": "2.74.0"
73
67
  }