forked from Uniswap/default-token-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters