@xyo-network/react-ethereum-gas-price-payload-plugins 2.41.0 → 2.41.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/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +5 -5
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +9 -7
- package/src/index.ts +2 -0
package/dist/cjs/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAA;AAE1E,eAAO,MAAM,8BAA8B,EAAE,sBAAsB,EAOlE,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EthereumGasPricePayloadPlugins = void 0;
|
|
4
|
+
const react_ethereum_gas_price_blocknative_plugin_1 = require("@xyo-network/react-ethereum-gas-price-blocknative-plugin");
|
|
4
5
|
const react_ethereum_gas_price_etherchain_plugins_1 = require("@xyo-network/react-ethereum-gas-price-etherchain-plugins");
|
|
5
6
|
const react_ethereum_gas_price_ethers_plugin_1 = require("@xyo-network/react-ethereum-gas-price-ethers-plugin");
|
|
6
7
|
const react_ethereum_gas_price_etherscan_plugin_1 = require("@xyo-network/react-ethereum-gas-price-etherscan-plugin");
|
|
@@ -11,6 +12,7 @@ exports.EthereumGasPricePayloadPlugins = [
|
|
|
11
12
|
react_ethereum_gas_price_etherscan_plugin_1.EthereumGasPriceEtherscanPlugin,
|
|
12
13
|
react_ethereum_gas_price_ethers_plugin_1.EthereumGasPriceEthersPlugin,
|
|
13
14
|
react_ethereum_gas_price_ethgasstation_plugin_1.EthereumGasPriceEthgasstationPlugin,
|
|
15
|
+
react_ethereum_gas_price_blocknative_plugin_1.EthereumGasPriceBlocknativePlugin,
|
|
14
16
|
...react_ethereum_gas_price_etherchain_plugins_1.EthereumGasPriceEtherchainPlugins,
|
|
15
17
|
];
|
|
16
18
|
// eslint-disable-next-line import/no-default-export
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,0HAA4G;AAC5G,gHAAkG;AAClG,sHAAwG;AACxG,8HAAgH;AAChH,kGAAqF;AAGxE,QAAA,8BAA8B,GAA6B;IACtE,wDAAsB;IACtB,2EAA+B;IAC/B,qEAA4B;IAC5B,mFAAmC;IACnC,GAAG,+EAAiC;CACrC,CAAA;AAED,oDAAoD;AACpD,kBAAe,sCAA8B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,0HAA4G;AAC5G,0HAA4G;AAC5G,gHAAkG;AAClG,sHAAwG;AACxG,8HAAgH;AAChH,kGAAqF;AAGxE,QAAA,8BAA8B,GAA6B;IACtE,wDAAsB;IACtB,2EAA+B;IAC/B,qEAA4B;IAC5B,mFAAmC;IACnC,+EAAiC;IACjC,GAAG,+EAAiC;CACrC,CAAA;AAED,oDAAoD;AACpD,kBAAe,sCAA8B,CAAA"}
|
package/dist/docs.json
CHANGED
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"sources": [
|
|
16
16
|
{
|
|
17
17
|
"fileName": "index.ts",
|
|
18
|
-
"line":
|
|
18
|
+
"line": 19,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c26895966/packages/plugins/packages/ethereum-gas/src/index.ts#L19"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"sources": [
|
|
34
34
|
{
|
|
35
35
|
"fileName": "index.ts",
|
|
36
|
-
"line":
|
|
36
|
+
"line": 9,
|
|
37
37
|
"character": 13,
|
|
38
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
38
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c26895966/packages/plugins/packages/ethereum-gas/src/index.ts#L9"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
41
41
|
"type": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"fileName": "index.ts",
|
|
68
68
|
"line": 1,
|
|
69
69
|
"character": 0,
|
|
70
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
70
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c26895966/packages/plugins/packages/ethereum-gas/src/index.ts#L1"
|
|
71
71
|
}
|
|
72
72
|
]
|
|
73
73
|
}
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAA;AAE1E,eAAO,MAAM,8BAA8B,EAAE,sBAAsB,EAOlE,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
1
2
|
import { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
2
3
|
import { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
3
4
|
import { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
@@ -8,6 +9,7 @@ export const EthereumGasPricePayloadPlugins = [
|
|
|
8
9
|
EthereumGasPriceEtherscanPlugin,
|
|
9
10
|
EthereumGasPriceEthersPlugin,
|
|
10
11
|
EthereumGasPriceEthgasstationPlugin,
|
|
12
|
+
EthereumGasPriceBlocknativePlugin,
|
|
11
13
|
...EthereumGasPriceEtherchainPlugins,
|
|
12
14
|
];
|
|
13
15
|
// eslint-disable-next-line import/no-default-export
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iCAAiC,EAAE,MAAM,0DAA0D,CAAA;AAC5G,OAAO,EAAE,4BAA4B,EAAE,MAAM,qDAAqD,CAAA;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AACxG,OAAO,EAAE,mCAAmC,EAAE,MAAM,4DAA4D,CAAA;AAChH,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAA;AAGrF,MAAM,CAAC,MAAM,8BAA8B,GAA6B;IACtE,sBAAsB;IACtB,+BAA+B;IAC/B,4BAA4B;IAC5B,mCAAmC;IACnC,GAAG,iCAAiC;CACrC,CAAA;AAED,oDAAoD;AACpD,eAAe,8BAA8B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iCAAiC,EAAE,MAAM,0DAA0D,CAAA;AAC5G,OAAO,EAAE,iCAAiC,EAAE,MAAM,0DAA0D,CAAA;AAC5G,OAAO,EAAE,4BAA4B,EAAE,MAAM,qDAAqD,CAAA;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AACxG,OAAO,EAAE,mCAAmC,EAAE,MAAM,4DAA4D,CAAA;AAChH,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAA;AAGrF,MAAM,CAAC,MAAM,8BAA8B,GAA6B;IACtE,sBAAsB;IACtB,+BAA+B;IAC/B,4BAA4B;IAC5B,mCAAmC;IACnC,iCAAiC;IACjC,GAAG,iCAAiC;CACrC,CAAA;AAED,oDAAoD;AACpD,eAAe,8BAA8B,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,17 +10,19 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
14
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
15
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
16
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
17
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "^2.41.
|
|
18
|
-
"@xyo-network/react-
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.40.36",
|
|
14
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.41.2",
|
|
15
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.41.2",
|
|
16
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.41.2",
|
|
17
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.41.2",
|
|
18
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "^2.41.2",
|
|
19
|
+
"@xyo-network/react-payload-plugin": "^2.41.2"
|
|
19
20
|
},
|
|
20
21
|
"peerDependencies": {
|
|
21
22
|
"@mui/icons-material": "^5.10.3",
|
|
22
23
|
"@mui/material": "^5.10.3",
|
|
23
24
|
"@mui/styles": "^5.10.16",
|
|
25
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "*",
|
|
24
26
|
"@xyo-network/diviner": "*",
|
|
25
27
|
"@xyo-network/etherchain-ethereum-gas-v1-payload-plugin": "*",
|
|
26
28
|
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "*",
|
|
@@ -80,5 +82,5 @@
|
|
|
80
82
|
},
|
|
81
83
|
"sideEffects": false,
|
|
82
84
|
"types": "dist/esm/index.d.ts",
|
|
83
|
-
"version": "2.41.
|
|
85
|
+
"version": "2.41.2"
|
|
84
86
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'
|
|
1
2
|
import { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'
|
|
2
3
|
import { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'
|
|
3
4
|
import { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'
|
|
@@ -10,6 +11,7 @@ export const EthereumGasPricePayloadPlugins: XyoPayloadRenderPlugin[] = [
|
|
|
10
11
|
EthereumGasPriceEtherscanPlugin,
|
|
11
12
|
EthereumGasPriceEthersPlugin,
|
|
12
13
|
EthereumGasPriceEthgasstationPlugin,
|
|
14
|
+
EthereumGasPriceBlocknativePlugin,
|
|
13
15
|
...EthereumGasPriceEtherchainPlugins,
|
|
14
16
|
]
|
|
15
17
|
|