@xyo-network/react-ethereum-gas-price-payload-plugins 7.5.8 → 7.5.11

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.
@@ -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 type { 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,gBAAeK;","names":["EthereumGasPriceBlocknativePlugin","EthereumGasPriceEtherchainPlugins","EthereumGasPriceEthersPlugin","EthereumGasPriceEtherscanPlugin","EthereumGasPriceEthgasstationPlugin","EthereumGasPricePlugin","EthereumGasPricePayloadPlugins"]}
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 type { 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,SAAS,yCAAyC;AAClD,SAAS,yCAAyC;AAClD,SAAS,oCAAoC;AAC7C,SAAS,uCAAuC;AAChD,SAAS,2CAA2C;AACpD,SAAS,8BAA8B;AAGvC,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEP,IAAM,iCAAwD;AAAA,EACnE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL;AAEA,IAAO,gBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-ethereum-gas-price-payload-plugins",
3
- "version": "7.5.8",
3
+ "version": "7.5.11",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -36,43 +36,210 @@
36
36
  },
37
37
  "./package.json": "./package.json"
38
38
  },
39
- "module": "dist/browser/index.mjs",
40
- "types": "dist/browser/index.d.ts",
41
39
  "files": [
42
40
  "dist",
43
- "src"
41
+ "README.md"
44
42
  ],
45
43
  "dependencies": {
46
- "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "7.5.8",
47
- "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "7.5.8",
48
- "@xyo-network/react-ethereum-gas-price-ethers-plugin": "7.5.8",
49
- "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "7.5.8",
50
- "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "7.5.8",
51
- "@xyo-network/react-ethereum-gas-price-plugin": "7.5.8",
52
- "@xyo-network/react-payload-plugin": "7.5.8"
44
+ "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~7.5.11",
45
+ "@xyo-network/react-ethereum-gas-price-ethers-plugin": "~7.5.11",
46
+ "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~7.5.11",
47
+ "@xyo-network/react-ethereum-gas-price-plugin": "~7.5.11",
48
+ "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~7.5.11",
49
+ "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~7.5.11",
50
+ "@xyo-network/react-payload-plugin": "~7.5.11"
53
51
  },
54
52
  "devDependencies": {
55
- "@emotion/react": "~11.14.0",
56
- "@emotion/styled": "~11.14.1",
57
- "@mui/icons-material": "~7.3.9",
58
- "@mui/material": "~7.3.9",
53
+ "@bitauth/libauth": "~3.0.0",
54
+ "@emotion/react": "^11.14.0",
55
+ "@emotion/styled": "^11.14.1",
56
+ "@metamask/providers": "^22.1.1",
57
+ "@mui/icons-material": "^7.3.10",
58
+ "@mui/material": "^7.3.10",
59
+ "@mui/system": "^7.3.10",
60
+ "@mui/x-tree-view": "~8.27.2",
61
+ "@opentelemetry/api": "^1.9.1",
62
+ "@opentelemetry/sdk-trace-base": "^2.7.0",
63
+ "@scure/base": "~2.2.0",
64
+ "@scure/bip39": "~2.2.0",
65
+ "@storybook/react-vite": "~10.3.5",
66
+ "@textea/json-viewer": "~4.0.1",
67
+ "@types/node": "~25.6.0",
59
68
  "@types/react": "^19.2.14",
60
- "@xylabs/ts-scripts-common": "~7.5.6",
61
- "@xylabs/ts-scripts-yarn3": "~7.5.6",
62
- "react": "^19.2.4",
63
- "react-dom": "^19.2.4",
69
+ "@xylabs/geo": "^5.0.100",
70
+ "@xylabs/react-async-effect": "~7.1.20",
71
+ "@xylabs/react-button": "~7.1.20",
72
+ "@xylabs/react-dialogs": "~7.1.20",
73
+ "@xylabs/react-flexbox": "~7.1.20",
74
+ "@xylabs/react-hooks": "~7.1.20",
75
+ "@xylabs/react-identicon": "~7.1.20",
76
+ "@xylabs/react-link": "~7.1.20",
77
+ "@xylabs/react-promise": "~7.1.20",
78
+ "@xylabs/react-quick-tip-button": "~7.1.20",
79
+ "@xylabs/react-select": "~7.1.20",
80
+ "@xylabs/react-shared": "~7.1.20",
81
+ "@xylabs/react-theme": "~7.1.20",
82
+ "@xylabs/sdk-js": "^5.0.100",
83
+ "@xylabs/threads": "~5.0.100",
84
+ "@xylabs/toolchain": "~7.11.9",
85
+ "@xylabs/tsconfig": "^7.11.9",
86
+ "@xylabs/tsconfig-dom": "^7.11.9",
87
+ "@xylabs/tsconfig-react": "~7.11.9",
88
+ "@xylabs/zod": "~5.0.100",
89
+ "@xyo-network/account": "~5.5.1",
90
+ "@xyo-network/account-model": "^5.5.1",
91
+ "@xyo-network/api": "~5.5.1",
92
+ "@xyo-network/api-models": "~5.5.1",
93
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.9",
94
+ "@xyo-network/boundwitness-builder": "^5.5.1",
95
+ "@xyo-network/boundwitness-model": "^5.5.1",
96
+ "@xyo-network/boundwitness-validator": "^5.5.1",
97
+ "@xyo-network/boundwitness-wrapper": "~5.5.1",
98
+ "@xyo-network/config-payload-plugin": "~5.5.1",
99
+ "@xyo-network/diviner-model": "^5.5.5",
100
+ "@xyo-network/diviner-schema-list-model": "~5.5.2",
101
+ "@xyo-network/diviner-schema-stats-model": "~5.5.2",
102
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.9",
103
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.9",
104
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.9",
105
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.9",
106
+ "@xyo-network/gas-price-payload-plugin": "~5.4.9",
107
+ "@xyo-network/huri": "^5.5.1",
108
+ "@xyo-network/manifest-model": "~5.5.1",
109
+ "@xyo-network/module-abstract": "^5.5.5",
110
+ "@xyo-network/module-model": "^5.5.5",
111
+ "@xyo-network/node-core-types": "~4.1.10",
112
+ "@xyo-network/node-memory": "~5.5.5",
113
+ "@xyo-network/node-model": "^5.5.5",
114
+ "@xyo-network/payload-builder": "^5.5.1",
115
+ "@xyo-network/payload-model": "^5.5.1",
116
+ "@xyo-network/payload-plugin": "^5.5.1",
117
+ "@xyo-network/payload-validator": "^5.5.1",
118
+ "@xyo-network/payload-wrapper": "~5.5.1",
119
+ "@xyo-network/query-payload-plugin": "~5.5.1",
120
+ "@xyo-network/schema-cache": "~5.5.1",
121
+ "@xyo-network/schema-payload-plugin": "~5.5.1",
122
+ "@xyo-network/sdk-js": "^5.5.5",
123
+ "@xyo-network/sdk-protocol-js": "~5.5.1",
124
+ "@xyo-network/typeof": "~5.3.30",
125
+ "@xyo-network/wallet": "~5.5.1",
126
+ "@xyo-network/wallet-model": "^5.5.1",
127
+ "ajv": "^8.18.0",
128
+ "async-mutex": "^0.5.0",
129
+ "axios": "^1.15.2",
130
+ "bn.js": "^5.2.3",
131
+ "bowser": "^2.14.1",
132
+ "buffer": "^6.0.3",
133
+ "chalk": "^5.6.2",
134
+ "debug": "~4.4.3",
135
+ "esbuild": "~0.28.0",
136
+ "eslint": "^10.2.1",
137
+ "ethers": "^6.16.0",
138
+ "fast-deep-equal": "~3.1.3",
139
+ "hash-wasm": "~4.12.0",
140
+ "idb": "^8.0.3",
141
+ "js-cookie": "~3.0.5",
142
+ "lru-cache": "^11.3.5",
143
+ "mapbox-gl": "^3.22.0",
144
+ "observable-fns": "~0.6.1",
145
+ "pako": "^2.1.0",
146
+ "react": "^19.2.5",
147
+ "react-dom": "^19.2.5",
148
+ "react-router-dom": "^7.14.2",
149
+ "spark-md5": "~3.0.2",
150
+ "store2": "~2.14.4",
151
+ "storybook": "^10.3.5",
64
152
  "typescript": "^5.9.3",
65
- "zod": "^4.3.6"
153
+ "vite": "^8.0.10",
154
+ "wasm-feature-detect": "~1.8.0",
155
+ "webextension-polyfill": "^0.12.0",
156
+ "zod": "^4.3.6",
157
+ "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~7.5.11",
158
+ "@xyo-network/react-gas-price": "~7.5.11",
159
+ "@xyo-network/react-shared": "~7.5.11",
160
+ "@xyo-network/react-storybook": "~7.5.11"
66
161
  },
67
162
  "peerDependencies": {
68
- "@mui/icons-material": ">=6 <8",
69
- "@mui/material": ">=6 <8",
70
- "react": "^19",
71
- "react-dom": "^19",
72
- "zod": "^4"
163
+ "@emotion/react": "^11.14.0",
164
+ "@emotion/styled": "^11.14.1",
165
+ "@mui/icons-material": "^7.3.10",
166
+ "@mui/material": "^7.3.10",
167
+ "@mui/system": "^7.3.10",
168
+ "@mui/x-tree-view": "~8.27.2",
169
+ "@opentelemetry/api": "^1.9.1",
170
+ "@opentelemetry/sdk-trace-base": "^2.7.0",
171
+ "@scure/base": "~2.2.0",
172
+ "@textea/json-viewer": "~4.0.1",
173
+ "@types/react": "^19.2.14",
174
+ "@xylabs/react-async-effect": "~7.1.20",
175
+ "@xylabs/react-button": "~7.1.20",
176
+ "@xylabs/react-dialogs": "~7.1.20",
177
+ "@xylabs/react-flexbox": "~7.1.20",
178
+ "@xylabs/react-hooks": "~7.1.20",
179
+ "@xylabs/react-identicon": "~7.1.20",
180
+ "@xylabs/react-link": "~7.1.20",
181
+ "@xylabs/react-promise": "~7.1.20",
182
+ "@xylabs/react-quick-tip-button": "~7.1.20",
183
+ "@xylabs/react-select": "~7.1.20",
184
+ "@xylabs/react-shared": "~7.1.20",
185
+ "@xylabs/react-theme": "~7.1.20",
186
+ "@xylabs/sdk-js": "^5.0.100",
187
+ "@xylabs/tsconfig": "^7.11.9",
188
+ "@xylabs/tsconfig-dom": "^7.11.9",
189
+ "@xylabs/zod": "~5.0.100",
190
+ "@xyo-network/account": "~5.5.1",
191
+ "@xyo-network/account-model": "^5.5.1",
192
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.9",
193
+ "@xyo-network/boundwitness-builder": "^5.5.1",
194
+ "@xyo-network/boundwitness-model": "^5.5.1",
195
+ "@xyo-network/boundwitness-validator": "^5.5.1",
196
+ "@xyo-network/boundwitness-wrapper": "~5.5.1",
197
+ "@xyo-network/config-payload-plugin": "~5.5.1",
198
+ "@xyo-network/diviner-model": "^5.5.5",
199
+ "@xyo-network/diviner-schema-list-model": "~5.5.2",
200
+ "@xyo-network/diviner-schema-stats-model": "~5.5.2",
201
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.9",
202
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.9",
203
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.9",
204
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.9",
205
+ "@xyo-network/gas-price-payload-plugin": "~5.4.9",
206
+ "@xyo-network/manifest-model": "~5.5.1",
207
+ "@xyo-network/module-abstract": "^5.5.5",
208
+ "@xyo-network/module-model": "^5.5.5",
209
+ "@xyo-network/node-core-types": "~4.1.10",
210
+ "@xyo-network/node-memory": "~5.5.5",
211
+ "@xyo-network/node-model": "^5.5.5",
212
+ "@xyo-network/payload-builder": "^5.5.1",
213
+ "@xyo-network/payload-model": "^5.5.1",
214
+ "@xyo-network/payload-plugin": "^5.5.1",
215
+ "@xyo-network/payload-validator": "^5.5.1",
216
+ "@xyo-network/query-payload-plugin": "~5.5.1",
217
+ "@xyo-network/schema-cache": "~5.5.1",
218
+ "@xyo-network/schema-payload-plugin": "~5.5.1",
219
+ "@xyo-network/typeof": "~5.3.30",
220
+ "@xyo-network/wallet-model": "^5.5.1",
221
+ "ajv": "^8.18.0",
222
+ "async-mutex": "^0.5.0",
223
+ "axios": "^1.15.2",
224
+ "bn.js": "^5.2.3",
225
+ "bowser": "^2.14.1",
226
+ "buffer": "^6.0.3",
227
+ "chalk": "^5.6.2",
228
+ "ethers": "^6.16.0",
229
+ "fast-deep-equal": "~3.1.3",
230
+ "js-cookie": "~3.0.5",
231
+ "lru-cache": "^11.3.5",
232
+ "pako": "^2.1.0",
233
+ "react": "^19.2.5",
234
+ "react-dom": "^19.2.5",
235
+ "react-router-dom": "^7.14.2",
236
+ "spark-md5": "~3.0.2",
237
+ "storybook": "^10.3.5",
238
+ "vite": "^8.0.10",
239
+ "zod": "^4.3.6"
73
240
  },
