Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,078 changes: 854 additions & 1,224 deletions package-lock.json

Large diffs are not rendered by default.

27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"homepage": "https://chainstats.org/",
"private": false,
"dependencies": {
"@ant-design/icons": "^6.1.0",
"antd": "^6.3.0",
"axios": "^1.13.5",
"@ant-design/icons": "^6.1.1",
"antd": "^6.3.5",
"axios": "^1.15.0",
"cryptocurrency-icons": "^0.18.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sass": "^1.97.3",
"web-vitals": "^5.1.0"
"react": "^19.2.5",
"react-dom": "^19.2.5",
"sass": "^1.99.0",
"web-vitals": "^5.2.0"
},
"scripts": {
"start": "vite",
Expand All @@ -26,11 +26,14 @@
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^5.0.2",
"@vitejs/plugin-react": "^6.0.1",
"gh-pages": "^6.3.0",
"jsdom": "^28.1.0",
"vite": "^7.1.5",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^4.0.18"
"jsdom": "^29.0.2",
"vite": "^8.0.8",
"vite-plugin-svgr": "^5.2.0",
"vitest": "^4.1.4"
},
"overrides": {
"picomatch": "^4.0.4"
}
}
2 changes: 2 additions & 0 deletions src/components/ProtocolIcon/ProtocolIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import Sonic from './sonic.svg?react';
import Celo from './celo.svg?react';
import Hyperliquid from './hyperliquid.svg?react';
import Klaytn from './klaytn.svg?react';
import Megaeth from './megaeth.svg?react';
import Monad from './monad.svg?react';
import Plasma from './plasma.svg?react';
import Tempo from './tempo.svg?react';
Expand Down Expand Up @@ -76,6 +77,7 @@ const iconTypes = {
Celo: <Celo />,
Klaytn: <Klaytn />,
Hyperliquid: <Hyperliquid />,
Megaeth: <Megaeth />,
Monad: <Monad />,
Plasma: <Plasma />,
Tempo: <Tempo />,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProtocolIcon/ProtocolIcon.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, expect, it } from 'vitest';
import ProtocolIcon from './ProtocolIcon';

describe('ProtocolIcon', () => {
it.each(['Monad', 'Plasma', 'Tempo', 'Unichain'])(
it.each(['Megaeth', 'Monad', 'Plasma', 'Tempo', 'Unichain'])(
'renders an SVG icon for %s',
(protocolName) => {
const { container } = render(<ProtocolIcon protocolName={protocolName} />);
Expand Down
9 changes: 3 additions & 6 deletions src/components/ProtocolIcon/celo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/components/ProtocolIcon/hyperliquid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/components/ProtocolIcon/megaeth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 8 additions & 27 deletions src/components/ProtocolIcon/sonic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading