Fix IBC display issue
This commit is contained in:
parent
281b414cab
commit
c67cb7dbb4
@ -215,10 +215,13 @@ export function formatTokenDenom(tokenDenom) {
|
|||||||
denom = denom.substring(1)
|
denom = denom.substring(1)
|
||||||
} else if (denom === 'BASECRO') {
|
} else if (denom === 'BASECRO') {
|
||||||
denom = 'CRO'
|
denom = 'CRO'
|
||||||
|
} else if (denom.startsWith('IBC')) {
|
||||||
|
denom = 'IBC...'
|
||||||
}
|
}
|
||||||
|
|
||||||
return denom
|
return denom
|
||||||
}
|
}
|
||||||
return tokenDenom
|
return ''
|
||||||
}
|
}
|
||||||
|
|
||||||
export function formatTokenAmount(tokenAmount, fraction = 2, denom = 'uatom') {
|
export function formatTokenAmount(tokenAmount, fraction = 2, denom = 'uatom') {
|
||||||
|
Loading…
Reference in New Issue
Block a user