@toruslabs/ethereum-controllers 5.2.10 → 5.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -552,7 +552,7 @@ const SUPPORTED_NETWORKS = {
552
552
  [MAINNET_CHAIN_ID]: {
553
553
  blockExplorerUrl: "https://etherscan.io",
554
554
  chainId: MAINNET_CHAIN_ID,
555
- displayName: "Main Ethereum Network",
555
+ displayName: "Ethereum",
556
556
  logo: "eth.svg",
557
557
  rpcTarget: `https://mainnet.infura.io/v3/${INFURA_KEY}`,
558
558
  ticker: "ETH",
@@ -561,7 +561,7 @@ const SUPPORTED_NETWORKS = {
561
561
  [POLYGON_CHAIN_ID]: {
562
562
  blockExplorerUrl: "https://polygonscan.com",
563
563
  chainId: POLYGON_CHAIN_ID,
564
- displayName: "Polygon Mainnet",
564
+ displayName: "Polygon",
565
565
  logo: "matic-network-logo.svg",
566
566
  rpcTarget: `https://polygon-mainnet.infura.io/v3/${INFURA_KEY}`,
567
567
  ticker: "MATIC",
@@ -570,7 +570,7 @@ const SUPPORTED_NETWORKS = {
570
570
  [BSC_MAINNET_CHAIN_ID]: {
571
571
  blockExplorerUrl: "https://bscscan.com",
572
572
  chainId: BSC_MAINNET_CHAIN_ID,
573
- displayName: "Binance Smart Chain Mainnet",
573
+ displayName: "Binance Smart Chain (BSC)",
574
574
  logo: "bnb.png",
575
575
  rpcTarget: `https://bsc-dataseed.binance.org`,
576
576
  ticker: "BNB",
@@ -579,7 +579,7 @@ const SUPPORTED_NETWORKS = {
579
579
  [AVALANCHE_MAINNET_CHAIN_ID]: {
580
580
  blockExplorerUrl: "https://snowtrace.io",
581
581
  chainId: AVALANCHE_MAINNET_CHAIN_ID,
582
- displayName: "Avalanche Mainnet C-Chain",
582
+ displayName: "Avalanche",
583
583
  logo: "avax.svg",
584
584
  rpcTarget: `https://api.avax.network/ext/bc/C/rpc`,
585
585
  ticker: "AVAX",