@xyo-network/gas-price-plugin 2.64.6 → 2.64.7
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/docs.json +2099 -951
- package/dist/types/lib/identities/isEthereumGasBlocknativePayload.d.ts +2 -0
- package/dist/types/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -1
- package/dist/types/lib/identities/isEthereumGasEtherchainV2Payload.d.ts +2 -0
- package/dist/types/lib/identities/isEthereumGasEtherchainV2Payload.d.ts.map +1 -1
- package/dist/types/lib/identities/isEthereumGasEthersPayload.d.ts +2 -0
- package/dist/types/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -1
- package/dist/types/lib/identities/isEthereumGasEtherscanPayload.d.ts +2 -0
- package/dist/types/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -1
- package/dist/types/lib/identities/isEthereumGasEthgasstationPayload.d.ts +2 -0
- package/dist/types/lib/identities/isEthereumGasEthgasstationPayload.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -2,5 +2,7 @@ import { Payload } from '@xyo-network/payload-model';
|
|
|
2
2
|
export declare const isEthereumGasBlocknativePayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/blocknative-ethereum-gas-payload-plugin").EthereumGasBlocknativeResponse & {
|
|
3
3
|
schema: "network.xyo.blockchain.ethereum.gas.blocknative";
|
|
4
4
|
timestamp: number;
|
|
5
|
+
} & {
|
|
6
|
+
schema: "network.xyo.blockchain.ethereum.gas.blocknative";
|
|
5
7
|
};
|
|
6
8
|
//# 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"}
|
|
@@ -2,5 +2,7 @@ import { Payload } from '@xyo-network/payload-model';
|
|
|
2
2
|
export declare const isEthereumGasEtherchainV2Payload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins").EthereumGasEtherchainV2Response & {
|
|
3
3
|
schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
|
|
4
4
|
timestamp: number;
|
|
5
|
+
} & {
|
|
6
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherchain.v2";
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=isEthereumGasEtherchainV2Payload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isEthereumGasEtherchainV2Payload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,gCAAgC,aAAc,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"isEthereumGasEtherchainV2Payload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEtherchainV2Payload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,gCAAgC,aAAc,OAAO,GAAG,IAAI;;;;;CAExE,CAAA"}
|
|
@@ -2,5 +2,7 @@ import { Payload } from '@xyo-network/payload-model';
|
|
|
2
2
|
export declare const isEthereumGasEthersPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethers-ethereum-gas-payload-plugin").EthereumGasEthersResponse & {
|
|
3
3
|
schema: "network.xyo.blockchain.ethereum.gas.ethers";
|
|
4
4
|
timestamp: number;
|
|
5
|
+
} & {
|
|
6
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethers";
|
|
5
7
|
};
|
|
6
8
|
//# 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"}
|
|
@@ -2,5 +2,7 @@ import { Payload } from '@xyo-network/payload-model';
|
|
|
2
2
|
export declare const isEthereumGasEtherscanPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/etherscan-ethereum-gas-payload-plugin").EthereumGasEtherscanResponse & {
|
|
3
3
|
schema: "network.xyo.blockchain.ethereum.gas.etherscan";
|
|
4
4
|
timestamp: number;
|
|
5
|
+
} & {
|
|
6
|
+
schema: "network.xyo.blockchain.ethereum.gas.etherscan";
|
|
5
7
|
};
|
|
6
8
|
//# 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"}
|
|
@@ -2,5 +2,7 @@ import { Payload } from '@xyo-network/payload-model';
|
|
|
2
2
|
export declare const isEthereumGasEthgasstationPayload: (payload?: Payload | null) => payload is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/ethgasstation-ethereum-gas-payload-plugin").EthereumGasEthgasstationResponse & {
|
|
3
3
|
schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
|
|
4
4
|
timestamp: number;
|
|
5
|
+
} & {
|
|
6
|
+
schema: "network.xyo.blockchain.ethereum.gas.ethgasstation";
|
|
5
7
|
};
|
|
6
8
|
//# sourceMappingURL=isEthereumGasEthgasstationPayload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isEthereumGasEthgasstationPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,iCAAiC,aAAc,OAAO,GAAG,IAAI
|
|
1
|
+
{"version":3,"file":"isEthereumGasEthgasstationPayload.d.ts","sourceRoot":"","sources":["../../../../src/lib/identities/isEthereumGasEthgasstationPayload.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,eAAO,MAAM,iCAAiC,aAAc,OAAO,GAAG,IAAI;;;;;CAEzE,CAAA"}
|
package/package.json
CHANGED
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/exists": "^2.9.3",
|
|
14
|
-
"@xyo-network/abstract-diviner": "^2.64.
|
|
15
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.64.
|
|
16
|
-
"@xyo-network/diviner": "^2.64.
|
|
17
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.64.
|
|
18
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.64.
|
|
19
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.64.
|
|
20
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.64.
|
|
21
|
-
"@xyo-network/gas-price-payload-plugin": "^2.64.
|
|
22
|
-
"@xyo-network/module": "^2.64.
|
|
23
|
-
"@xyo-network/payload-builder": "^2.64.
|
|
24
|
-
"@xyo-network/payload-model": "^2.64.
|
|
25
|
-
"@xyo-network/payloadset-plugin": "^2.64.
|
|
26
|
-
"@xyo-network/promise": "^2.64.
|
|
14
|
+
"@xyo-network/abstract-diviner": "^2.64.7",
|
|
15
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.64.7",
|
|
16
|
+
"@xyo-network/diviner": "^2.64.7",
|
|
17
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.64.7",
|
|
18
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.64.7",
|
|
19
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.64.7",
|
|
20
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.64.7",
|
|
21
|
+
"@xyo-network/gas-price-payload-plugin": "^2.64.7",
|
|
22
|
+
"@xyo-network/module": "^2.64.7",
|
|
23
|
+
"@xyo-network/payload-builder": "^2.64.7",
|
|
24
|
+
"@xyo-network/payload-model": "^2.64.7",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "^2.64.7",
|
|
26
|
+
"@xyo-network/promise": "^2.64.7",
|
|
27
27
|
"regression": "^2.0.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
},
|
|
84
84
|
"sideEffects": false,
|
|
85
85
|
"types": "dist/types/index.d.ts",
|
|
86
|
-
"version": "2.64.
|
|
86
|
+
"version": "2.64.7"
|
|
87
87
|
}
|