chains: add ton

This commit is contained in:
g1nt0ki
2024-07-10 12:24:17 +03:00
parent b38d710a76
commit 03310eaf9d

View File

@@ -1013,6 +1013,14 @@ export const chainCoingeckoIds = {
symbol: "ICP",
cmcId: "8916",
},
"TON": {
geckoId: "the-open-network",
github: ['ton-blockchain'],
symbol: "TON",
cmcId: "11419",
twitter: "ton_blockchain",
url: "https://ton.org/",
},
} as {
[chain: string]: {
geckoId: string | null;