@xyo-network/etherchain-ethereum-gas-v2-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 { WitnessConfig } from '@xyo-network/witness';
2
+ import { EthereumGasEtherchainV2WitnessConfigSchema } from './Schema';
3
+ export type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
4
+ schema: EthereumGasEtherchainV2WitnessConfigSchema;
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,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,OAAO,EAAE,0CAA0C,EAAE,MAAM,UAAU,CAAA;AAErE,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC;IAC/D,MAAM,EAAE,0CAA0C,CAAA;CACnD,CAAC,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { WitnessConfig } from '@xyo-network/witness';
2
+ import { EthereumGasEtherchainV2WitnessConfigSchema } from './Schema';
3
+ export type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
4
+ schema: EthereumGasEtherchainV2WitnessConfigSchema;
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,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEpD,OAAO,EAAE,0CAA0C,EAAE,MAAM,UAAU,CAAA;AAErE,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC;IAC/D,MAAM,EAAE,0CAA0C,CAAA;CACnD,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule>;
2
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,4HAQvC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const EthereumGasEtherchainV2Plugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<import("@xyo-network/witness-model").WitnessModule>;
2
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,6BAA6B,4HAQvC,CAAA"}
@@ -0,0 +1,3 @@
1
+ export type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
2
+ export declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
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,0CAA0C,GAAG,kEAAkE,CAAA;AAC3H,eAAO,MAAM,0CAA0C,EAAE,0CACW,CAAA"}
@@ -0,0 +1,3 @@
1
+ export type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
2
+ export declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
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,0CAA0C,GAAG,kEAAkE,CAAA;AAC3H,eAAO,MAAM,0CAA0C,EAAE,0CACW,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { AnyConfigSchema } from '@xyo-network/module';
2
+ import { Payload } from '@xyo-network/payload-model';
3
+ import { AbstractWitness, WitnessParams } from '@xyo-network/witness';
4
+ import { EthereumGasEtherchainV2WitnessConfig } from './Config';
5
+ export type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
6
+ export declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
7
+ static configSchemas: "network.xyo.blockchain.ethereum.gas.etherchain.v2.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;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAA;AAI/D,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC,eAAe,CAAC,oCAAoC,CAAC,CAAC,CAAA;AAEvH,qBAAa,8BAA+B,SAAQ,eAAe,CAAC,oCAAoC,CAAC;IACvG,OAAgB,aAAa,uEAA+C;cAEnD,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAQ9D"}
@@ -0,0 +1,10 @@
1
+ import { AnyConfigSchema } from '@xyo-network/module';
2
+ import { Payload } from '@xyo-network/payload-model';
3
+ import { AbstractWitness, WitnessParams } from '@xyo-network/witness';
4
+ import { EthereumGasEtherchainV2WitnessConfig } from './Config';
5
+ export type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
6
+ export declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
7
+ static configSchemas: "network.xyo.blockchain.ethereum.gas.etherchain.v2.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;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAA;AAI/D,MAAM,MAAM,oCAAoC,GAAG,aAAa,CAAC,eAAe,CAAC,oCAAoC,CAAC,CAAC,CAAA;AAEvH,qBAAa,8BAA+B,SAAQ,eAAe,CAAC,oCAAoC,CAAC;IACvG,OAAgB,aAAa,uEAA+C;cAEnD,cAAc,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;CAQ9D"}
package/dist/index.d.mts CHANGED
@@ -1,22 +1,7 @@
1
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import * as _xyo_network_witness_model from '@xyo-network/witness-model';
3
- import { WitnessConfig, WitnessParams, AbstractWitness } from '@xyo-network/witness';
4
- import { AnyConfigSchema } from '@xyo-network/module';
5
- import { Payload } from '@xyo-network/payload-model';
6
-
7
- declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule>;
8
-
9
- type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
10
- declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
11
-
12
- type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
13
- schema: EthereumGasEtherchainV2WitnessConfigSchema;
14
- }>;
15
-
16
- type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
17
- declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
18
- static configSchemas: "network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config"[];
19
- protected observeHandler(): Promise<Payload[]>;
20
- }
21
-
22
- export { EtherchainEthereumGasWitnessV2, EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2Plugin, EthereumGasEtherchainV2WitnessConfig, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
1
+ import { EthereumGasEtherchainV2Plugin } from './Plugin';
2
+ export * from './Config';
3
+ export * from './Schema';
4
+ export * from './Witness';
5
+ export { EthereumGasEtherchainV2Plugin };
6
+ export default EthereumGasEtherchainV2Plugin;
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,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AAEzB,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,22 +1,7 @@
1
- import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import * as _xyo_network_witness_model from '@xyo-network/witness-model';
3
- import { WitnessConfig, WitnessParams, AbstractWitness } from '@xyo-network/witness';
4
- import { AnyConfigSchema } from '@xyo-network/module';
5
- import { Payload } from '@xyo-network/payload-model';
6
-
7
- declare const EthereumGasEtherchainV2Plugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<_xyo_network_witness_model.WitnessModule>;
8
-
9
- type EthereumGasEtherchainV2WitnessConfigSchema = 'network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config';
10
- declare const EthereumGasEtherchainV2WitnessConfigSchema: EthereumGasEtherchainV2WitnessConfigSchema;
11
-
12
- type EthereumGasEtherchainV2WitnessConfig = WitnessConfig<{
13
- schema: EthereumGasEtherchainV2WitnessConfigSchema;
14
- }>;
15
-
16
- type EtherchainEthereumGasWitnessV2Params = WitnessParams<AnyConfigSchema<EthereumGasEtherchainV2WitnessConfig>>;
17
- declare class EtherchainEthereumGasWitnessV2 extends AbstractWitness<EtherchainEthereumGasWitnessV2Params> {
18
- static configSchemas: "network.xyo.blockchain.ethereum.gas.etherchain.v2.witness.config"[];
19
- protected observeHandler(): Promise<Payload[]>;
20
- }
21
-
22
- export { EtherchainEthereumGasWitnessV2, EtherchainEthereumGasWitnessV2Params, EthereumGasEtherchainV2Plugin, EthereumGasEtherchainV2WitnessConfig, EthereumGasEtherchainV2WitnessConfigSchema, EthereumGasEtherchainV2Plugin as default };
1
+ import { EthereumGasEtherchainV2Plugin } from './Plugin';
2
+ export * from './Config';
3
+ export * from './Schema';
4
+ export * from './Witness';
5
+ export { EthereumGasEtherchainV2Plugin };
6
+ export default EthereumGasEtherchainV2Plugin;
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,6BAA6B,EAAE,MAAM,UAAU,CAAA;AAExD,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AAEzB,OAAO,EAAE,6BAA6B,EAAE,CAAA;AAGxC,eAAe,6BAA6B,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { EthereumGasEtherchainV2Response } from '@xyo-network/etherchain-ethereum-gas-v2-payload-plugin';
2
+ export declare const getV2GasFromEtherchain: () => Promise<EthereumGasEtherchainV2Response>;
3
+ //# sourceMappingURL=getV2GasFromEtherchain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,QAAQ,+BAA+B,CAEtF,CAAA"}
@@ -0,0 +1,3 @@
1
+ import { EthereumGasEtherchainV2Response } from '@xyo-network/etherchain-ethereum-gas-v2-payload-plugin';
2
+ export declare const getV2GasFromEtherchain: () => Promise<EthereumGasEtherchainV2Response>;
3
+ //# sourceMappingURL=getV2GasFromEtherchain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getV2GasFromEtherchain.d.ts","sourceRoot":"","sources":["../../src/lib/getV2GasFromEtherchain.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AAIxG,eAAO,MAAM,sBAAsB,QAAa,QAAQ,+BAA+B,CAEtF,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './getV2GasFromEtherchain';
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,0BAA0B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './getV2GasFromEtherchain';
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,0BAA0B,CAAA"}
package/package.json CHANGED
@@ -10,24 +10,18 @@
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/etherchain-ethereum-gas-v2-payload-plugin": "~2.73.4",
15
- "@xyo-network/module": "~2.73.4",
16
- "@xyo-network/payload-model": "~2.73.4",
17
- "@xyo-network/payloadset-plugin": "~2.73.4",
18
- "@xyo-network/witness": "~2.73.4"
13
+ "@xyo-network/axios": "~2.74.0",
14
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~2.74.0",
15
+ "@xyo-network/module": "~2.74.0",
16
+ "@xyo-network/payload-model": "~2.74.0",
17
+ "@xyo-network/payloadset-plugin": "~2.74.0",
18
+ "@xyo-network/witness": "~2.74.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@xylabs/ts-scripts-yarn3": "^2.19.12",
22
- "@xylabs/tsconfig": "^2.19.12",
23
- "publint": "^0.2.2",
24
- "tsup": "^7.2.0",
21
+ "@xylabs/ts-scripts-yarn3": "^3.0.27",
22
+ "@xylabs/tsconfig": "^3.0.27",
25
23
  "typescript": "^5.2.2"
26
24
  },
27
- "scripts": {
28
- "package-compile": "tsup && publint",
29
- "package-recompile": "tsup && publint"
30
- },
31
25
  "description": "Primary SDK for using XYO Protocol 2.0",
32
26
  "docs": "dist/docs.json",
33
27
  "types": "dist/index.d.ts",
@@ -68,5 +62,5 @@
68
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
69
63
  },
70
64
  "sideEffects": false,
71
- "version": "2.73.4"
65
+ "version": "2.74.0"
72
66
  }