@xyo-network/react-ethereum-gas-price-payload-plugins 2.82.0 → 2.83.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.d.ts +4 -3
- package/package.json +13 -29
- package/xy.config.ts +12 -0
- package/dist/browser/index.cjs +0 -49
- package/dist/browser/index.cjs.map +0 -1
- package/dist/browser/index.d.cts +0 -10
- package/dist/browser/index.d.cts.map +0 -1
- package/dist/browser/index.d.mts +0 -10
- package/dist/browser/index.d.mts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/neutral/index.cjs +0 -49
- package/dist/neutral/index.cjs.map +0 -1
- package/dist/neutral/index.d.cts +0 -10
- package/dist/neutral/index.d.cts.map +0 -1
- package/dist/neutral/index.d.mts +0 -10
- package/dist/neutral/index.d.mts.map +0 -1
- package/dist/neutral/index.d.ts +0 -10
- package/dist/neutral/index.d.ts.map +0 -1
- package/dist/neutral/index.mjs +0 -27
- package/dist/neutral/index.mjs.map +0 -1
- package/dist/node/index.cjs +0 -59
- package/dist/node/index.cjs.map +0 -1
- package/dist/node/index.d.cts +0 -10
- package/dist/node/index.d.cts.map +0 -1
- package/dist/node/index.d.mts +0 -10
- package/dist/node/index.d.mts.map +0 -1
- package/dist/node/index.d.ts +0 -10
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.mjs +0 -27
- package/dist/node/index.mjs.map +0 -1
package/dist/browser/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ 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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
|
|
9
|
+
declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
10
|
+
|
|
11
|
+
export { EthereumGasPricePayloadPlugins, EthereumGasPricePayloadPlugins as 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.
|
|
14
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.
|
|
15
|
-
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.
|
|
16
|
-
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.
|
|
17
|
-
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.
|
|
18
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "^2.
|
|
19
|
-
"@xyo-network/react-payload-plugin": "^2.
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.83.1",
|
|
14
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.83.1",
|
|
15
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.83.1",
|
|
16
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.83.1",
|
|
17
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.83.1",
|
|
18
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "^2.83.1",
|
|
19
|
+
"@xyo-network/react-payload-plugin": "^2.83.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.7",
|
|
23
23
|
"typescript": "^5.5.4"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
@@ -35,31 +35,15 @@
|
|
|
35
35
|
"docs": "dist/docs.json",
|
|
36
36
|
"exports": {
|
|
37
37
|
".": {
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
"default": "./dist/node/index.mjs"
|
|
42
|
-
},
|
|
43
|
-
"require": {
|
|
44
|
-
"types": "./dist/node/index.d.cts",
|
|
45
|
-
"default": "./dist/node/index.cjs"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"browser": {
|
|
49
|
-
"import": {
|
|
50
|
-
"types": "./dist/browser/index.d.mts",
|
|
51
|
-
"default": "./dist/browser/index.mjs"
|
|
52
|
-
},
|
|
53
|
-
"require": {
|
|
54
|
-
"types": "./dist/browser/index.d.cts",
|
|
55
|
-
"default": "./dist/browser/index.cjs"
|
|
56
|
-
}
|
|
38
|
+
"import": {
|
|
39
|
+
"types": "./dist/browser/index.d.ts",
|
|
40
|
+
"default": "./dist/browser/index.mjs"
|
|
57
41
|
},
|
|
42
|
+
"types": "./dist/browser/index.d.ts",
|
|
58
43
|
"default": "./dist/browser/index.mjs"
|
|
59
44
|
},
|
|
60
45
|
"./package.json": "./package.json"
|
|
61
46
|
},
|
|
62
|
-
"main": "dist/browser/index.cjs",
|
|
63
47
|
"module": "dist/browser/index.mjs",
|
|
64
48
|
"homepage": "https://xyo.network",
|
|
65
49
|
"keywords": [
|
|
@@ -82,6 +66,6 @@
|
|
|
82
66
|
},
|
|
83
67
|
"sideEffects": false,
|
|
84
68
|
"types": "dist/browser/index.d.ts",
|
|
85
|
-
"version": "2.
|
|
69
|
+
"version": "2.83.1",
|
|
86
70
|
"type": "module"
|
|
87
71
|
}
|
package/xy.config.ts
ADDED
package/dist/browser/index.cjs
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;yDAAkD;AAClD,yDAAkD;AAClD,oDAA6C;AAC7C,uDAAgD;AAChD,2DAAoD;AACpD,6CAAuC;AAGvC,wBAAc,qEARd;AASA,wBAAc,qEATd;AAUA,wBAAc,gEAVd;AAWA,wBAAc,mEAXd;AAYA,wBAAc,uEAZd;AAaA,wBAAc,yDAbd;AAeO,IAAMA,iCAAwD;EACnEC;EACAC;EACAC;EACAC;EACAC;KACGC;;AAGL,IAAA,cAAeN;","names":["EthereumGasPricePayloadPlugins","EthereumGasPricePlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthersPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins"]}
|
package/dist/browser/index.d.cts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/browser/index.d.mts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/neutral/index.cjs
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;yDAAkD;AAClD,yDAAkD;AAClD,oDAA6C;AAC7C,uDAAgD;AAChD,2DAAoD;AACpD,6CAAuC;AAGvC,wBAAc,qEARd;AASA,wBAAc,qEATd;AAUA,wBAAc,gEAVd;AAWA,wBAAc,mEAXd;AAYA,wBAAc,uEAZd;AAaA,wBAAc,yDAbd;AAeO,IAAMA,iCAAwD;EACnEC;EACAC;EACAC;EACAC;EACAC;KACGC;;AAGL,IAAA,cAAeN;","names":["EthereumGasPricePayloadPlugins","EthereumGasPricePlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthersPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins"]}
|
package/dist/neutral/index.d.cts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/neutral/index.d.mts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/neutral/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/neutral/index.mjs
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
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
|
-
};
|
|
27
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";AAAA,SAASA,yCAAyC;AAClD,SAASC,yCAAyC;AAClD,SAASC,oCAAoC;AAC7C,SAASC,uCAAuC;AAChD,SAASC,2CAA2C;AACpD,SAASC,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,IAAMC,iCAAwD;EACnED;EACAF;EACAD;EACAE;EACAJ;KACGC;;AAGL,IAAA,cAAeK;","names":["EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins","EthereumGasPriceEthersPlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPricePlugin","EthereumGasPricePayloadPlugins"]}
|
package/dist/node/index.cjs
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
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
|
-
});
|
|
59
|
-
//# sourceMappingURL=index.cjs.map
|
package/dist/node/index.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;yDAAkD;AAClD,yDAAkD;AAClD,oDAA6C;AAC7C,uDAAgD;AAChD,2DAAoD;AACpD,6CAAuC;AAGvC,wBAAc,qEARd;AASA,wBAAc,qEATd;AAUA,wBAAc,gEAVd;AAWA,wBAAc,mEAXd;AAYA,wBAAc,uEAZd;AAaA,wBAAc,yDAbd;AAeO,IAAMA,iCAAwD;EACnEC;EACAC;EACAC;EACAC;EACAC;KACGC;;AAGL,IAAA,cAAeN;","names":["EthereumGasPricePayloadPlugins","EthereumGasPricePlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthersPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins"]}
|
package/dist/node/index.d.cts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/node/index.d.mts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/node/index.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin';
|
|
3
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins';
|
|
4
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin';
|
|
5
|
-
export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin';
|
|
6
|
-
export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin';
|
|
7
|
-
export * from '@xyo-network/react-ethereum-gas-price-plugin';
|
|
8
|
-
export declare const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[];
|
|
9
|
-
export default EthereumGasPricePayloadPlugins;
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/node/index.mjs
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
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
|
-
};
|
|
27
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/node/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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\nexport default EthereumGasPricePayloadPlugins\n"],"mappings":";AAAA,SAASA,yCAAyC;AAClD,SAASC,yCAAyC;AAClD,SAASC,oCAAoC;AAC7C,SAASC,uCAAuC;AAChD,SAASC,2CAA2C;AACpD,SAASC,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,IAAMC,iCAAwD;EACnED;EACAF;EACAD;EACAE;EACAJ;KACGC;;AAGL,IAAA,cAAeK;","names":["EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins","EthereumGasPriceEthersPlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPricePlugin","EthereumGasPricePayloadPlugins"]}
|