forked from cerc-io/cosmos-explorer
add injective to featured
This commit is contained in:
parent
1aee5ac969
commit
9784de5516
@ -23,7 +23,7 @@ const chains = computed(() => {
|
||||
});
|
||||
|
||||
const featured = computed(() => {
|
||||
const names = ["cosmos", "osmosis", "akash", "celestia", "evmos"];
|
||||
const names = ["cosmos", "osmosis", "akash", "celestia", "evmos", "injective"];
|
||||
return chains.value.filter(x => names.includes(x.chainName))
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user