Uppercase Networks enum values

This commit is contained in:
Fabio Berger
2018-01-30 21:01:16 +01:00
parent adc6170f02
commit ecf86d1d13
7 changed files with 22 additions and 22 deletions

View File

@@ -40,9 +40,9 @@ import { utils } from 'ts/utils/utils';
const SCROLL_TOP_ID = 'docsScrollTop';
const networkNameToColor: { [network: string]: string } = {
[Networks.kovan]: colors.purple,
[Networks.ropsten]: colors.red,
[Networks.mainnet]: colors.turquois,
[Networks.Kovan]: colors.purple,
[Networks.Ropsten]: colors.red,
[Networks.Mainnet]: colors.turquois,
};
export interface DocumentationAllProps {