Skip to content

Commit f72dccd

Browse files
committed
revert modified favorites
1 parent 88f2def commit f72dccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/useDashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export enum LoadingStatus {
140140

141141
export const useDashboard = defineStore('dashboard', {
142142
state: () => {
143-
const favMap = JSON.parse(localStorage.getItem('favoriteMap') || '{"xion":true, "xiontestnet2":true}');
143+
const favMap = JSON.parse(localStorage.getItem('favoriteMap') || '{"cosmos":true, "osmosis":true}');
144144
return {
145145
status: LoadingStatus.Empty,
146146
source: ConfigSource.MainnetCosmosDirectory,

0 commit comments

Comments
 (0)