Updated on 2026-08-14
This commit is contained in:
commit
863235981d
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ internal class DefaultCustomTokensRepository(
|
|||
Blockchain.Binance,
|
||||
Blockchain.BinanceTestnet,
|
||||
-> true
|
||||
Blockchain.Cardano -> blockchain.validateContractAddress(contractAddress.lowercase())
|
||||
else -> blockchain.validateAddress(contractAddress.lowercase())
|
||||
Blockchain.Cardano -> blockchain.validateContractAddress(contractAddress)
|
||||
else -> blockchain.validateAddress(contractAddress)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue