We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413b669 commit e373ce1Copy full SHA for e373ce1
dashboard/src/images/blast.svg
dashboard/src/utils/consts.ts
@@ -5,6 +5,7 @@ import arbitrumIcon from '../images/arbitrum.svg';
5
import auroraIcon from '../images/aurora.svg';
6
import avaxIcon from '../images/avax.svg';
7
import baseIcon from '../images/base.svg';
8
+import blastIcon from '../images/blast.svg';
9
import bscIcon from '../images/bsc.svg';
10
import celestiaIcon from '../images/celestia.svg';
11
import celoIcon from '../images/celo.svg';
@@ -75,6 +76,7 @@ export const CHAIN_ICON_MAP: { [key: string]: string } = {
75
76
32: seiIcon,
77
34: scrollIcon,
78
35: mantleIcon,
79
+ 36: blastIcon,
80
3104: wormchainIcon,
81
4000: cosmoshubIcon,
82
4001: evmosIcon,
0 commit comments