@xyo-network/react-ethereum-gas-price-payload-plugins 8.0.0 → 8.0.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.mjs +1 -1
- package/dist/browser/index.mjs.map +7 -1
- package/package.json +58 -54
package/dist/browser/index.mjs
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.ts"],
|
|
4
|
+
"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"],
|
|
5
|
+
"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;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-ethereum-gas-price-payload-plugins",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -41,50 +41,48 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~8.0.
|
|
45
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
46
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
47
|
-
"@xyo-network/react-ethereum-gas-price-
|
|
48
|
-
"@xyo-network/react-ethereum-gas-price-plugin": "~8.0.
|
|
49
|
-
"@xyo-network/react-
|
|
50
|
-
"@xyo-network/react-
|
|
44
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~8.0.1",
|
|
45
|
+
"@xyo-network/react-ethereum-gas-price-ethers-plugin": "~8.0.1",
|
|
46
|
+
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~8.0.1",
|
|
47
|
+
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~8.0.1",
|
|
48
|
+
"@xyo-network/react-ethereum-gas-price-plugin": "~8.0.1",
|
|
49
|
+
"@xyo-network/react-payload-plugin": "~8.0.1",
|
|
50
|
+
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~8.0.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@bitauth/libauth": "~3.0.0",
|
|
54
|
-
"@emotion/react": "^11.14.0",
|
|
55
|
-
"@emotion/styled": "^11.14.1",
|
|
56
54
|
"@metamask/providers": "^22.1.1",
|
|
57
|
-
"@mui/icons-material": "
|
|
58
|
-
"@mui/material": "
|
|
59
|
-
"@mui/system": "
|
|
60
|
-
"@mui/x-tree-view": "~9.1",
|
|
55
|
+
"@mui/icons-material": "^9.0.1",
|
|
56
|
+
"@mui/material": "^9.0.1",
|
|
57
|
+
"@mui/system": "^9.0.1",
|
|
58
|
+
"@mui/x-tree-view": "~9.1.0",
|
|
61
59
|
"@opentelemetry/api": "^1.9.1",
|
|
62
60
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
63
61
|
"@react-spring/web": "~10.0.3",
|
|
64
62
|
"@scure/base": "~2.2.0",
|
|
65
63
|
"@scure/bip39": "~2.2.0",
|
|
66
|
-
"@storybook/react-vite": "~10.
|
|
67
|
-
"@textea/json-viewer": "~4.0.1",
|
|
64
|
+
"@storybook/react-vite": "~10.4.0",
|
|
68
65
|
"@types/react": "^19.2.14",
|
|
69
|
-
"@xylabs/geo": "^5.1.
|
|
70
|
-
"@xylabs/pixel": "~5.1.
|
|
71
|
-
"@xylabs/react-async-effect": "~8.0",
|
|
72
|
-
"@xylabs/react-button": "~8.0",
|
|
73
|
-
"@xylabs/react-flexbox": "~8.0",
|
|
74
|
-
"@xylabs/react-hooks": "~8.0",
|
|
75
|
-
"@xylabs/react-identicon": "~8.0",
|
|
76
|
-
"@xylabs/react-link": "~8.0",
|
|
77
|
-
"@xylabs/react-promise": "~8.0",
|
|
78
|
-
"@xylabs/react-quick-tip-button": "~8.0",
|
|
79
|
-
"@xylabs/react-select": "~8.0",
|
|
80
|
-
"@xylabs/react-shared": "~8.0",
|
|
81
|
-
"@xylabs/react-theme": "~8.0",
|
|
82
|
-
"@xylabs/sdk-js": "^5.1.
|
|
83
|
-
"@xylabs/
|
|
84
|
-
"@xylabs/
|
|
85
|
-
"@xylabs/
|
|
86
|
-
"@xylabs/tsconfig
|
|
87
|
-
"@xylabs/tsconfig-
|
|
66
|
+
"@xylabs/geo": "^5.1.3",
|
|
67
|
+
"@xylabs/pixel": "~5.1.3",
|
|
68
|
+
"@xylabs/react-async-effect": "~8.0.3",
|
|
69
|
+
"@xylabs/react-button": "~8.0.3",
|
|
70
|
+
"@xylabs/react-flexbox": "~8.0.3",
|
|
71
|
+
"@xylabs/react-hooks": "~8.0.3",
|
|
72
|
+
"@xylabs/react-identicon": "~8.0.3",
|
|
73
|
+
"@xylabs/react-link": "~8.0.3",
|
|
74
|
+
"@xylabs/react-promise": "~8.0.3",
|
|
75
|
+
"@xylabs/react-quick-tip-button": "~8.0.3",
|
|
76
|
+
"@xylabs/react-select": "~8.0.3",
|
|
77
|
+
"@xylabs/react-shared": "~8.0.3",
|
|
78
|
+
"@xylabs/react-theme": "~8.0.3",
|
|
79
|
+
"@xylabs/sdk-js": "^5.1.3",
|
|
80
|
+
"@xylabs/sdk-react": "~8.0.3",
|
|
81
|
+
"@xylabs/threads": "~5.1.3",
|
|
82
|
+
"@xylabs/toolchain": "~8.0.6",
|
|
83
|
+
"@xylabs/tsconfig": "^8.0.6",
|
|
84
|
+
"@xylabs/tsconfig-dom": "^8.0.6",
|
|
85
|
+
"@xylabs/tsconfig-react": "~8.0.6",
|
|
88
86
|
"@xyo-network/account": "~5.6.2",
|
|
89
87
|
"@xyo-network/account-model": "^5.6.3",
|
|
90
88
|
"@xyo-network/api": "~5.6.2",
|
|
@@ -128,53 +126,54 @@
|
|
|
128
126
|
"bowser": "^2.14.1",
|
|
129
127
|
"buffer": "^6.0.3",
|
|
130
128
|
"chalk": "^5.6.2",
|
|
129
|
+
"clsx": "~2.1.1",
|
|
131
130
|
"debug": "~4.4.3",
|
|
132
|
-
"eslint": "^10.
|
|
131
|
+
"eslint": "^10.4.0",
|
|
133
132
|
"ethers": "^6.16.0",
|
|
134
133
|
"fast-deep-equal": "~3.1.3",
|
|
135
134
|
"hash-wasm": "~4.12.0",
|
|
136
135
|
"idb": "^8.0.3",
|
|
137
|
-
"js-cookie": "~3.0.
|
|
136
|
+
"js-cookie": "~3.0.6",
|
|
138
137
|
"lru-cache": "^11.3.6",
|
|
139
138
|
"mapbox-gl": "^3.23.1",
|
|
140
139
|
"md5": "~2.3.0",
|
|
141
|
-
"mixpanel-browser": "~2.
|
|
140
|
+
"mixpanel-browser": "~2.79.0",
|
|
141
|
+
"numeral": "~2.0.6",
|
|
142
142
|
"observable-fns": "~0.6.1",
|
|
143
143
|
"pako": "^2.1.0",
|
|
144
144
|
"query-string": "~9.3.1",
|
|
145
145
|
"react": "^19.2.6",
|
|
146
146
|
"react-dom": "^19.2.6",
|
|
147
147
|
"react-is": "^19.2.6",
|
|
148
|
-
"react-router-dom": "^7.15.
|
|
148
|
+
"react-router-dom": "^7.15.1",
|
|
149
149
|
"recharts": "~3.8.1",
|
|
150
150
|
"spark-md5": "~3.0.2",
|
|
151
151
|
"store2": "~2.14.4",
|
|
152
|
-
"storybook": "^10.
|
|
153
|
-
"typescript": "^
|
|
154
|
-
"
|
|
152
|
+
"storybook": "^10.4.0",
|
|
153
|
+
"typescript": "^6.0.3",
|
|
154
|
+
"viem": "^2.49.3",
|
|
155
|
+
"vite": "^8.0.13",
|
|
155
156
|
"wasm-feature-detect": "~1.8.0",
|
|
156
157
|
"webextension-polyfill": "^0.12.0",
|
|
157
158
|
"zod": "^4.4.3",
|
|
158
|
-
"
|
|
159
|
-
"@xyo-network/react-
|
|
160
|
-
"@xyo-network/react-
|
|
161
|
-
"@xyo-network/react-
|
|
159
|
+
"zustand": "~5.0.13",
|
|
160
|
+
"@xyo-network/react-gas-price": "~8.0.1",
|
|
161
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~8.0.1",
|
|
162
|
+
"@xyo-network/react-storybook": "~8.0.1",
|
|
163
|
+
"@xyo-network/react-shared": "~8.0.1"
|
|
162
164
|
},
|
|
163
165
|
"peerDependencies": {
|
|
164
166
|
"@bitauth/libauth": "~3.0",
|
|
165
|
-
"@emotion/react": "^11.14",
|
|
166
|
-
"@emotion/styled": "^11.14",
|
|
167
167
|
"@metamask/providers": "^22.1",
|
|
168
|
-
"@mui/icons-material": "
|
|
169
|
-
"@mui/material": "
|
|
170
|
-
"@mui/system": "
|
|
168
|
+
"@mui/icons-material": "^9.0",
|
|
169
|
+
"@mui/material": "^9.0",
|
|
170
|
+
"@mui/system": "^9.0",
|
|
171
171
|
"@mui/x-tree-view": "~9.1",
|
|
172
172
|
"@opentelemetry/api": "^1.9",
|
|
173
173
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
174
174
|
"@react-spring/web": "~10.0",
|
|
175
175
|
"@scure/base": "~2.2",
|
|
176
176
|
"@scure/bip39": "~2.2",
|
|
177
|
-
"@textea/json-viewer": "~4.0",
|
|
178
177
|
"@xylabs/geo": "^5.1",
|
|
179
178
|
"@xylabs/pixel": "~5.1",
|
|
180
179
|
"@xylabs/react-async-effect": "~8.0",
|
|
@@ -189,6 +188,7 @@
|
|
|
189
188
|
"@xylabs/react-shared": "~8.0",
|
|
190
189
|
"@xylabs/react-theme": "~8.0",
|
|
191
190
|
"@xylabs/sdk-js": "^5.1",
|
|
191
|
+
"@xylabs/sdk-react": "~8.0",
|
|
192
192
|
"@xylabs/threads": "~5.1",
|
|
193
193
|
"@xyo-network/account": "~5.6",
|
|
194
194
|
"@xyo-network/account-model": "^5.6",
|
|
@@ -232,6 +232,7 @@
|
|
|
232
232
|
"bowser": "^2.14",
|
|
233
233
|
"buffer": "^6.0",
|
|
234
234
|
"chalk": "^5.6",
|
|
235
|
+
"clsx": "~2.1",
|
|
235
236
|
"debug": "~4.4",
|
|
236
237
|
"ethers": "^6.16",
|
|
237
238
|
"fast-deep-equal": "~3.1",
|
|
@@ -241,7 +242,8 @@
|
|
|
241
242
|
"lru-cache": "^11.3",
|
|
242
243
|
"mapbox-gl": "^3.23",
|
|
243
244
|
"md5": "~2.3",
|
|
244
|
-
"mixpanel-browser": "~2.
|
|
245
|
+
"mixpanel-browser": "~2.79",
|
|
246
|
+
"numeral": "~2.0",
|
|
245
247
|
"observable-fns": "~0.6",
|
|
246
248
|
"pako": "^2.1",
|
|
247
249
|
"query-string": "~9.3",
|
|
@@ -252,9 +254,11 @@
|
|
|
252
254
|
"recharts": "~3.8",
|
|
253
255
|
"spark-md5": "~3.0",
|
|
254
256
|
"store2": "~2.14",
|
|
257
|
+
"viem": "^2.48",
|
|
255
258
|
"wasm-feature-detect": "~1.8",
|
|
256
259
|
"webextension-polyfill": "^0.12",
|
|
257
|
-
"zod": "^4.4"
|
|
260
|
+
"zod": "^4.4",
|
|
261
|
+
"zustand": "~5.0"
|
|
258
262
|
},
|
|
259
263
|
"publishConfig": {
|
|
260
264
|
"access": "public"
|