Skip to content

Commit 94efc02

Browse files
committed
fix dev network
1 parent 0eea38e commit 94efc02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Connection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ const { hostname } = useRequestURL()
3131
3232
switch (hostname) {
3333
case "celenium.io":
34+
case "dev.celenium.io":
3435
appStore.network = mainnet
3536
break
3637
37-
case "dev.celenium.io":
3838
case "arabica.celenium.io":
3939
case "localhost":
4040
appStore.network = arabica

0 commit comments

Comments
 (0)