15 lines
360 B
TypeScript
15 lines
360 B
TypeScript
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: '#5C80FF',
|
|
secondary: '#CDD8FF',
|
|
link: '#557AFF',
|
|
},
|
|
};
|