diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2019-01-19 18:42:04 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2019-01-19 18:42:04 +0800 |
commit | 7ae38906926dc09bc10670c361af0d2bf0050426 (patch) | |
tree | 5fb10ae366b987db09e4ddb4bc3ba0f75404ad08 /packages/dev-tools-pages/ts/context/trace.tsx | |
parent | b5fd3c72a08aaa6957917d74c333387a16edf66b (diff) | |
download | dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.gz dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.tar.zst dexon-sol-tools-7ae38906926dc09bc10670c361af0d2bf0050426.zip |
Update dependency packages
Diffstat (limited to 'packages/dev-tools-pages/ts/context/trace.tsx')
-rw-r--r-- | packages/dev-tools-pages/ts/context/trace.tsx | 20 |
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', - }, -}; |