small updates

This commit is contained in:
liangping
2022-05-06 14:29:00 +08:00
parent eec873c966
commit 13c8ccf40f
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -21,5 +21,11 @@
"exponent": "6",
"coingecko_id": "ion",
"logo": "/logos/osmosis.jpg"
},{
"base": "usomm",
"symbol": "SOMM",
"exponent": "6",
"coingecko_id": "somm",
"logo": ""
}]
}
+1 -1
View File
@@ -378,7 +378,7 @@ router.beforeEach((to, from, next) => {
const c = to.params.chain
if (c) {
store.commit('select', { chain_name: c })
// store.dispatch('chains/getAllIBCDenoms', Vue.prototype)
store.dispatch('chains/getAllIBCDenoms', Vue.prototype)
}
const config = JSON.parse(localStorage.getItem('chains'))