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.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/app/helpers/constants/common.js b/ui/app/helpers/constants/common.js
new file mode 100644
index 000000000..c6e566b8b
--- /dev/null
+++ b/ui/app/helpers/constants/common.js
@@ -0,0 +1,10 @@
+export const ETH = 'ETH'
+export const GWEI = 'GWEI'
+export const WEI = 'WEI'
+
+export const PRIMARY = 'PRIMARY'
+export const SECONDARY = 'SECONDARY'
+
+export const NETWORK_TYPES = {
+ MAINNET: 'mainnet',
+}