Skip to content

Commit e082da1

Browse files
committed
fix(Connection): cleanup
1 parent 2db4f54 commit e082da1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

components/Connection.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const { hostname } = useRequestURL()
2222
2323
switch (hostname) {
2424
case "celenium.io":
25-
// case "dev.celenium.io":
2625
appStore.network = mainnet
2726
break
2827
@@ -35,11 +34,6 @@ switch (hostname) {
3534
appStore.network = mammoth
3635
break
3736
38-
case "mammoth.celenium.io":
39-
appStore.network = mammoth
40-
break
41-
42-
// case "arabica.celenium.io":
4337
case "localhost":
4438
appStore.network = arabica
4539
break

0 commit comments

Comments
 (0)