blob: d5dd2a39444b10248298e329a352079e0af06221 (
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 contract's gas usage",
icon: Icon,
colors: {
main: '#FF7144',
secondary: '#FED7CB',
secondary_alt: '#FECEBE',
type: '#EB8666',
type_alt: '#D16745',
dark: '#5F1700',
},
};
|