@xyo-network/gas-price-plugin 2.87.0-rc.1 → 2.87.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.
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.cts +0 -1
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.cts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.mts +0 -1
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts +0 -1
- package/dist/browser/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.cts +0 -1
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.cts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.mts +0 -1
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.mts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts +0 -1
- package/dist/browser/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.cts +0 -1
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.cts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.mts +0 -1
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +1 -1
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts +0 -1
- package/dist/browser/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.cts +0 -1
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.cts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.mts +0 -1
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.ts +0 -1
- package/dist/node/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.cts +0 -1
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.cts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.mts +0 -1
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.mts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.ts +0 -1
- package/dist/node/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.cts +0 -1
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.cts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.mts +0 -1
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +1 -1
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.ts +0 -1
- package/dist/node/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
14
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.87.0-rc.
|
|
15
|
-
"@xyo-network/diviner-abstract": "^2.89.0-rc.
|
|
16
|
-
"@xyo-network/diviner-model": "^2.89.0-rc.
|
|
17
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.87.0-rc.
|
|
18
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.87.0-rc.
|
|
19
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.87.0-rc.
|
|
20
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.87.0-rc.
|
|
21
|
-
"@xyo-network/gas-price-payload-plugin": "~2.87.0-rc.
|
|
22
|
-
"@xyo-network/module-model": "^2.89.0-rc.
|
|
23
|
-
"@xyo-network/payload-builder": "^2.89.0-rc.
|
|
24
|
-
"@xyo-network/payload-model": "^2.89.0-rc.
|
|
25
|
-
"@xyo-network/payloadset-plugin": "^2.89.0-rc.
|
|
13
|
+
"@xylabs/exists": "^2.14.0",
|
|
14
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.87.0-rc.3",
|
|
15
|
+
"@xyo-network/diviner-abstract": "^2.89.0-rc.13",
|
|
16
|
+
"@xyo-network/diviner-model": "^2.89.0-rc.13",
|
|
17
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.87.0-rc.3",
|
|
18
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.87.0-rc.3",
|
|
19
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.87.0-rc.3",
|
|
20
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.87.0-rc.3",
|
|
21
|
+
"@xyo-network/gas-price-payload-plugin": "~2.87.0-rc.3",
|
|
22
|
+
"@xyo-network/module-model": "^2.89.0-rc.13",
|
|
23
|
+
"@xyo-network/payload-builder": "^2.89.0-rc.13",
|
|
24
|
+
"@xyo-network/payload-model": "^2.89.0-rc.13",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "^2.89.0-rc.13",
|
|
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.89.0-rc.
|
|
33
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.87.0-rc.
|
|
34
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.87.0-rc.
|
|
35
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "~2.87.0-rc.
|
|
36
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.87.0-rc.
|
|
37
|
-
"@xyo-network/witness-blockchain-abstract": "^2.89.0-rc.
|
|
32
|
+
"@xyo-network/account": "^2.89.0-rc.13",
|
|
33
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.87.0-rc.3",
|
|
34
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.87.0-rc.3",
|
|
35
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~2.87.0-rc.3",
|
|
36
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.87.0-rc.3",
|
|
37
|
+
"@xyo-network/witness-blockchain-abstract": "^2.89.0-rc.13",
|
|
38
38
|
"typescript": "^5.3.3"
|
|
39
39
|
},
|
|
40
40
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
77
77
|
},
|
|
78
78
|
"sideEffects": false,
|
|
79
|
-
"version": "2.87.0-rc.
|
|
79
|
+
"version": "2.87.0-rc.3",
|
|
80
80
|
"type": "module",
|
|
81
81
|
"stableVersion": "2.86.5"
|
|
82
82
|
}
|