enable gravity bridge
This commit is contained in:
parent
afa822529a
commit
2404242d95
@ -391,7 +391,7 @@ export default {
|
|||||||
const config = JSON.parse(localStorage.getItem('chains'))
|
const config = JSON.parse(localStorage.getItem('chains'))
|
||||||
|
|
||||||
Object.values(config).forEach(x => {
|
Object.values(config).forEach(x => {
|
||||||
if (x.coin_type === '60') {
|
if (x.coin_type === '60' && x.chain_name !== 'gravity-bridge') {
|
||||||
this.exludes.push(x.chain_name)
|
this.exludes.push(x.chain_name)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user