forked from LaconicNetwork/cosmos-explorer
show current version for state-sync
This commit is contained in:
@@ -55,6 +55,10 @@ export default class ChainFetch {
|
||||
return true
|
||||
}
|
||||
|
||||
async getNodeInfo() {
|
||||
return this.get('/node_info')
|
||||
}
|
||||
|
||||
async getLatestBlock(config = null) {
|
||||
const conf = config || this.getSelectedConfig()
|
||||
if (conf.chain_name === 'injective') {
|
||||
|
||||
Reference in New Issue
Block a user