@xyo-network/react-ethereum-gas-price-payload-plugins 2.46.6 → 2.46.8
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.js.map +1 -1
- package/dist/docs.json +463 -3434
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +8 -8
- package/src/index.ts +2 -2
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,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,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,MAAM,CAAC,MAAM,8BAA8B,
|
|
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,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,MAAM,CAAC,MAAM,8BAA8B,GAA0B;IACnE,sBAAsB;IACtB,+BAA+B;IAC/B,4BAA4B;IAC5B,mCAAmC;IACnC,iCAAiC;IACjC,GAAG,iCAAiC;CACrC,CAAA;AAED,oDAAoD;AACpD,eAAe,8BAA8B,CAAA"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
2
|
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
3
|
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
4
|
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
5
|
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
6
|
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
7
|
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins:
|
|
8
|
+
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
9
|
export default EthereumGasPricePayloadPlugins;
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAEvE,cAAc,0DAA0D,CAAA;AACxE,cAAc,0DAA0D,CAAA;AACxE,cAAc,qDAAqD,CAAA;AACnE,cAAc,wDAAwD,CAAA;AACtE,cAAc,4DAA4D,CAAA;AAC1E,cAAc,8CAA8C,CAAA;AAE5D,eAAO,MAAM,8BAA8B,EAAE,mBAAmB,EAO/D,CAAA;AAGD,eAAe,8BAA8B,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.46.
|
|
14
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.46.
|
|
15
|
-
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.46.
|
|
16
|
-
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.46.
|
|
17
|
-
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.46.
|
|
18
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "^2.46.
|
|
19
|
-
"@xyo-network/react-payload-plugin": "^2.46.
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.46.8",
|
|
14
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.46.8",
|
|
15
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.46.8",
|
|
16
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.46.8",
|
|
17
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.46.8",
|
|
18
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "^2.46.8",
|
|
19
|
+
"@xyo-network/react-payload-plugin": "^2.46.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^2.16.1"
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
75
|
"types": "dist/types/index.d.ts",
|
|
76
|
-
"version": "2.46.
|
|
76
|
+
"version": "2.46.8"
|
|
77
77
|
}
|
package/src/index.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-pr
|
|
|
4
4
|
import { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'
|
|
5
5
|
import { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'
|
|
6
6
|
import { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'
|
|
7
|
-
import {
|
|
7
|
+
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'
|
|
8
8
|
|
|
9
9
|
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'
|
|
10
10
|
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'
|
|
@@ -13,7 +13,7 @@ export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'
|
|
|
13
13
|
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'
|
|
14
14
|
export * from '@xyo-network/react-ethereum-gas-price-plugin'
|
|
15
15
|
|
|
16
|
-
export const EthereumGasPricePayloadPlugins:
|
|
16
|
+
export const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [
|
|
17
17
|
EthereumGasPricePlugin,
|
|
18
18
|
EthereumGasPriceEtherscanPlugin,
|
|
19
19
|
EthereumGasPriceEthersPlugin,
|