mirror of
				https://github.com/Instadapp/trustwallet-assets.git
				synced 2024-07-29 22:37:31 +00:00 
			
		
		
		
	Force-add STMX to tokenlist (#6201)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									1e30b10902
								
							
						
					
					
						commit
						f5a53a6d0e
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
{
 | 
			
		||||
    "name": "Trust Wallet: Ethereum",
 | 
			
		||||
    "logoURI": "https://trustwallet.com/assets/images/favicon.png",
 | 
			
		||||
    "timestamp": "2021-04-02T09:34:55.433Z",
 | 
			
		||||
    "timestamp": "2021-04-02T09:46:06.924Z",
 | 
			
		||||
    "tokens": [
 | 
			
		||||
        {
 | 
			
		||||
            "chainId": 1,
 | 
			
		||||
| 
						 | 
				
			
			@ -556,6 +556,9 @@
 | 
			
		|||
                {
 | 
			
		||||
                    "base": "c60_t0xbC396689893D065F41bc2C6EcbeE5e0085233447"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "base": "c60_t0xbE9375C6a420D2eEB258962efB95551A5b722803"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "base": "c60_t0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb"
 | 
			
		||||
                },
 | 
			
		||||
| 
						 | 
				
			
			@ -2715,6 +2718,16 @@
 | 
			
		|||
            "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/logo.png",
 | 
			
		||||
            "pairs": []
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "asset": "c60_t0xbE9375C6a420D2eEB258962efB95551A5b722803",
 | 
			
		||||
            "type": "ERC20",
 | 
			
		||||
            "address": "0xbE9375C6a420D2eEB258962efB95551A5b722803",
 | 
			
		||||
            "name": "StormX",
 | 
			
		||||
            "symbol": "STMX",
 | 
			
		||||
            "decimals": 18,
 | 
			
		||||
            "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/logo.png",
 | 
			
		||||
            "pairs": []
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "asset": "c60_t0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb",
 | 
			
		||||
            "type": "ERC20",
 | 
			
		||||
| 
						 | 
				
			
			@ -3316,7 +3329,7 @@
 | 
			
		|||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "version": {
 | 
			
		||||
        "major": 10,
 | 
			
		||||
        "major": 11,
 | 
			
		||||
        "minor": 0,
 | 
			
		||||
        "patch": 0
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,7 +30,7 @@ export const PancakeSwap_MinVol24 = 500000;
 | 
			
		|||
export const PancakeSwap_MinTxCount24 = 288;
 | 
			
		||||
 | 
			
		||||
// Force include & exclude config: list of token symbols, or symbol pairs (e.g. ["BAT", "YFI-WETH"]).
 | 
			
		||||
export const Uniswap_ForceInclude: string[] = ["TUSD", "STAKE", "YFI", "BAT", "MANA", "1INCH", "REP", "KP3R", "UNI", "WBTC", "HEX", "CREAM", "SLP", "REN", "XOR", "Link", "sUSD", "HEGIC", "RLC", "DAI", "SUSHI", "FYZ", "DYT", "AAVE", "LEND", "UBT", "DIA", "RSR", "SXP", "OCEAN", "MKR", "USDC", "CEL", "BAL", "BAND", "COMP", "SNX", "OMG", "AMPL", "USDT", "KNC", "ZRX", "AXS", "ENJ"];
 | 
			
		||||
export const Uniswap_ForceInclude: string[] = ["TUSD", "STAKE", "YFI", "BAT", "MANA", "1INCH", "REP", "KP3R", "UNI", "WBTC", "HEX", "CREAM", "SLP", "REN", "XOR", "Link", "sUSD", "HEGIC", "RLC", "DAI", "SUSHI", "FYZ", "DYT", "AAVE", "LEND", "UBT", "DIA", "RSR", "SXP", "OCEAN", "MKR", "USDC", "CEL", "BAL", "BAND", "COMP", "SNX", "OMG", "AMPL", "USDT", "KNC", "ZRX", "AXS", "ENJ", "STMX"];
 | 
			
		||||
export const Uniswap_ForceExclude: string[] = [];
 | 
			
		||||
export const Uniswap_TradingPairsUrl = "https://api.thegraph.com/subgraphs/name/uniswap/uniswap-v2"; // see https://thegraph.com/explorer/subgraph/uniswap/uniswap-v2
 | 
			
		||||
export const Uniswap_TradingPairsQuery = `
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user