mirror of
https://github.com/alexgo-io/peggedassets-server.git
synced 2026-01-12 16:53:14 +08:00
chains: add ton
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user