@xyo-network/react-ethereum-gas-price-payload-plugins 7.6.3 → 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.
@@ -24,4 +24,4 @@ export {
24
24
  EthereumGasPricePayloadPlugins,
25
25
  index_default as default
26
26
  };
27
- //# sourceMappingURL=index.mjs.map
27
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1,7 @@
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":[]}
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": "7.6.3",
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,55 +41,53 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~7.6.3",
45
- "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~7.6.3",
46
- "@xyo-network/react-ethereum-gas-price-plugin": "~7.6.3",
47
- "@xyo-network/react-ethereum-gas-price-ethers-plugin": "~7.6.3",
48
- "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~7.6.3",
49
- "@xyo-network/react-payload-plugin": "~7.6.3",
50
- "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~7.6.3"
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": "^7.3.11",
58
- "@mui/material": "^7.3.11",
59
- "@mui/system": "^7.3.11",
60
- "@mui/x-tree-view": "~8.27.2",
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.3.6",
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.2",
70
- "@xylabs/pixel": "~5.1.2",
71
- "@xylabs/react-async-effect": "~7.2.4",
72
- "@xylabs/react-button": "~7.2.4",
73
- "@xylabs/react-flexbox": "~7.2.4",
74
- "@xylabs/react-hooks": "~7.2.4",
75
- "@xylabs/react-identicon": "~7.2.4",
76
- "@xylabs/react-link": "~7.2.4",
77
- "@xylabs/react-promise": "~7.2.4",
78
- "@xylabs/react-quick-tip-button": "~7.2.4",
79
- "@xylabs/react-select": "~7.2.4",
80
- "@xylabs/react-shared": "~7.2.4",
81
- "@xylabs/react-theme": "~7.2.4",
82
- "@xylabs/sdk-js": "^5.1.2",
83
- "@xylabs/threads": "~5.1.2",
84
- "@xylabs/toolchain": "~7.13.15",
85
- "@xylabs/tsconfig": "^7.13.15",
86
- "@xylabs/tsconfig-dom": "^7.13.15",
87
- "@xylabs/tsconfig-react": "~7.13.15",
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",
91
89
  "@xyo-network/api-models": "~5.6.3",
92
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.5.1",
90
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.5.2",
93
91
  "@xyo-network/boundwitness-builder": "^5.6.2",
94
92
  "@xyo-network/boundwitness-model": "^5.6.3",
95
93
  "@xyo-network/boundwitness-validator": "^5.6.2",
@@ -98,15 +96,15 @@
98
96
  "@xyo-network/diviner-model": "^5.6.4",
99
97
  "@xyo-network/diviner-schema-list": "~5.6.4",
100
98
  "@xyo-network/diviner-schema-stats": "~5.6.4",
101
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.5.1",
102
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.5.1",
103
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.5.1",
104
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.5.1",
105
- "@xyo-network/gas-price-payload-plugin": "~5.5.1",
99
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.5.2",
100
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.5.2",
101
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.5.2",
102
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.5.2",
103
+ "@xyo-network/gas-price-payload-plugin": "~5.5.2",
106
104
  "@xyo-network/huri": "^5.6.2",
107
105
  "@xyo-network/manifest-model": "~5.6.3",
108
106
  "@xyo-network/module-model": "^5.6.4",
109
- "@xyo-network/node-core-types": "~4.2.1",
107
+ "@xyo-network/node-core-types": "~4.2.2",
110
108
  "@xyo-network/node-memory": "~5.6.4",
111
109
  "@xyo-network/node-model": "^5.6.4",
112
110
  "@xyo-network/payload-builder": "^5.6.2",
@@ -128,67 +126,69 @@
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.3.0",
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.5",
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.78.0",
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.0",
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.3.6",
153
- "typescript": "^5.9.3",
154
- "vite": "^8.0.10",
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
- "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~7.6.3",
159
- "@xyo-network/react-gas-price": "~7.6.3",
160
- "@xyo-network/react-shared": "~7.6.3",
161
- "@xyo-network/react-storybook": "~7.6.3"
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": "^7.3",
169
- "@mui/material": "^7.3",
170
- "@mui/system": "^7.3",
171
- "@mui/x-tree-view": "~8.27",
168
+ "@mui/icons-material": "^9.0",
169
+ "@mui/material": "^9.0",
170
+ "@mui/system": "^9.0",
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
- "@xylabs/react-async-effect": "~7.2",
181
- "@xylabs/react-button": "~7.2",
182
- "@xylabs/react-flexbox": "~7.2",
183
- "@xylabs/react-hooks": "~7.2",
184
- "@xylabs/react-identicon": "~7.2",
185
- "@xylabs/react-link": "~7.2",
186
- "@xylabs/react-promise": "~7.2",
187
- "@xylabs/react-quick-tip-button": "~7.2",
188
- "@xylabs/react-select": "~7.2",
189
- "@xylabs/react-shared": "~7.2",
190
- "@xylabs/react-theme": "~7.2",
179
+ "@xylabs/react-async-effect": "~8.0",
180
+ "@xylabs/react-button": "~8.0",
181
+ "@xylabs/react-flexbox": "~8.0",
182
+ "@xylabs/react-hooks": "~8.0",
183
+ "@xylabs/react-identicon": "~8.0",
184
+ "@xylabs/react-link": "~8.0",
185
+ "@xylabs/react-promise": "~8.0",
186
+ "@xylabs/react-quick-tip-button": "~8.0",
187
+ "@xylabs/react-select": "~8.0",
188
+ "@xylabs/react-shared": "~8.0",
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.78",
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"