mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Sort by name
This commit is contained in:
parent
3962ae1f71
commit
edf42f22f7
|
@ -7,18 +7,18 @@ const sizeOf = require("image-size");
|
|||
|
||||
export const getChainName = (id: CoinType): string => CoinTypeUtils.id(id)
|
||||
export const Binance = getChainName(CoinType.binance)
|
||||
export const Classic = getChainName(CoinType.classic)
|
||||
export const Cosmos = getChainName(CoinType.cosmos)
|
||||
export const Ethereum = getChainName(CoinType.ethereum)
|
||||
export const Tezos = getChainName(CoinType.tezos)
|
||||
export const Tron = getChainName(CoinType.tron)
|
||||
export const IoTeX = getChainName(CoinType.iotex)
|
||||
export const Waves = getChainName(CoinType.waves)
|
||||
export const Classic = getChainName(CoinType.classic)
|
||||
export const POA = getChainName(CoinType.poa)
|
||||
export const TomoChain = getChainName(CoinType.tomochain)
|
||||
export const GoChain = getChainName(CoinType.gochain)
|
||||
export const Wanchain = getChainName(CoinType.wanchain)
|
||||
export const IoTeX = getChainName(CoinType.iotex)
|
||||
export const POA = getChainName(CoinType.poa)
|
||||
export const Tezos = getChainName(CoinType.tezos)
|
||||
export const ThunderCore = getChainName(CoinType.thundertoken)
|
||||
export const TomoChain = getChainName(CoinType.tomochain)
|
||||
export const Tron = getChainName(CoinType.tron)
|
||||
export const Wanchain = getChainName(CoinType.wanchain)
|
||||
export const Waves = getChainName(CoinType.waves)
|
||||
|
||||
const whiteList = 'whitelist.json'
|
||||
const blackList = 'blacklist.json'
|
||||
|
|
Loading…
Reference in New Issue
Block a user