aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/constants/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/helpers/constants/common.js')
-rw-r--r--ui/app/helpers/constants/common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/helpers/constants/common.js b/ui/app/helpers/constants/common.js
index 58fae5e5f..a0d6e65b3 100644
--- a/ui/app/helpers/constants/common.js
+++ b/ui/app/helpers/constants/common.js
@@ -10,4 +10,5 @@ export const NETWORK_TYPES = {
MAINNET: 'mainnet',
RINKEBY: 'rinkeby',
ROPSTEN: 'ropsten',
+ GOERLI: 'goerli',
}