Remove console.log
This commit is contained in:
parent
651417f83a
commit
615166ff1d
@ -206,8 +206,6 @@ router.beforeEach((to, from, next) => {
|
|||||||
}
|
}
|
||||||
next()
|
next()
|
||||||
} else if (c) {
|
} else if (c) {
|
||||||
console.log(from, to, c)
|
|
||||||
// if (c) {
|
|
||||||
next({ name: 'chain-404' })
|
next({ name: 'chain-404' })
|
||||||
} else {
|
} else {
|
||||||
next()
|
next()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"chain_name": "iris",
|
"chain_name": "iris",
|
||||||
"api": "https://lcd-iris.keplr.app",
|
"api": "http://sentry-1.mainnet.irisnet.org:1317",
|
||||||
"logo": "https://dl.airtable.com/.attachments/2d6d51b1b262db00ecc51616ffc3bdf5/90ff00d0/IRISnet.svg"
|
"logo": "https://dl.airtable.com/.attachments/2d6d51b1b262db00ecc51616ffc3bdf5/90ff00d0/IRISnet.svg"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user