aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/context/profiler.tsx
blob: 891c2f0bb75fd32dea3e53593e0a88d03eb28988 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Icon from 'ts/icons/logos/profiler.svg';

export default {
    title: 'sol-profiler',
    name: 'profiler',
    subtitle: 'Gas profiling for Solidity',
    tagline: "Implement data-guided optimizations by profiling your contrat's gas usage",
    icon: Icon,
    colors: {
        main: '#FF7144',
        secondary: '#FED7CB',
        type: '#EB8666',
    },
};