@toruslabs/ethereum-controllers 5.2.12 → 5.2.13

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.
@@ -563,7 +563,7 @@ const SUPPORTED_NETWORKS = {
563
563
  blockExplorerUrl: "https://polygonscan.com",
564
564
  chainId: POLYGON_CHAIN_ID,
565
565
  displayName: "Polygon",
566
- logo: "matic-network-logo.svg",
566
+ logo: "polygon.svg",
567
567
  rpcTarget: `https://polygon-mainnet.infura.io/v3/${INFURA_KEY}`,
568
568
  ticker: "MATIC",
569
569
  tickerName: "Matic Network Token"
@@ -572,7 +572,7 @@ const SUPPORTED_NETWORKS = {
572
572
  blockExplorerUrl: "https://bscscan.com",
573
573
  chainId: BSC_MAINNET_CHAIN_ID,
574
574
  displayName: "Binance Smart Chain (BSC)",
575
- logo: "bnb.png",
575
+ logo: "bnb_logo.png",
576
576
  rpcTarget: `https://bsc-dataseed.binance.org`,
577
577
  ticker: "BNB",
578
578
  tickerName: "Binance Coin"
@@ -608,19 +608,19 @@ const SUPPORTED_NETWORKS = {
608
608
  blockExplorerUrl: "https://arbiscan.io",
609
609
  chainId: ARBITRUM_MAINNET_CHAIN_ID,
610
610
  displayName: "Arbitrum One",
611
- logo: "eth.svg",
611
+ logo: "arbitrum.svg",
612
612
  rpcTarget: `https://arbitrum-mainnet.infura.io/v3/${INFURA_KEY}`,
613
613
  ticker: "ETH",
614
614
  tickerName: "Ethereum"
615
615
  },
616
616
  [XDAI_CHAIN_ID]: {
617
- blockExplorerUrl: "https://blockscout.com/poa/xdai",
617
+ blockExplorerUrl: "https://gnosis.blockscout.com",
618
618
  chainId: XDAI_CHAIN_ID,
619
619
  displayName: "xDai",
620
620
  logo: "xdai.svg",
621
621
  rpcTarget: `https://rpc.gnosischain.com`,
622
622
  ticker: "DAI",
623
- tickerName: "xDai Network Token"
623
+ tickerName: "xDai Token"
624
624
  },
625
625
  [BASE_CHAIN_ID]: {
626
626
  blockExplorerUrl: "https://basescan.org",
@@ -645,7 +645,7 @@ const SUPPORTED_NETWORKS = {
645
645
  blockExplorerUrl: "https://mumbai.polygonscan.com",
646
646
  chainId: POLYGON_MUMBAI_CHAIN_ID,
647
647
  displayName: "Polygon Mumbai",
648
- logo: "matic-network-logo.svg",
648
+ logo: "polygon.svg",
649
649
  rpcTarget: `https://polygon-mumbai.infura.io/v3/${INFURA_KEY}`,
650
650
  ticker: "MATIC",
651
651
  tickerName: "Matic Network Token",
@@ -655,7 +655,7 @@ const SUPPORTED_NETWORKS = {
655
655
  blockExplorerUrl: "https://testnet.bscscan.com",
656
656
  chainId: BSC_TESTNET_CHAIN_ID,
657
657
  displayName: "Binance Smart Chain Testnet",
658
- logo: "bnb.png",
658
+ logo: "bnb_logo.png",
659
659
  rpcTarget: `https://data-seed-prebsc-1-s1.binance.org:8545`,
660
660
  ticker: "BNB",
661
661
  tickerName: "Binance Coin",
@@ -665,7 +665,7 @@ const SUPPORTED_NETWORKS = {
665
665
  blockExplorerUrl: "https://testnet.snowtrace.io",
666
666
  chainId: AVALANCHE_TESTNET_CHAIN_ID,
667
667
  displayName: "Avalanche Testnet C-Chain",
668
- logo: "avax.png",
668
+ logo: "avax.svg",
669
669
  rpcTarget: `https://api.avax-test.network/ext/bc/C/rpc`,
670
670
  ticker: "AVAX",
671
671
  tickerName: "Avalanche",
@@ -675,7 +675,7 @@ const SUPPORTED_NETWORKS = {
675
675
  blockExplorerUrl: "https://sepolia.arbiscan.io",
676
676
  chainId: ARBITRUM_TESTNET_CHAIN_ID,
677
677
  displayName: "Arbitrum Sepolia",
678
- logo: "eth.svg",
678
+ logo: "arbitrum.svg",
679
679
  rpcTarget: `https://arbitrum-sepolia.infura.io/v3/${INFURA_KEY}`,
680
680
  ticker: "ETH",
681
681
  tickerName: "Ethereum",
@@ -692,7 +692,7 @@ const SUPPORTED_NETWORKS = {
692
692
  isTestnet: true
693
693
  },
694
694
  [BASE_TESTNET_CHAIN_ID]: {
695
- blockExplorerUrl: "https://sepolia-optimistic.etherscan.io",
695
+ blockExplorerUrl: "https://sepolia.basescan.org",
696
696
  chainId: BASE_TESTNET_CHAIN_ID,
697
697
  displayName: "Base Sepolia",
698
698
  logo: "base.svg",