We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec742e8 commit 35214d6Copy full SHA for 35214d6
components/Feed.vue
@@ -21,6 +21,9 @@ const getNetworkName = () => {
21
case "mocha-4.celenium.io":
22
return "Mocha-4"
23
24
+ case "dev.celenium.io":
25
+ return "Development"
26
+
27
case "localhost":
28
return "Local Environment"
29
components/widgets/BlockWidget.vue
@@ -52,6 +52,9 @@ const getNetworkName = () => {
52
53
54
55
56
57
58
59
60
0 commit comments