This commit is contained in:
liangping
2021-08-05 21:11:11 +08:00
parent 79b4bc671b
commit eb7d943691
12 changed files with 5 additions and 31 deletions
-1
View File
@@ -25,7 +25,6 @@ Object.keys(chains).forEach(key => {
chain.sdk_version = version[0]
localStorage.setItem('chains', JSON.stringify(chains))
})
.catch(e => console.error(`Failed get api vesion of ${key}`, e))
})
export default {