Files
protocol/packages/dev-tools-pages/ts/context/profiler.tsx
Megan Pearson 43b792f307 Fixed typos
2018-10-25 14:12:01 +02:00

15 lines
370 B
TypeScript

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 contract's gas usage",
icon: Icon,
colors: {
main: '#FF7144',
secondary: '#FED7CB',
type: '#EB8666',
},
};