From f5a53a6d0e2e0f163422811e2ebe5c1283101be4 Mon Sep 17 00:00:00 2001 From: Adam R <13562139+catenocrypt@users.noreply.github.com> Date: Fri, 2 Apr 2021 11:54:06 +0200 Subject: [PATCH] Force-add STMX to tokenlist (#6201) Co-authored-by: Catenocrypt --- blockchains/ethereum/tokenlist.json | 17 +++++++++++++++-- script/config.ts | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/blockchains/ethereum/tokenlist.json b/blockchains/ethereum/tokenlist.json index d02167bb2..742f5859b 100644 --- a/blockchains/ethereum/tokenlist.json +++ b/blockchains/ethereum/tokenlist.json @@ -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 } diff --git a/script/config.ts b/script/config.ts index 9368f6cbf..98bbcdf71 100644 --- a/script/config.ts +++ b/script/config.ts @@ -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 = `