We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f2def commit f72dccdCopy full SHA for f72dccd
src/stores/useDashboard.ts
@@ -140,7 +140,7 @@ export enum LoadingStatus {
140
141
export const useDashboard = defineStore('dashboard', {
142
state: () => {
143
- const favMap = JSON.parse(localStorage.getItem('favoriteMap') || '{"xion":true, "xiontestnet2":true}');
+ const favMap = JSON.parse(localStorage.getItem('favoriteMap') || '{"cosmos":true, "osmosis":true}');
144
return {
145
status: LoadingStatus.Empty,
146
source: ConfigSource.MainnetCosmosDirectory,
0 commit comments