forked from cerc-io/cosmos-explorer
remove console
This commit is contained in:
parent
2005c6a173
commit
4b5a798400
@ -415,7 +415,6 @@ export default {
|
|||||||
const { selected } = this.$store.state.chains
|
const { selected } = this.$store.state.chains
|
||||||
// this.chain = selected
|
// this.chain = selected
|
||||||
this.$http.getLatestBlock().then(res => {
|
this.$http.getLatestBlock().then(res => {
|
||||||
console.log(res.block.header.chain_id)
|
|
||||||
this.chainId = res.block.header.chain_id
|
this.chainId = res.block.header.chain_id
|
||||||
this.keplr = this.initParamsForKeplr(this.chainId, selected)
|
this.keplr = this.initParamsForKeplr(this.chainId, selected)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user