Updated on 2026-08-14
This commit is contained in:
parent
12b8b670cf
commit
3de1deb8ae
1 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,9 @@ internal class DefaultCustomTokensRepository(
|
|||
Blockchain.BinanceTestnet,
|
||||
Blockchain.Kaspa,
|
||||
-> true
|
||||
Blockchain.Cardano -> blockchain.validateContractAddress(contractAddress)
|
||||
Blockchain.Cardano,
|
||||
Blockchain.Sui,
|
||||
-> blockchain.validateContractAddress(contractAddress)
|
||||
else -> blockchain.validateAddress(contractAddress)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue