blob: d8982c56f0c8743637d34b7c1bb926595de32164 (
plain) (
tree)
|
|
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',
link: '#EB8666',
},
};
|