@xyo-network/gas-price-plugin 2.76.0 → 2.76.1
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 -27
package/package.json
CHANGED
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/exists": "^2.12.
|
|
14
|
-
"@xyo-network/abstract-diviner": "~2.76.
|
|
15
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.76.
|
|
16
|
-
"@xyo-network/diviner": "~2.76.
|
|
17
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.76.
|
|
18
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.76.
|
|
19
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.76.
|
|
20
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.76.
|
|
21
|
-
"@xyo-network/gas-price-payload-plugin": "~2.76.
|
|
22
|
-
"@xyo-network/module-model": "~2.76.
|
|
23
|
-
"@xyo-network/payload-builder": "~2.76.
|
|
24
|
-
"@xyo-network/payload-model": "~2.76.
|
|
25
|
-
"@xyo-network/payloadset-plugin": "~2.76.
|
|
26
|
-
"@xyo-network/promise": "~2.76.
|
|
13
|
+
"@xylabs/exists": "^2.12.28",
|
|
14
|
+
"@xyo-network/abstract-diviner": "~2.76.1",
|
|
15
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.76.1",
|
|
16
|
+
"@xyo-network/diviner": "~2.76.1",
|
|
17
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.76.1",
|
|
18
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.76.1",
|
|
19
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.76.1",
|
|
20
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.76.1",
|
|
21
|
+
"@xyo-network/gas-price-payload-plugin": "~2.76.1",
|
|
22
|
+
"@xyo-network/module-model": "~2.76.1",
|
|
23
|
+
"@xyo-network/payload-builder": "~2.76.1",
|
|
24
|
+
"@xyo-network/payload-model": "~2.76.1",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "~2.76.1",
|
|
26
|
+
"@xyo-network/promise": "~2.76.1",
|
|
27
27
|
"regression": "^2.0.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"@ethersproject/solidity": "^5.7.0",
|
|
35
35
|
"@types/regression": "^2.0.3",
|
|
36
36
|
"@uniswap/sdk": "^3.0.3",
|
|
37
|
-
"@uniswap/sdk-core": "^4.0.
|
|
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.76.
|
|
42
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.76.
|
|
43
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.76.
|
|
44
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "~2.76.
|
|
45
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.76.
|
|
39
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
|
40
|
+
"@xylabs/tsconfig": "^3.1.12",
|
|
41
|
+
"@xyo-network/account": "~2.76.1",
|
|
42
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~2.76.1",
|
|
43
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~2.76.1",
|
|
44
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~2.76.1",
|
|
45
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~2.76.1",
|
|
46
46
|
"typescript": "^5.2.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
@@ -81,15 +81,12 @@
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"./docs": {
|
|
85
|
-
"default": "./dist/docs.json"
|
|
86
|
-
},
|
|
87
84
|
"./package.json": "./package.json"
|
|
88
85
|
},
|
|
89
86
|
"main": "dist/node/index.js",
|
|
90
87
|
"module": "dist/node/index.mjs",
|
|
91
88
|
"homepage": "https://xyo.network",
|
|
92
|
-
"license": "LGPL-3.0",
|
|
89
|
+
"license": "LGPL-3.0-only",
|
|
93
90
|
"publishConfig": {
|
|
94
91
|
"access": "public"
|
|
95
92
|
},
|
|
@@ -98,5 +95,5 @@
|
|
|
98
95
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
99
96
|
},
|
|
100
97
|
"sideEffects": false,
|
|
101
|
-
"version": "2.76.
|
|
98
|
+
"version": "2.76.1"
|
|
102
99
|
}
|