Skip to content

Commit b66dc18

Browse files
committed
fix(LightNodeModal): default network to Arabica
1 parent fab106d commit b66dc18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/modals/LightNodeModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ switch (hostname) {
6767
break
6868
6969
default:
70-
selectedNetwork.value = Network.Mainnet
70+
selectedNetwork.value = Network.Arabica
7171
break
7272
}
7373

0 commit comments

Comments
 (0)