74
241
  "publishConfig": {
75
242
  "access": "public"
76
243
  },
77
244
  "docs": "dist/docs.json"
78
- }
245
+ }
package/src/index.ts DELETED
@@ -1,25 +0,0 @@
1
- import { EthereumGasPriceBlocknativePlugin } from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'
2
- import { EthereumGasPriceEtherchainPlugins } from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'
3
- import { EthereumGasPriceEthersPlugin } from '@xyo-network/react-ethereum-gas-price-ethers-plugin'
4
- import { EthereumGasPriceEtherscanPlugin } from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'
5
- import { EthereumGasPriceEthgasstationPlugin } from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'
6
- import { EthereumGasPricePlugin } from '@xyo-network/react-ethereum-gas-price-plugin'
7
- import type { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'
8
-
9
- export * from '@xyo-network/react-ethereum-gas-price-blocknative-plugin'
10
- export * from '@xyo-network/react-ethereum-gas-price-etherchain-plugins'
11
- export * from '@xyo-network/react-ethereum-gas-price-ethers-plugin'
12
- export * from '@xyo-network/react-ethereum-gas-price-etherscan-plugin'
13
- export * from '@xyo-network/react-ethereum-gas-price-ethgasstation-plugin'
14
- export * from '@xyo-network/react-ethereum-gas-price-plugin'
15
-
16
- export const EthereumGasPricePayloadPlugins: PayloadRenderPlugin[] = [
17
- EthereumGasPricePlugin,
18
- EthereumGasPriceEtherscanPlugin,
19
- EthereumGasPriceEthersPlugin,
20
- EthereumGasPriceEthgasstationPlugin,
21
- EthereumGasPriceBlocknativePlugin,
22
- ...EthereumGasPriceEtherchainPlugins,
23
- ]
24
-
25
- export default EthereumGasPricePayloadPlugins