Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-28 18:17:56 +05:00
parent 1f9aa7aca8
commit 039fbb5868
11 changed files with 641 additions and 10 deletions

View file

@ -463,10 +463,6 @@ fun Blockchain.amountToCreateAccount(walletManager: WalletManager, token: Token?
}
}
fun Blockchain.minimalAmount(): BigDecimal {
return BigDecimal.ONE.movePointLeft(decimals())
}
const val OLD_POLYGON_NAME = "matic-network"
const val NEW_POLYGON_NAME = "polygon-ecosystem-token"