@xyo-network/gas-price-plugin 2.78.1 → 2.78.2
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 +18 -18
package/package.json
CHANGED
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/exists": "^2.13.3",
|
|
14
14
|
"@xylabs/promise": "^2.13.3",
|
|
15
|
-
"@xyo-network/abstract-diviner": "~2.78.
|
|
16
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.78.
|
|
17
|
-
"@xyo-network/diviner": "~2.78.
|
|
18
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.78.
|
|
19
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.78.
|
|
20
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.78.
|
|
21
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.78.
|
|
22
|
-
"@xyo-network/gas-price-payload-plugin": "~2.78.
|
|
23
|
-
"@xyo-network/module-model": "~2.78.
|
|
24
|
-
"@xyo-network/payload-builder": "~2.78.
|
|
25
|
-
"@xyo-network/payload-model": "~2.78.
|
|
26
|
-
"@xyo-network/payloadset-plugin": "~2.78.
|
|
15
|
+
"@xyo-network/abstract-diviner": "~2.78.2",
|
|
16
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.78.2",
|
|
17
|
+
"@xyo-network/diviner": "~2.78.2",
|
|
18
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.78.2",
|
|
19
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.78.2",
|
|
20
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.78.2",
|
|
21
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.78.2",
|
|
22
|
+
"@xyo-network/gas-price-payload-plugin": "~2.78.2",
|
|
23
|
+
"@xyo-network/module-model": "~2.78.2",
|
|
24
|
+
"@xyo-network/payload-builder": "~2.78.2",
|
|
25
|
+
"@xyo-network/payload-model": "~2.78.2",
|
|
26
|
+
"@xyo-network/payloadset-plugin": "~2.78.2",
|
|
27
27
|
"regression": "^2.0.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
39
39
|
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
|
40
40
|
"@xylabs/tsconfig": "^3.1.13",
|
|
41
|
-
"@xyo-network/account": "~2.78.
|
|
42
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.78.
|
|
43
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.78.
|
|
44
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "~2.78.
|
|
45
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.78.
|
|
41
|
+
"@xyo-network/account": "~2.78.2",
|
|
42
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.78.2",
|
|
43
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.78.2",
|
|
44
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~2.78.2",
|
|
45
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.78.2",
|
|
46
46
|
"typescript": "^5.2.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
96
96
|
},
|
|
97
97
|
"sideEffects": false,
|
|
98
|
-
"version": "2.78.
|
|
98
|
+
"version": "2.78.2"
|
|
99
99
|
}
|