Skip to content

Commit

Permalink
use tag for grouping on Tradingview
Browse files Browse the repository at this point in the history
  • Loading branch information
hskang9 committed Dec 19, 2024
1 parent a04989b commit 2d59088
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
57 changes: 57 additions & 0 deletions src/groups/story_odyssey.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
5 changes: 5 additions & 0 deletions src/tokens/story_odyssey.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand All @@ -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"
},
Expand All @@ -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"
}
Expand Down

0 comments on commit 2d59088

Please sign in to comment.