diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
commit | 35703539d0f2b4ddb3b11d0de8c9634af59ab71f (patch) | |
tree | ae3731221dbbb3a6fa40060a8d916cfd3f738289 /packages/dev-tools-pages/ts/context/profiler.tsx | |
parent | 92a1fde5b1ecd81b07cdb5bf0c9c1cd3544799db (diff) | |
download | dexon-0x-contracts-stable.tar dexon-0x-contracts-stable.tar.gz dexon-0x-contracts-stable.tar.bz2 dexon-0x-contracts-stable.tar.lz dexon-0x-contracts-stable.tar.xz dexon-0x-contracts-stable.tar.zst dexon-0x-contracts-stable.zip |
Deploy @dexon-foundation/0x.jsstable
Diffstat (limited to 'packages/dev-tools-pages/ts/context/profiler.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/context/profiler.tsx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/dev-tools-pages/ts/context/profiler.tsx b/packages/dev-tools-pages/ts/context/profiler.tsx deleted file mode 100644 index e2ddcb230..000000000 --- a/packages/dev-tools-pages/ts/context/profiler.tsx +++ /dev/null @@ -1,20 +0,0 @@ -import Icon from 'ts/icons/logos/profiler.svg'; - -import { ContextInterface } from './index'; - -export const context: ContextInterface = { - title: 'sol-profiler', - name: 'profiler', - docLink: 'https://0x.org/docs/sol-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: '#985C49', - }, -}; |