@xyo-network/gas-price-plugin 2.99.2 → 2.99.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/package.json +22 -22
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": "^3.
|
|
14
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.99.
|
|
15
|
-
"@xyo-network/diviner-abstract": "^2.110.
|
|
16
|
-
"@xyo-network/diviner-model": "^2.110.
|
|
17
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.99.
|
|
18
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.99.
|
|
19
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.99.
|
|
20
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.99.
|
|
21
|
-
"@xyo-network/gas-price-payload-plugin": "^2.99.
|
|
22
|
-
"@xyo-network/module-model": "^2.110.
|
|
23
|
-
"@xyo-network/payload-builder": "^2.110.
|
|
24
|
-
"@xyo-network/payload-model": "^2.110.
|
|
25
|
-
"@xyo-network/payloadset-plugin": "^2.110.
|
|
13
|
+
"@xylabs/exists": "^3.6.1",
|
|
14
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.99.3",
|
|
15
|
+
"@xyo-network/diviner-abstract": "^2.110.6",
|
|
16
|
+
"@xyo-network/diviner-model": "^2.110.6",
|
|
17
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.99.3",
|
|
18
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.99.3",
|
|
19
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.99.3",
|
|
20
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.99.3",
|
|
21
|
+
"@xyo-network/gas-price-payload-plugin": "^2.99.3",
|
|
22
|
+
"@xyo-network/module-model": "^2.110.6",
|
|
23
|
+
"@xyo-network/payload-builder": "^2.110.6",
|
|
24
|
+
"@xyo-network/payload-model": "^2.110.6",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "^2.110.6",
|
|
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.110.
|
|
33
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "^2.99.
|
|
34
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.99.
|
|
35
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "^2.99.
|
|
36
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "^2.99.
|
|
37
|
-
"@xyo-network/witness-blockchain-abstract": "^2.110.
|
|
30
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.2",
|
|
31
|
+
"@xylabs/tsconfig": "^3.12.2",
|
|
32
|
+
"@xyo-network/account": "^2.110.6",
|
|
33
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "^2.99.3",
|
|
34
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.99.3",
|
|
35
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "^2.99.3",
|
|
36
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "^2.99.3",
|
|
37
|
+
"@xyo-network/witness-blockchain-abstract": "^2.110.6",
|
|
38
38
|
"typescript": "^5.5.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.99.
|
|
79
|
+
"version": "2.99.3",
|
|
80
80
|
"type": "module"
|
|
81
81
|
}
|