@xyo-network/react-chain-blockchain 1.22.0 → 1.23.0
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 +2 -2
- package/dist/browser/index.mjs.map +1 -1
- package/package.json +28 -40
package/dist/browser/index.mjs
CHANGED
|
@@ -556,7 +556,7 @@ var BlockMenuExpanded = /* @__PURE__ */ __name(({ block }) => {
|
|
|
556
556
|
// src/components/block/ProducerChip.tsx
|
|
557
557
|
import { Chip as Chip2 } from "@mui/material";
|
|
558
558
|
import { EthAddressWrapper, isString, isUndefined, toAddress } from "@xylabs/sdk-js";
|
|
559
|
-
import { BlockiesAvatar } from "@xyo-network/
|
|
559
|
+
import { BlockiesAvatar } from "@xyo-network/xl1-blockies";
|
|
560
560
|
import React11, { useMemo as useMemo4 } from "react";
|
|
561
561
|
|
|
562
562
|
// src/components/block/ChipSkeleton.tsx
|
|
@@ -1429,7 +1429,7 @@ import React33, { useMemo as useMemo8 } from "react";
|
|
|
1429
1429
|
|
|
1430
1430
|
// src/components/chain/stats/producer/Table.tsx
|
|
1431
1431
|
import { Table, TableBody as TableBody3, TableCell as TableCell16, TableHead as TableHead3, TableRow as TableRow4, useTheme } from "@mui/material";
|
|
1432
|
-
import { BlockiesAvatar as BlockiesAvatar2 } from "@xyo-network/
|
|
1432
|
+
import { BlockiesAvatar as BlockiesAvatar2 } from "@xyo-network/xl1-blockies";
|
|
1433
1433
|
import React32 from "react";
|
|
1434
1434
|
var ChainProducerStatsTable = /* @__PURE__ */ __name(({ producers, ...props }) => {
|
|
1435
1435
|
const theme = useTheme();
|