@xyo-network/react-ethereum-gas-price-payload-plugins 2.77.0-rc.1 → 2.77.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/dist/browser/index.cjs +1 -48
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -26
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/index.cjs +1 -48
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -26
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/index.cjs +1 -58
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -26
- package/dist/node/index.js.map +1 -1
- package/package.json +10 -11
package/dist/browser/index.cjs
CHANGED
|
@@ -1,49 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
EthereumGasPricePayloadPlugins: () => EthereumGasPricePayloadPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
var import_react_ethereum_gas_price_blocknative_plugin = require("@xyo-network/react-ethereum-gas-price-blocknative-plugin");
|
|
29
|
-
var import_react_ethereum_gas_price_etherchain_plugins = require("@xyo-network/react-ethereum-gas-price-etherchain-plugins");
|
|
30
|
-
var import_react_ethereum_gas_price_ethers_plugin = require("@xyo-network/react-ethereum-gas-price-ethers-plugin");
|
|
31
|
-
var import_react_ethereum_gas_price_etherscan_plugin = require("@xyo-network/react-ethereum-gas-price-etherscan-plugin");
|
|
32
|
-
var import_react_ethereum_gas_price_ethgasstation_plugin = require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin");
|
|
33
|
-
var import_react_ethereum_gas_price_plugin = require("@xyo-network/react-ethereum-gas-price-plugin");
|
|
34
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"), module.exports);
|
|
35
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"), module.exports);
|
|
36
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethers-plugin"), module.exports);
|
|
37
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"), module.exports);
|
|
38
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"), module.exports);
|
|
39
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-plugin"), module.exports);
|
|
40
|
-
var EthereumGasPricePayloadPlugins = [
|
|
41
|
-
import_react_ethereum_gas_price_plugin.EthereumGasPricePlugin,
|
|
42
|
-
import_react_ethereum_gas_price_etherscan_plugin.EthereumGasPriceEtherscanPlugin,
|
|
43
|
-
import_react_ethereum_gas_price_ethers_plugin.EthereumGasPriceEthersPlugin,
|
|
44
|
-
import_react_ethereum_gas_price_ethgasstation_plugin.EthereumGasPriceEthgasstationPlugin,
|
|
45
|
-
import_react_ethereum_gas_price_blocknative_plugin.EthereumGasPriceBlocknativePlugin,
|
|
46
|
-
...import_react_ethereum_gas_price_etherchain_plugins.EthereumGasPriceEtherchainPlugins
|
|
47
|
-
];
|
|
48
|
-
var src_default = EthereumGasPricePayloadPlugins;
|
|
1
|
+
"use strict";var P=Object.defineProperty;var E=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var G=(t,o)=>{for(var m in o)P(t,m,{get:o[m],enumerable:!0})},a=(t,o,m,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of g(o))!x.call(t,i)&&i!==m&&P(t,i,{get:()=>o[i],enumerable:!(u=E(o,i))||u.enumerable});return t},e=(t,o,m)=>(a(t,o,"default"),m&&a(m,o,"default"));var d=t=>a(P({},"__esModule",{value:!0}),t);var r={};G(r,{EthereumGasPricePayloadPlugins:()=>c,default:()=>y});module.exports=d(r);var n=require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),p=require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),f=require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),l=require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),s=require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),h=require("@xyo-network/react-ethereum-gas-price-plugin");e(r,require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-plugin"),module.exports);var c=[h.EthereumGasPricePlugin,l.EthereumGasPriceEtherscanPlugin,f.EthereumGasPriceEthersPlugin,s.EthereumGasPriceEthgasstationPlugin,n.EthereumGasPriceBlocknativePlugin,...p.EthereumGasPriceEtherchainPlugins],y=c;
|
|
49
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkD,oEAClDC,EAAkD,oEAClDC,EAA6C,+DAC7CC,EAAgD,kEAChDC,EAAoD,sEACpDC,EAAuC,wDAGvCC,EAAAX,EAAc,oEARd,gBASAW,EAAAX,EAAc,oEATd,gBAUAW,EAAAX,EAAc,+DAVd,gBAWAW,EAAAX,EAAc,kEAXd,gBAYAW,EAAAX,EAAc,sEAZd,gBAaAW,EAAAX,EAAc,wDAbd,gBAeO,IAAME,EAAwD,CACnE,yBACA,kCACA,+BACA,sCACA,oCACA,GAAG,mCACL,EAGOC,EAAQD","names":["src_exports","__export","EthereumGasPricePayloadPlugins","src_default","__toCommonJS","import_react_ethereum_gas_price_blocknative_plugin","import_react_ethereum_gas_price_etherchain_plugins","import_react_ethereum_gas_price_ethers_plugin","import_react_ethereum_gas_price_etherscan_plugin","import_react_ethereum_gas_price_ethgasstation_plugin","import_react_ethereum_gas_price_plugin","__reExport"]}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,27 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { EthereumGasPriceBlocknativePlugin } from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
3
|
-
import { EthereumGasPriceEtherchainPlugins } from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
4
|
-
import { EthereumGasPriceEthersPlugin } from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
5
|
-
import { EthereumGasPriceEtherscanPlugin } from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
6
|
-
import { EthereumGasPriceEthgasstationPlugin } from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
7
|
-
import { EthereumGasPricePlugin } from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
8
|
-
export * from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
9
|
-
export * from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
10
|
-
export * from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
11
|
-
export * from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
12
|
-
export * from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
13
|
-
export * from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
14
|
-
var EthereumGasPricePayloadPlugins = [
|
|
15
|
-
EthereumGasPricePlugin,
|
|
16
|
-
EthereumGasPriceEtherscanPlugin,
|
|
17
|
-
EthereumGasPriceEthersPlugin,
|
|
18
|
-
EthereumGasPriceEthgasstationPlugin,
|
|
19
|
-
EthereumGasPriceBlocknativePlugin,
|
|
20
|
-
...EthereumGasPriceEtherchainPlugins
|
|
21
|
-
];
|
|
22
|
-
var src_default = EthereumGasPricePayloadPlugins;
|
|
23
|
-
export {
|
|
24
|
-
EthereumGasPricePayloadPlugins,
|
|
25
|
-
src_default as default
|
|
26
|
-
};
|
|
1
|
+
import{EthereumGasPriceBlocknativePlugin as r}from"@xyo-network/react-ethereum-gas-price-blocknative-plugin";import{EthereumGasPriceEtherchainPlugins as e}from"@xyo-network/react-ethereum-gas-price-etherchain-plugins";import{EthereumGasPriceEthersPlugin as o}from"@xyo-network/react-ethereum-gas-price-ethers-plugin";import{EthereumGasPriceEtherscanPlugin as t}from"@xyo-network/react-ethereum-gas-price-etherscan-plugin";import{EthereumGasPriceEthgasstationPlugin as m}from"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";import{EthereumGasPricePlugin as i}from"@xyo-network/react-ethereum-gas-price-plugin";export*from"@xyo-network/react-ethereum-gas-price-blocknative-plugin";export*from"@xyo-network/react-ethereum-gas-price-etherchain-plugins";export*from"@xyo-network/react-ethereum-gas-price-ethers-plugin";export*from"@xyo-network/react-ethereum-gas-price-etherscan-plugin";export*from"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";export*from"@xyo-network/react-ethereum-gas-price-plugin";var a=[i,t,o,m,r,...e],s=a;export{a as EthereumGasPricePayloadPlugins,s as default};
|
|
27
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"AAAA,OAAS,qCAAAA,MAAyC,2DAClD,OAAS,qCAAAC,MAAyC,2DAClD,OAAS,gCAAAC,MAAoC,sDAC7C,OAAS,mCAAAC,MAAuC,yDAChD,OAAS,uCAAAC,MAA2C,6DACpD,OAAS,0BAAAC,MAA8B,+CAGvC,WAAc,2DACd,WAAc,2DACd,WAAc,sDACd,WAAc,yDACd,WAAc,6DACd,WAAc,+CAEP,IAAMC,EAAwD,CACnED,EACAF,EACAD,EACAE,EACAJ,EACA,GAAGC,CACL,EAGOM,EAAQD","names":["EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins","EthereumGasPriceEthersPlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPricePlugin","EthereumGasPricePayloadPlugins","src_default"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -1,49 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
EthereumGasPricePayloadPlugins: () => EthereumGasPricePayloadPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
var import_react_ethereum_gas_price_blocknative_plugin = require("@xyo-network/react-ethereum-gas-price-blocknative-plugin");
|
|
29
|
-
var import_react_ethereum_gas_price_etherchain_plugins = require("@xyo-network/react-ethereum-gas-price-etherchain-plugins");
|
|
30
|
-
var import_react_ethereum_gas_price_ethers_plugin = require("@xyo-network/react-ethereum-gas-price-ethers-plugin");
|
|
31
|
-
var import_react_ethereum_gas_price_etherscan_plugin = require("@xyo-network/react-ethereum-gas-price-etherscan-plugin");
|
|
32
|
-
var import_react_ethereum_gas_price_ethgasstation_plugin = require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin");
|
|
33
|
-
var import_react_ethereum_gas_price_plugin = require("@xyo-network/react-ethereum-gas-price-plugin");
|
|
34
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"), module.exports);
|
|
35
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"), module.exports);
|
|
36
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethers-plugin"), module.exports);
|
|
37
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"), module.exports);
|
|
38
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"), module.exports);
|
|
39
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-plugin"), module.exports);
|
|
40
|
-
var EthereumGasPricePayloadPlugins = [
|
|
41
|
-
import_react_ethereum_gas_price_plugin.EthereumGasPricePlugin,
|
|
42
|
-
import_react_ethereum_gas_price_etherscan_plugin.EthereumGasPriceEtherscanPlugin,
|
|
43
|
-
import_react_ethereum_gas_price_ethers_plugin.EthereumGasPriceEthersPlugin,
|
|
44
|
-
import_react_ethereum_gas_price_ethgasstation_plugin.EthereumGasPriceEthgasstationPlugin,
|
|
45
|
-
import_react_ethereum_gas_price_blocknative_plugin.EthereumGasPriceBlocknativePlugin,
|
|
46
|
-
...import_react_ethereum_gas_price_etherchain_plugins.EthereumGasPriceEtherchainPlugins
|
|
47
|
-
];
|
|
48
|
-
var src_default = EthereumGasPricePayloadPlugins;
|
|
1
|
+
"use strict";var P=Object.defineProperty;var E=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var G=(t,o)=>{for(var m in o)P(t,m,{get:o[m],enumerable:!0})},a=(t,o,m,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of g(o))!x.call(t,i)&&i!==m&&P(t,i,{get:()=>o[i],enumerable:!(u=E(o,i))||u.enumerable});return t},e=(t,o,m)=>(a(t,o,"default"),m&&a(m,o,"default"));var d=t=>a(P({},"__esModule",{value:!0}),t);var r={};G(r,{EthereumGasPricePayloadPlugins:()=>c,default:()=>y});module.exports=d(r);var n=require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),p=require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),f=require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),l=require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),s=require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),h=require("@xyo-network/react-ethereum-gas-price-plugin");e(r,require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-plugin"),module.exports);var c=[h.EthereumGasPricePlugin,l.EthereumGasPriceEtherscanPlugin,f.EthereumGasPriceEthersPlugin,s.EthereumGasPriceEthgasstationPlugin,n.EthereumGasPriceBlocknativePlugin,...p.EthereumGasPriceEtherchainPlugins],y=c;
|
|
49
2
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkD,oEAClDC,EAAkD,oEAClDC,EAA6C,+DAC7CC,EAAgD,kEAChDC,EAAoD,sEACpDC,EAAuC,wDAGvCC,EAAAX,EAAc,oEARd,gBASAW,EAAAX,EAAc,oEATd,gBAUAW,EAAAX,EAAc,+DAVd,gBAWAW,EAAAX,EAAc,kEAXd,gBAYAW,EAAAX,EAAc,sEAZd,gBAaAW,EAAAX,EAAc,wDAbd,gBAeO,IAAME,EAAwD,CACnE,yBACA,kCACA,+BACA,sCACA,oCACA,GAAG,mCACL,EAGOC,EAAQD","names":["src_exports","__export","EthereumGasPricePayloadPlugins","src_default","__toCommonJS","import_react_ethereum_gas_price_blocknative_plugin","import_react_ethereum_gas_price_etherchain_plugins","import_react_ethereum_gas_price_ethers_plugin","import_react_ethereum_gas_price_etherscan_plugin","import_react_ethereum_gas_price_ethgasstation_plugin","import_react_ethereum_gas_price_plugin","__reExport"]}
|
package/dist/neutral/index.js
CHANGED
|
@@ -1,27 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { EthereumGasPriceBlocknativePlugin } from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
3
|
-
import { EthereumGasPriceEtherchainPlugins } from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
4
|
-
import { EthereumGasPriceEthersPlugin } from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
5
|
-
import { EthereumGasPriceEtherscanPlugin } from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
6
|
-
import { EthereumGasPriceEthgasstationPlugin } from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
7
|
-
import { EthereumGasPricePlugin } from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
8
|
-
export * from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
9
|
-
export * from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
10
|
-
export * from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
11
|
-
export * from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
12
|
-
export * from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
13
|
-
export * from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
14
|
-
var EthereumGasPricePayloadPlugins = [
|
|
15
|
-
EthereumGasPricePlugin,
|
|
16
|
-
EthereumGasPriceEtherscanPlugin,
|
|
17
|
-
EthereumGasPriceEthersPlugin,
|
|
18
|
-
EthereumGasPriceEthgasstationPlugin,
|
|
19
|
-
EthereumGasPriceBlocknativePlugin,
|
|
20
|
-
...EthereumGasPriceEtherchainPlugins
|
|
21
|
-
];
|
|
22
|
-
var src_default = EthereumGasPricePayloadPlugins;
|
|
23
|
-
export {
|
|
24
|
-
EthereumGasPricePayloadPlugins,
|
|
25
|
-
src_default as default
|
|
26
|
-
};
|
|
1
|
+
import{EthereumGasPriceBlocknativePlugin as r}from"@xyo-network/react-ethereum-gas-price-blocknative-plugin";import{EthereumGasPriceEtherchainPlugins as e}from"@xyo-network/react-ethereum-gas-price-etherchain-plugins";import{EthereumGasPriceEthersPlugin as o}from"@xyo-network/react-ethereum-gas-price-ethers-plugin";import{EthereumGasPriceEtherscanPlugin as t}from"@xyo-network/react-ethereum-gas-price-etherscan-plugin";import{EthereumGasPriceEthgasstationPlugin as m}from"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";import{EthereumGasPricePlugin as i}from"@xyo-network/react-ethereum-gas-price-plugin";export*from"@xyo-network/react-ethereum-gas-price-blocknative-plugin";export*from"@xyo-network/react-ethereum-gas-price-etherchain-plugins";export*from"@xyo-network/react-ethereum-gas-price-ethers-plugin";export*from"@xyo-network/react-ethereum-gas-price-etherscan-plugin";export*from"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";export*from"@xyo-network/react-ethereum-gas-price-plugin";var a=[i,t,o,m,r,...e],s=a;export{a as EthereumGasPricePayloadPlugins,s as default};
|
|
27
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"AAAA,OAAS,qCAAAA,MAAyC,2DAClD,OAAS,qCAAAC,MAAyC,2DAClD,OAAS,gCAAAC,MAAoC,sDAC7C,OAAS,mCAAAC,MAAuC,yDAChD,OAAS,uCAAAC,MAA2C,6DACpD,OAAS,0BAAAC,MAA8B,+CAGvC,WAAc,2DACd,WAAc,2DACd,WAAc,sDACd,WAAc,yDACd,WAAc,6DACd,WAAc,+CAEP,IAAMC,EAAwD,CACnED,EACAF,EACAD,EACAE,EACAJ,EACA,GAAGC,CACL,EAGOM,EAAQD","names":["EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins","EthereumGasPriceEthersPlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPricePlugin","EthereumGasPricePayloadPlugins","src_default"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -1,59 +1,2 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// src/index.ts
|
|
22
|
-
var src_exports = {};
|
|
23
|
-
__export(src_exports, {
|
|
24
|
-
EthereumGasPricePayloadPlugins: () => EthereumGasPricePayloadPlugins,
|
|
25
|
-
default: () => src_default
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(src_exports);
|
|
28
|
-
var import_react_ethereum_gas_price_blocknative_plugin = require("@xyo-network/react-ethereum-gas-price-blocknative-plugin");
|
|
29
|
-
var import_react_ethereum_gas_price_etherchain_plugins = require("@xyo-network/react-ethereum-gas-price-etherchain-plugins");
|
|
30
|
-
var import_react_ethereum_gas_price_ethers_plugin = require("@xyo-network/react-ethereum-gas-price-ethers-plugin");
|
|
31
|
-
var import_react_ethereum_gas_price_etherscan_plugin = require("@xyo-network/react-ethereum-gas-price-etherscan-plugin");
|
|
32
|
-
var import_react_ethereum_gas_price_ethgasstation_plugin = require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin");
|
|
33
|
-
var import_react_ethereum_gas_price_plugin = require("@xyo-network/react-ethereum-gas-price-plugin");
|
|
34
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"), module.exports);
|
|
35
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"), module.exports);
|
|
36
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethers-plugin"), module.exports);
|
|
37
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"), module.exports);
|
|
38
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"), module.exports);
|
|
39
|
-
__reExport(src_exports, require("@xyo-network/react-ethereum-gas-price-plugin"), module.exports);
|
|
40
|
-
var EthereumGasPricePayloadPlugins = [
|
|
41
|
-
import_react_ethereum_gas_price_plugin.EthereumGasPricePlugin,
|
|
42
|
-
import_react_ethereum_gas_price_etherscan_plugin.EthereumGasPriceEtherscanPlugin,
|
|
43
|
-
import_react_ethereum_gas_price_ethers_plugin.EthereumGasPriceEthersPlugin,
|
|
44
|
-
import_react_ethereum_gas_price_ethgasstation_plugin.EthereumGasPriceEthgasstationPlugin,
|
|
45
|
-
import_react_ethereum_gas_price_blocknative_plugin.EthereumGasPriceBlocknativePlugin,
|
|
46
|
-
...import_react_ethereum_gas_price_etherchain_plugins.EthereumGasPriceEtherchainPlugins
|
|
47
|
-
];
|
|
48
|
-
var src_default = EthereumGasPricePayloadPlugins;
|
|
49
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
50
|
-
0 && (module.exports = {
|
|
51
|
-
EthereumGasPricePayloadPlugins,
|
|
52
|
-
...require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),
|
|
53
|
-
...require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),
|
|
54
|
-
...require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),
|
|
55
|
-
...require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),
|
|
56
|
-
...require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),
|
|
57
|
-
...require("@xyo-network/react-ethereum-gas-price-plugin")
|
|
58
|
-
});
|
|
1
|
+
"use strict";var P=Object.defineProperty;var E=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var G=(t,o)=>{for(var m in o)P(t,m,{get:o[m],enumerable:!0})},a=(t,o,m,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of g(o))!x.call(t,i)&&i!==m&&P(t,i,{get:()=>o[i],enumerable:!(u=E(o,i))||u.enumerable});return t},e=(t,o,m)=>(a(t,o,"default"),m&&a(m,o,"default"));var d=t=>a(P({},"__esModule",{value:!0}),t);var r={};G(r,{EthereumGasPricePayloadPlugins:()=>c,default:()=>y});module.exports=d(r);var n=require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),p=require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),f=require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),l=require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),s=require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),h=require("@xyo-network/react-ethereum-gas-price-plugin");e(r,require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),module.exports);e(r,require("@xyo-network/react-ethereum-gas-price-plugin"),module.exports);var c=[h.EthereumGasPricePlugin,l.EthereumGasPriceEtherscanPlugin,f.EthereumGasPriceEthersPlugin,s.EthereumGasPriceEthgasstationPlugin,n.EthereumGasPriceBlocknativePlugin,...p.EthereumGasPriceEtherchainPlugins],y=c;0&&(module.exports={EthereumGasPricePayloadPlugins,...require("@xyo-network/react-ethereum-gas-price-blocknative-plugin"),...require("@xyo-network/react-ethereum-gas-price-etherchain-plugins"),...require("@xyo-network/react-ethereum-gas-price-ethers-plugin"),...require("@xyo-network/react-ethereum-gas-price-etherscan-plugin"),...require("@xyo-network/react-ethereum-gas-price-ethgasstation-plugin"),...require("@xyo-network/react-ethereum-gas-price-plugin")});
|
|
59
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"2dAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkD,oEAClDC,EAAkD,oEAClDC,EAA6C,+DAC7CC,EAAgD,kEAChDC,EAAoD,sEACpDC,EAAuC,wDAGvCC,EAAAX,EAAc,oEARd,gBASAW,EAAAX,EAAc,oEATd,gBAUAW,EAAAX,EAAc,+DAVd,gBAWAW,EAAAX,EAAc,kEAXd,gBAYAW,EAAAX,EAAc,sEAZd,gBAaAW,EAAAX,EAAc,wDAbd,gBAeO,IAAME,EAAwD,CACnE,yBACA,kCACA,+BACA,sCACA,oCACA,GAAG,mCACL,EAGOC,EAAQD","names":["src_exports","__export","EthereumGasPricePayloadPlugins","src_default","__toCommonJS","import_react_ethereum_gas_price_blocknative_plugin","import_react_ethereum_gas_price_etherchain_plugins","import_react_ethereum_gas_price_ethers_plugin","import_react_ethereum_gas_price_etherscan_plugin","import_react_ethereum_gas_price_ethgasstation_plugin","import_react_ethereum_gas_price_plugin","__reExport"]}
|
package/dist/node/index.js
CHANGED
|
@@ -1,27 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { EthereumGasPriceBlocknativePlugin } from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
3
|
-
import { EthereumGasPriceEtherchainPlugins } from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
4
|
-
import { EthereumGasPriceEthersPlugin } from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
5
|
-
import { EthereumGasPriceEtherscanPlugin } from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
6
|
-
import { EthereumGasPriceEthgasstationPlugin } from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
7
|
-
import { EthereumGasPricePlugin } from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
8
|
-
export * from "@xyo-network/react-ethereum-gas-price-blocknative-plugin";
|
|
9
|
-
export * from "@xyo-network/react-ethereum-gas-price-etherchain-plugins";
|
|
10
|
-
export * from "@xyo-network/react-ethereum-gas-price-ethers-plugin";
|
|
11
|
-
export * from "@xyo-network/react-ethereum-gas-price-etherscan-plugin";
|
|
12
|
-
export * from "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";
|
|
13
|
-
export * from "@xyo-network/react-ethereum-gas-price-plugin";
|
|
14
|
-
var EthereumGasPricePayloadPlugins = [
|
|
15
|
-
EthereumGasPricePlugin,
|
|
16
|
-
EthereumGasPriceEtherscanPlugin,
|
|
17
|
-
EthereumGasPriceEthersPlugin,
|
|
18
|
-
EthereumGasPriceEthgasstationPlugin,
|
|
19
|
-
EthereumGasPriceBlocknativePlugin,
|
|
20
|
-
...EthereumGasPriceEtherchainPlugins
|
|
21
|
-
];
|
|
22
|
-
var src_default = EthereumGasPricePayloadPlugins;
|
|
23
|
-
export {
|
|
24
|
-
EthereumGasPricePayloadPlugins,
|
|
25
|
-
src_default as default
|
|
26
|
-
};
|
|
1
|
+
import{EthereumGasPriceBlocknativePlugin as r}from"@xyo-network/react-ethereum-gas-price-blocknative-plugin";import{EthereumGasPriceEtherchainPlugins as e}from"@xyo-network/react-ethereum-gas-price-etherchain-plugins";import{EthereumGasPriceEthersPlugin as o}from"@xyo-network/react-ethereum-gas-price-ethers-plugin";import{EthereumGasPriceEtherscanPlugin as t}from"@xyo-network/react-ethereum-gas-price-etherscan-plugin";import{EthereumGasPriceEthgasstationPlugin as m}from"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";import{EthereumGasPricePlugin as i}from"@xyo-network/react-ethereum-gas-price-plugin";export*from"@xyo-network/react-ethereum-gas-price-blocknative-plugin";export*from"@xyo-network/react-ethereum-gas-price-etherchain-plugins";export*from"@xyo-network/react-ethereum-gas-price-ethers-plugin";export*from"@xyo-network/react-ethereum-gas-price-etherscan-plugin";export*from"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin";export*from"@xyo-network/react-ethereum-gas-price-plugin";var a=[i,t,o,m,r,...e],s=a;export{a as EthereumGasPricePayloadPlugins,s as default};
|
|
27
2
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nimport { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nimport { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nimport { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nimport { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nimport { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'\nimport { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nexport * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'\nexport * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'\nexport * from '@xyo-network/react-ethereum-gas-price-plugin'\n\nexport const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [\n EthereumGasPricePlugin,\n EthereumGasPriceEtherscanPlugin,\n EthereumGasPriceEthersPlugin,\n EthereumGasPriceEthgasstationPlugin,\n EthereumGasPriceBlocknativePlugin,\n ...EthereumGasPriceEtherchainPlugins,\n]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":"AAAA,OAAS,qCAAAA,MAAyC,2DAClD,OAAS,qCAAAC,MAAyC,2DAClD,OAAS,gCAAAC,MAAoC,sDAC7C,OAAS,mCAAAC,MAAuC,yDAChD,OAAS,uCAAAC,MAA2C,6DACpD,OAAS,0BAAAC,MAA8B,+CAGvC,WAAc,2DACd,WAAc,2DACd,WAAc,sDACd,WAAc,yDACd,WAAc,6DACd,WAAc,+CAEP,IAAMC,EAAwD,CACnED,EACAF,EACAD,EACAE,EACAJ,EACA,GAAGC,CACL,EAGOM,EAAQD","names":["EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins","EthereumGasPriceEthersPlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPricePlugin","EthereumGasPricePayloadPlugins","src_default"]}
|
package/package.json
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
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.77.
|
|
14
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~2.77.
|
|
15
|
-
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "~2.77.
|
|
16
|
-
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~2.77.
|
|
17
|
-
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~2.77.
|
|
18
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "~2.77.
|
|
19
|
-
"@xyo-network/react-payload-plugin": "~2.77.
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~2.77.1",
|
|
14
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~2.77.1",
|
|
15
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "~2.77.1",
|
|
16
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~2.77.1",
|
|
17
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~2.77.1",
|
|
18
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "~2.77.1",
|
|
19
|
+
"@xyo-network/react-payload-plugin": "~2.77.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^3.11.7",
|
|
23
23
|
"typescript": "^5.4.5"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
},
|
|
83
83
|
"sideEffects": false,
|
|
84
84
|
"types": "dist/browser/index.d.ts",
|
|
85
|
-
"version": "2.77.
|
|
86
|
-
"type": "module"
|
|
87
|
-
"stableVersion": "2.76.6"
|
|
85
|
+
"version": "2.77.1",
|
|
86
|
+
"type": "module"
|
|
88
87
|
}
|