From 2d59088be70e44da11b53f495343772cac141fcb Mon Sep 17 00:00:00 2001 From: Hyungsuk Kang Date: Thu, 19 Dec 2024 10:32:51 +0900 Subject: [PATCH] use tag for grouping on Tradingview --- src/groups/story_odyssey.json | 57 +++++++++++++++++++++++++++++++++++ src/tokens/story_odyssey.json | 5 +++ 2 files changed, 62 insertions(+) create mode 100644 src/groups/story_odyssey.json diff --git a/src/groups/story_odyssey.json b/src/groups/story_odyssey.json new file mode 100644 index 00000000..beacdae5 --- /dev/null +++ b/src/groups/story_odyssey.json @@ -0,0 +1,57 @@ +{ + "stnd_native": { + "id": "stnd_native", + "name": "Native", + "description": "Native tokens or pair in a chain" + }, + "stnd_stablecoin": { + "id": "stnd_stablecoin", + "name": "Stablecoin", + "description": "Stablecoin related tokens or pair in a chain" + }, + "stnd_usdc": { + "id": "stnd_usdc", + "name": "USDC", + "description": "USDC related tokens or pair with quote token in a chain" + }, + "stnd_usdt": { + "id": "stnd_usdt", + "name": "USDT", + "description": "USDT related tokens or pair with quote token in a chain" + }, + "stnd_dai": { + "id": "stnd_dai", + "name": "DAI", + "description": "DAI related tokens or pair with quote token in a chain" + }, + "stnd_eth": { + "id": "stnd_eth", + "name": "ETH", + "description": "ETH related tokens or pair with quote token in a chain" + }, + "stnd_ip": { + "id": "stnd_ip", + "name": "IP", + "description": "IP related tokens or pair with quote token in a chain" + }, + "stnd_alts": { + "id": "stnd_alts", + "name": "Alts", + "description": "Alts related tokens or pair with quote token in a chain" + }, + "stnd_perps": { + "id": "stnd_perps", + "name": "Perps", + "description": "Perps related tokens or pair with quote token in a chain" + }, + "stnd_spot": { + "id": "stnd_spot", + "name": "Spot", + "description": "Spot related tokens or pair with quote token in a chain" + }, + "stnd_btc": { + "id": "stnd_btc", + "name": "BTC", + "description": "Bitcoin(BTC) related tokens or pair with quote token in a chain" + } +} diff --git a/src/tokens/story_odyssey.json b/src/tokens/story_odyssey.json index 499008bc..711481c3 100644 --- a/src/tokens/story_odyssey.json +++ b/src/tokens/story_odyssey.json @@ -4,6 +4,7 @@ "address": "0xe8CabF9d1FFB6CE23cF0a86641849543ec7BD7d5", "name": "IP", "symbol": "IP", + "tag": ["stnd_ip", "stnd_native"], "decimals": 18, "logoURI": "https://app.piperx.xyz/assets/icon_Story-0eb3cd42.png" }, @@ -12,6 +13,7 @@ "address": "0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D", "name": "USD Coin", "symbol": "USDC", + "tag": ["stnd_usdc", "stnd_stablecoin"], "decimals": 6, "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png" }, @@ -20,6 +22,7 @@ "chainId": 1516, "name": "Tether USD", "symbol": "USDT", + "tag": ["stnd_usdt", "stnd_stablecoin"], "decimals": 6, "logoURI": "https://assets.coingecko.com/coins/images/325/standard/Tether.png?1696501661" }, @@ -28,6 +31,7 @@ "chainId": 1516, "name": "Wrapped Bitcoin", "symbol": "WBTC", + "tag": ["stnd_btc"], "decimals": 8, "logoURI": "https://assets.coingecko.com/coins/images/7598/standard/wrapped_bitcoin_wbtc.png?1696507857" }, @@ -36,6 +40,7 @@ "chainId": 1516, "name": "Wrapped Ether", "symbol": "WETH", + "tag": ["stnd_eth"], "decimals": 18, "logoURI": "https://assets.coingecko.com/coins/images/2518/standard/weth.png?1696503332" }