remove console
This commit is contained in:
parent
6d37cf4df5
commit
903ddce788
@ -50,7 +50,6 @@ export default class ChainFetch {
|
|||||||
|
|
||||||
async getLatestBlock(config = null) {
|
async getLatestBlock(config = null) {
|
||||||
const conf = config || this.getSelectedConfig()
|
const conf = config || this.getSelectedConfig()
|
||||||
console.log('config: ', conf)
|
|
||||||
if (conf.chain_name === 'injective') {
|
if (conf.chain_name === 'injective') {
|
||||||
return ChainFetch.fetch('https://tm.injective.network', '/block').then(data => Block.create(commonProcess(data)))
|
return ChainFetch.fetch('https://tm.injective.network', '/block').then(data => Block.create(commonProcess(data)))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user