Updated on 2026-08-14

This commit is contained in:
Tangem 2022-02-02 13:17:36 +03:00
parent 7571527c23
commit a1e86cb6fc
8 changed files with 1731 additions and 34 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,24 @@
[
{
"decimalCount": 6,
"customIconUrl": "https://i.imgur.com/LPZDXoT.png",
"symbol": "FUJISTABLE",
"name": "The Fuji stablecoin",
"contractAddress": "0x2058ec2791dD28b6f67DB836ddf87534F4Bbdf22",
"blockchain": {
"key": "avalanche",
"testnet": true
}
},
{
"decimalCount": 9,
"customIconUrl": "https://i.imgur.com/jNTqyQA.png",
"symbol": "FUJIMOON",
"name": "To the Moon",
"contractAddress": "0x97132C109c6816525F7f338DCb7435E1412A7668",
"blockchain": {
"key": "avalanche",
"testnet": true
}
}
]

View file

@ -6,7 +6,7 @@
"blockchain" : {
"key" : "binance",
"curve" : "secp256k1",
"testnet" : false
"testnet" : true
},
"customIconUrl" : "https://assets.trustwalletapp.com/blockchains/binance/assets/MATIC-84A/logo.png",
"name" : "Hemster - 452"

View file

@ -1,14 +1,24 @@
[
{
"decimalCount" : 9,
"symbol" : "TCA",
"name" : "Tangem Coin A",
"contractAddress" : "22PTNbX31Zuztd6nD82fC8nQdT2hUfWv9XWXKuDkrFqR"
"decimalCount": 9,
"symbol": "TCA",
"name": "Tangem Coin A",
"contractAddress": "22PTNbX31Zuztd6nD82fC8nQdT2hUfWv9XWXKuDkrFqR",
"blockchain": {
"key": "solana",
"curve": "ed25519",
"testnet": true
}
},
{
"decimalCount" : 9,
"symbol" : "TCB",
"name" : "Tangem Coin B",
"contractAddress" : "HmSghNPg6KCk711YJA92aPejt8auyFkvmaED6jbHfUs4"
"decimalCount": 9,
"symbol": "TCB",
"name": "Tangem Coin B",
"contractAddress": "HmSghNPg6KCk711YJA92aPejt8auyFkvmaED6jbHfUs4",
"blockchain": {
"key": "solana",
"curve": "ed25519",
"testnet": true
}
}
]