From 468bc96bdfc08e80119b3d5b3a54a3cf84046af8 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Fri, 22 Mar 2019 12:20:12 -0230 Subject: Hide gas price chart and prevent api call when not on ethereum networks. (#6300) Add missing translations in gas customization modal --- ui/app/helpers/constants/common.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/app/helpers/constants/common.js') diff --git a/ui/app/helpers/constants/common.js b/ui/app/helpers/constants/common.js index c6e566b8b..58fae5e5f 100644 --- a/ui/app/helpers/constants/common.js +++ b/ui/app/helpers/constants/common.js @@ -6,5 +6,8 @@ export const PRIMARY = 'PRIMARY' export const SECONDARY = 'SECONDARY' export const NETWORK_TYPES = { + KOVAN: 'kovan', MAINNET: 'mainnet', + RINKEBY: 'rinkeby', + ROPSTEN: 'ropsten', } -- cgit