aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/ts/context/trace.tsx
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2019-03-06 17:46:50 +0800
committerHsuan Lee <boczeratul@gmail.com>2019-03-06 17:46:50 +0800
commit35703539d0f2b4ddb3b11d0de8c9634af59ab71f (patch)
treeae3731221dbbb3a6fa40060a8d916cfd3f738289 /packages/dev-tools-pages/ts/context/trace.tsx
parent92a1fde5b1ecd81b07cdb5bf0c9c1cd3544799db (diff)
downloaddexon-0x-contracts-stable.tar.gz
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/trace.tsx')
-rw-r--r--packages/dev-tools-pages/ts/context/trace.tsx20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/dev-tools-pages/ts/context/trace.tsx b/packages/dev-tools-pages/ts/context/trace.tsx
deleted file mode 100644
index 3c19661f2..000000000
--- a/packages/dev-tools-pages/ts/context/trace.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import Icon from 'ts/icons/logos/trace.svg';
-
-import { ContextInterface } from './index';
-
-export const context: ContextInterface = {
- title: 'sol-trace',
- name: 'trace',
- subtitle: 'Human-readable stack traces',
- docLink: 'https://0x.org/docs/sol-trace',
- tagline: 'Immediately locate Solidity errors and rapidly debug failed transactions',
- icon: Icon,
- colors: {
- main: '#4F76FF',
- secondary: '#CDD8FF',
- secondary_alt: '#BFCDFF',
- type: '#7090FF',
- type_alt: '#355CE5',
- dark: '#2A4ABC',
- },
-};