@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.
@@ -739,7 +739,7 @@ const SUPPORTED_NETWORKS = {
739
739
  blockExplorerUrl: "https://polygonscan.com",
740
740
  chainId: POLYGON_CHAIN_ID,
741
741
  displayName: "Polygon",
742
- logo: "matic-network-logo.svg",
742
+ logo: "polygon.svg",
743
743
  rpcTarget: `https://polygon-mainnet.infura.io/v3/${INFURA_KEY}`,
744
744
  ticker: "MATIC",
745
745
  tickerName: "Matic Network Token"
@@ -748,7 +748,7 @@ const SUPPORTED_NETWORKS = {
748
748
  blockExplorerUrl: "https://bscscan.com",
749
749
  chainId: BSC_MAINNET_CHAIN_ID,
750
750
  displayName: "Binance Smart Chain (BSC)",
751
- logo: "bnb.png",
751
+ logo: "bnb_logo.png",
752
752
  rpcTarget: `https://bsc-dataseed.binance.org`,
753
753
  ticker: "BNB",
754
754
  tickerName: "Binance Coin"
@@ -784,19 +784,19 @@ const SUPPORTED_NETWORKS = {
784
784
  blockExplorerUrl: "https://arbiscan.io",
785
785
  chainId: ARBITRUM_MAINNET_CHAIN_ID,
786
786
  displayName: "Arbitrum One",
787
- logo: "eth.svg",
787
+ logo: "arbitrum.svg",
788
788
  rpcTarget: `https://arbitrum-mainnet.infura.io/v3/${INFURA_KEY}`,
789
789
  ticker: "ETH",
790
790
  tickerName: "Ethereum"
791
791
  },
792
792
  [XDAI_CHAIN_ID]: {
793
- blockExplorerUrl: "https://blockscout.com/poa/xdai",
793
+ blockExplorerUrl: "https://gnosis.blockscout.com",
794
794
  chainId: XDAI_CHAIN_ID,
795
795
  displayName: "xDai",
796
796
  logo: "xdai.svg",
797
797
  rpcTarget: `https://rpc.gnosischain.com`,
798
798
  ticker: "DAI",
799
- tickerName: "xDai Network Token"
799
+ tickerName: "xDai Token"
800
800
  },
801
801
  [BASE_CHAIN_ID]: {
802
802
  blockExplorerUrl: "https://basescan.org",
@@ -821,7 +821,7 @@ const SUPPORTED_NETWORKS = {
821
821
  blockExplorerUrl: "https://mumbai.polygonscan.com",
822
822
  chainId: POLYGON_MUMBAI_CHAIN_ID,
823
823
  displayName: "Polygon Mumbai",
824
- logo: "matic-network-logo.svg",
824
+ logo: "polygon.svg",
825
825
  rpcTarget: `https://polygon-mumbai.infura.io/v3/${INFURA_KEY}`,
826
826
  ticker: "MATIC",
827
827
  tickerName: "Matic Network Token",
@@ -831,7 +831,7 @@ const SUPPORTED_NETWORKS = {
831
831
  blockExplorerUrl: "https://testnet.bscscan.com",
832
832
  chainId: BSC_TESTNET_CHAIN_ID,
833
833
  displayName: "Binance Smart Chain Testnet",
834
- logo: "bnb.png",
834
+ logo: "bnb_logo.png",
835
835
  rpcTarget: `https://data-seed-prebsc-1-s1.binance.org:8545`,
836
836
  ticker: "BNB",
837
837
  tickerName: "Binance Coin",
@@ -841,7 +841,7 @@ const SUPPORTED_NETWORKS = {
841
841
  blockExplorerUrl: "https://testnet.snowtrace.io",
842
842
  chainId: AVALANCHE_TESTNET_CHAIN_ID,
843
843
  displayName: "Avalanche Testnet C-Chain",
844
- logo: "avax.png",
844
+ logo: "avax.svg",
845
845
  rpcTarget: `https://api.avax-test.network/ext/bc/C/rpc`,
846
846
  ticker: "AVAX",
847
847
  tickerName: "Avalanche",
@@ -851,7 +851,7 @@ const SUPPORTED_NETWORKS = {
851
851
  blockExplorerUrl: "https://sepolia.arbiscan.io",
852
852
  chainId: ARBITRUM_TESTNET_CHAIN_ID,
853
853
  displayName: "Arbitrum Sepolia",
854
- logo: "eth.svg",
854
+ logo: "arbitrum.svg",
855
855
  rpcTarget: `https://arbitrum-sepolia.infura.io/v3/${INFURA_KEY}`,
856
856
  ticker: "ETH",
857
857
  tickerName: "Ethereum",
@@ -868,7 +868,7 @@ const SUPPORTED_NETWORKS = {
868
868
  isTestnet: true
869
869
  },
870
870
  [BASE_TESTNET_CHAIN_ID]: {
871
- blockExplorerUrl: "https://sepolia-optimistic.etherscan.io",
871
+ blockExplorerUrl: "https://sepolia.basescan.org",
872
872
  chainId: BASE_TESTNET_CHAIN_ID,
873
873
  displayName: "Base Sepolia",
874
874
  logo: "base.svg",