@xyo-network/gas-price-plugin 2.79.8 → 2.80.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 +24 -24
package/package.json
CHANGED
|
@@ -7,23 +7,23 @@
|
|
|
7
7
|
},
|
|
8
8
|
"bugs": {
|
|
9
9
|
"email": "support@xyo.network",
|
|
10
|
-
"url": "https://github.com/XYOracleNetwork/
|
|
10
|
+
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/exists": "^2.13.9",
|
|
14
14
|
"@xylabs/promise": "^2.13.9",
|
|
15
|
-
"@xyo-network/abstract-diviner": "
|
|
16
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.
|
|
17
|
-
"@xyo-network/diviner": "
|
|
18
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.
|
|
19
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.
|
|
20
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.
|
|
21
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.
|
|
22
|
-
"@xyo-network/gas-price-payload-plugin": "~2.
|
|
23
|
-
"@xyo-network/module-model": "
|
|
24
|
-
"@xyo-network/payload-builder": "
|
|
25
|
-
"@xyo-network/payload-model": "
|
|
26
|
-
"@xyo-network/payloadset-plugin": "
|
|
15
|
+
"@xyo-network/abstract-diviner": "^2.79.8",
|
|
16
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.80.3",
|
|
17
|
+
"@xyo-network/diviner": "^2.79.8",
|
|
18
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.80.3",
|
|
19
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.80.3",
|
|
20
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.80.3",
|
|
21
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.80.3",
|
|
22
|
+
"@xyo-network/gas-price-payload-plugin": "~2.80.3",
|
|
23
|
+
"@xyo-network/module-model": "^2.79.8",
|
|
24
|
+
"@xyo-network/payload-builder": "^2.79.8",
|
|
25
|
+
"@xyo-network/payload-model": "^2.79.8",
|
|
26
|
+
"@xyo-network/payloadset-plugin": "^2.79.8",
|
|
27
27
|
"regression": "^2.0.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -36,14 +36,14 @@
|
|
|
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.
|
|
40
|
-
"@xylabs/tsconfig": "^3.
|
|
41
|
-
"@xyo-network/account": "
|
|
42
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.
|
|
43
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.
|
|
44
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "~2.
|
|
45
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.
|
|
46
|
-
"@xyo-network/witness-blockchain-abstract": "
|
|
39
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.2",
|
|
40
|
+
"@xylabs/tsconfig": "^3.2.2",
|
|
41
|
+
"@xyo-network/account": "^2.79.8",
|
|
42
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.80.3",
|
|
43
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.80.3",
|
|
44
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~2.80.3",
|
|
45
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.80.3",
|
|
46
|
+
"@xyo-network/witness-blockchain-abstract": "^2.79.8",
|
|
47
47
|
"typescript": "^5.2.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@uniswap/sdk-core": "^3.2.3",
|
|
57
57
|
"@uniswap/v3-sdk": "^3.9.0"
|
|
58
58
|
},
|
|
59
|
-
"description": "
|
|
59
|
+
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
60
60
|
"docs": "dist/docs.json",
|
|
61
61
|
"types": "dist/node/index.d.ts",
|
|
62
62
|
"exports": {
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
},
|
|
94
94
|
"repository": {
|
|
95
95
|
"type": "git",
|
|
96
|
-
"url": "https://github.com/XYOracleNetwork/
|
|
96
|
+
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
97
97
|
},
|
|
98
98
|
"sideEffects": false,
|
|
99
|
-
"version": "2.
|
|
99
|
+
"version": "2.80.3"
|
|
100
100
|
}
|