Updated on 2026-08-14
This commit is contained in:
parent
e8e7358ef5
commit
e3212e460f
1 changed files with 3 additions and 1 deletions
|
|
@ -805,7 +805,9 @@ internal class AddCustomTokenViewModel @Inject constructor(
|
|||
networkSelectorField = uiState.form.networkSelectorField.copy(
|
||||
selectedItem = selectedItem,
|
||||
),
|
||||
showTokenFields = selectedItem.blockchain.canHandleTokens(),
|
||||
showTokenFields = selectedItem.blockchain.canHandleTokens() &&
|
||||
// workaround cause in Terra we support only 1 token
|
||||
selectedItem.blockchain != Blockchain.TerraV1,
|
||||
),
|
||||
)
|
||||
onContactAddressValueChange(uiState.form.contractAddressInputField.value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue