small updates
This commit is contained in:
parent
eec873c966
commit
13c8ccf40f
@ -21,5 +21,11 @@
|
||||
"exponent": "6",
|
||||
"coingecko_id": "ion",
|
||||
"logo": "/logos/osmosis.jpg"
|
||||
},{
|
||||
"base": "usomm",
|
||||
"symbol": "SOMM",
|
||||
"exponent": "6",
|
||||
"coingecko_id": "somm",
|
||||
"logo": ""
|
||||
}]
|
||||
}
|
||||
|
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user