We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db4f54 commit e082da1Copy full SHA for e082da1
1 file changed
components/Connection.vue
@@ -22,7 +22,6 @@ const { hostname } = useRequestURL()
22
23
switch (hostname) {
24
case "celenium.io":
25
- // case "dev.celenium.io":
26
appStore.network = mainnet
27
break
28
@@ -35,11 +34,6 @@ switch (hostname) {
35
34
appStore.network = mammoth
36
37
38
- case "mammoth.celenium.io":
39
- appStore.network = mammoth
40
- break
41
-
42
- // case "arabica.celenium.io":
43
case "localhost":
44
appStore.network = arabica
45
0 commit comments