diff --git a/src/router/index.js b/src/router/index.js index 1724d3c3..cb277d79 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -206,8 +206,6 @@ router.beforeEach((to, from, next) => { } next() } else if (c) { - console.log(from, to, c) - // if (c) { next({ name: 'chain-404' }) } else { next() diff --git a/src/store/chains/iris.json b/src/store/chains/iris.json index ab0b20b7..745588db 100644 --- a/src/store/chains/iris.json +++ b/src/store/chains/iris.json @@ -1,5 +1,5 @@ { "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" } \ No newline at end of file