@xyo-network/gas-price-plugin 2.78.2 → 2.78.4
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 +21 -21
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.4",
|
|
16
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.78.4",
|
|
17
|
+
"@xyo-network/diviner": "~2.78.4",
|
|
18
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.78.4",
|
|
19
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.78.4",
|
|
20
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.78.4",
|
|
21
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.78.4",
|
|
22
|
+
"@xyo-network/gas-price-payload-plugin": "~2.78.4",
|
|
23
|
+
"@xyo-network/module-model": "~2.78.4",
|
|
24
|
+
"@xyo-network/payload-builder": "~2.78.4",
|
|
25
|
+
"@xyo-network/payload-model": "~2.78.4",
|
|
26
|
+
"@xyo-network/payloadset-plugin": "~2.78.4",
|
|
27
27
|
"regression": "^2.0.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"@ethersproject/networks": "^5.7.1",
|
|
33
33
|
"@ethersproject/providers": "^5.7.2",
|
|
34
34
|
"@ethersproject/solidity": "^5.7.0",
|
|
35
|
-
"@types/regression": "^2.0.
|
|
35
|
+
"@types/regression": "^2.0.5",
|
|
36
36
|
"@uniswap/sdk": "^3.0.3",
|
|
37
37
|
"@uniswap/sdk-core": "^4.0.9",
|
|
38
38
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
39
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
40
|
-
"@xylabs/tsconfig": "^3.1.
|
|
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.
|
|
39
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.21",
|
|
40
|
+
"@xylabs/tsconfig": "^3.1.21",
|
|
41
|
+
"@xyo-network/account": "~2.78.4",
|
|
42
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.78.4",
|
|
43
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.78.4",
|
|
44
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~2.78.4",
|
|
45
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.78.4",
|
|
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.4"
|
|
99
99
|
}
|