Updated on 2026-08-14
This commit is contained in:
parent
222398b9bb
commit
960b1306b7
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ sealed interface Currency {
|
|||
fun isToken(): Boolean = this is Token
|
||||
fun toTokenResponse(): TokenResponse {
|
||||
return TokenResponse(
|
||||
id = coinId ?: "",
|
||||
id = coinId,
|
||||
networkId = blockchain.toNetworkId(),
|
||||
derivationPath = derivationPath ?: DERIVATION_PATH_RAW_VALUE,
|
||||
name = currencyName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue