Updated on 2026-08-14

This commit is contained in:
Tangem 2019-06-05 17:52:45 +03:00
parent 25e76dbb18
commit 5e91f8ffa6
14 changed files with 408 additions and 3 deletions

View file

@ -82,7 +82,8 @@ public class EthTransaction {
Kovan(42),
Ethereum_Classic_mainnet(61),
Ethereum_Classic_testnet(62),
Geth_private_chains(1337);
Geth_private_chains(1337),
Matic_Testnet(8995);
private int value;