diff --git a/coins.json b/coins.json index 79fef920..7f12f883 100644 --- a/coins.json +++ b/coins.json @@ -541,8 +541,8 @@ }, { "symbol": "TON", - "displaySymbol": "TON", - "name": "The Open Network", + "displaySymbol": "GRAM", + "name": "Gram", "key": "ton", "decimals": 9, "logo": "https://raw.githubusercontent.com/blockchain/coin-definitions/master/extensions/blockchains/ton/info/logo.png", diff --git a/extensions/blockchains/denylist.txt b/extensions/blockchains/denylist.txt index 264f22e2..7e48b898 100644 --- a/extensions/blockchains/denylist.txt +++ b/extensions/blockchains/denylist.txt @@ -118,6 +118,7 @@ {"symbol": "tMATIC", "name": "Polygon Mumbai Testnet"}, {"symbol": "tNTRN", "name": "Neutron Testnet"}, {"symbol": "TOMO", "name": "TomoChain"}, + {"symbol": "TON", "name": "The Open Network"}, {"symbol": "TORI", "name": "Teritori"}, {"symbol": "TT", "name": "ThunderCore (TT)"}, {"symbol": "USDC", "name": "Noble"}, diff --git a/extensions/blockchains/ton/info/info.json b/extensions/blockchains/ton/info/info.json new file mode 100644 index 00000000..a2997775 --- /dev/null +++ b/extensions/blockchains/ton/info/info.json @@ -0,0 +1,49 @@ +{ + "name": "Gram", + "website": "https://ton.org", + "description": "The Open Network is a blockchain-based decentralized computer network. GRAM is designed to enable processing millions of transactions per second via infinite sharding paradigm. It allows building Web 3.0 empowered by decentralized storage and DNS, instant payments and decentralized services.", + "explorer": "https://tonscan.org/", + "symbol": "TON", + "displaySymbol": "GRAM", + "type": "coin", + "decimals": 9, + "status": "active", + "links": [ + { + "name": "github", + "url": "https://github.com/ton-blockchain" + }, + { + "name": "coinmarketcap", + "url": "https://coinmarketcap.com/currencies/toncoin/" + }, + { + "name": "telegram", + "url": "https://t.me/toncoin" + }, + { + "name": "whitepaper", + "url": "https://ton.org/whitepaper.pdf" + }, + { + "name": "x", + "url": "https://x.com/ton_blockchain" + }, + { + "name": "telegram_news", + "url": "https://t.me/tonblockchain" + }, + { + "name": "coingecko", + "url": "https://coingecko.com/en/coins/the-open-network" + }, + { + "name": "docs", + "url": "https://ton.org/docs" + }, + { + "name": "source_code", + "url": "https://github.com/ton-blockchain/ton" + } + ] +} \ No newline at end of file diff --git a/extensions/blockchains/ton/info/logo.png b/extensions/blockchains/ton/info/logo.png index a8ddc2bd..ad904ba6 100644 Binary files a/extensions/blockchains/ton/info/logo.png and b/extensions/blockchains/ton/info/logo.png differ