@xyo-network/gas-price-plugin 2.87.10 → 2.88.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.
|
@@ -12,8 +12,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
12
12
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -29,8 +29,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
29
29
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly sign?: boolean | undefined;
|
|
36
36
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -12,8 +12,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
12
12
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -29,8 +29,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
29
29
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly sign?: boolean | undefined;
|
|
36
36
|
readonly storeQueries?: boolean | undefined;
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
12
12
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -29,8 +29,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
29
29
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly sign?: boolean | undefined;
|
|
36
36
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -12,8 +12,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
12
12
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -29,8 +29,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
29
29
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly sign?: boolean | undefined;
|
|
36
36
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -12,8 +12,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
12
12
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -29,8 +29,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
29
29
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly sign?: boolean | undefined;
|
|
36
36
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -12,8 +12,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
12
12
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -29,8 +29,8 @@ export declare const EthereumGasPlugin: () => import("@xyo-network/payloadset-pl
|
|
|
29
29
|
schema: "network.xyo.blockchain.ethereum.gas.diviner.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly sign?: boolean | undefined;
|
|
36
36
|
readonly storeQueries?: boolean | undefined;
|
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": "^
|
|
14
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.
|
|
15
|
-
"@xyo-network/diviner-abstract": "^2.
|
|
16
|
-
"@xyo-network/diviner-model": "^2.
|
|
17
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.
|
|
18
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.
|
|
19
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.
|
|
20
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.
|
|
21
|
-
"@xyo-network/gas-price-payload-plugin": "~2.
|
|
22
|
-
"@xyo-network/module-model": "^2.
|
|
23
|
-
"@xyo-network/payload-builder": "^2.
|
|
24
|
-
"@xyo-network/payload-model": "^2.
|
|
25
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
13
|
+
"@xylabs/exists": "^3.0.1",
|
|
14
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.88.0",
|
|
15
|
+
"@xyo-network/diviner-abstract": "^2.91.0",
|
|
16
|
+
"@xyo-network/diviner-model": "^2.91.0",
|
|
17
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.88.0",
|
|
18
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.88.0",
|
|
19
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.88.0",
|
|
20
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.88.0",
|
|
21
|
+
"@xyo-network/gas-price-payload-plugin": "~2.88.0",
|
|
22
|
+
"@xyo-network/module-model": "^2.91.0",
|
|
23
|
+
"@xyo-network/payload-builder": "^2.91.0",
|
|
24
|
+
"@xyo-network/payload-model": "^2.91.0",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "^2.91.0",
|
|
26
26
|
"regression": "^2.0.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/regression": "^2.0.6",
|
|
30
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
31
|
-
"@xylabs/tsconfig": "^3.
|
|
32
|
-
"@xyo-network/account": "^2.
|
|
33
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.
|
|
34
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.
|
|
35
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "~2.
|
|
36
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.
|
|
37
|
-
"@xyo-network/witness-blockchain-abstract": "^2.
|
|
30
|
+
"@xylabs/ts-scripts-yarn3": "^3.4.1",
|
|
31
|
+
"@xylabs/tsconfig": "^3.4.1",
|
|
32
|
+
"@xyo-network/account": "^2.91.0",
|
|
33
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.88.0",
|
|
34
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.88.0",
|
|
35
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~2.88.0",
|
|
36
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.88.0",
|
|
37
|
+
"@xyo-network/witness-blockchain-abstract": "^2.91.0",
|
|
38
38
|
"typescript": "^5.3.3"
|
|
39
39
|
},
|
|
40
40
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
77
77
|
},
|
|
78
78
|
"sideEffects": false,
|
|
79
|
-
"version": "2.
|
|
79
|
+
"version": "2.88.0",
|
|
80
80
|
"type": "module"
|
|
81
81
|
}
|