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

export default {
    title: 'sol-trace',
    name: 'trace',
    subtitle: 'Human-readable stack traces',
    tagline: 'Immediately locate Solidity errors and rapidly debug failed transactions',
    icon: Icon,
    colors: {
        main: '#4F76FF',
        secondary: '#CDD8FF',
        type: '#7090FF',
    },
};