@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toruslabs/ethereum-controllers",
3
- "version": "5.2.10",
3
+ "version": "5.2.11",
4
4
  "homepage": "https://github.com/torusresearch/controllers#readme",
5
5
  "license": "ISC",
6
6
  "main": "dist/ethereumControllers.cjs.js",
@@ -64,7 +64,7 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "c170b92cf147ac486d580bd603e3c606fc2fdf3d",
67
+ "gitHead": "0cbbf777c16de9811b29a09c27de92e67300a452",
68
68
  "devDependencies": {
69
69
  "@nomicfoundation/hardhat-toolbox": "^4.0.0",
70
70
  "hardhat": "^2.19.4"
@@ -35,7 +35,7 @@ export const SUPPORTED_NETWORKS: Record<string, EthereumProviderConfig> = {
35
35
  [MAINNET_CHAIN_ID]: {
36
36
  blockExplorerUrl: "https://etherscan.io",
37
37
  chainId: MAINNET_CHAIN_ID,
38
- displayName: "Main Ethereum Network",
38
+ displayName: "Ethereum",
39
39
  logo: "eth.svg",
40
40
  rpcTarget: `https://mainnet.infura.io/v3/${INFURA_KEY}`,
41
41
  ticker: "ETH",
@@ -44,7 +44,7 @@ export const SUPPORTED_NETWORKS: Record<string, EthereumProviderConfig> = {
44
44
  [POLYGON_CHAIN_ID]: {
45
45
  blockExplorerUrl: "https://polygonscan.com",
46
46
  chainId: POLYGON_CHAIN_ID,
47
- displayName: "Polygon Mainnet",
47
+ displayName: "Polygon",
48
48
  logo: "matic-network-logo.svg",
49
49
  rpcTarget: `https://polygon-mainnet.infura.io/v3/${INFURA_KEY}`,
50
50
  ticker: "MATIC",
@@ -53,7 +53,7 @@ export const SUPPORTED_NETWORKS: Record<string, EthereumProviderConfig> = {
53
53
  [BSC_MAINNET_CHAIN_ID]: {
54
54
  blockExplorerUrl: "https://bscscan.com",
55
55
  chainId: BSC_MAINNET_CHAIN_ID,
56
- displayName: "Binance Smart Chain Mainnet",
56
+ displayName: "Binance Smart Chain (BSC)",
57
57
  logo: "bnb.png",
58
58
  rpcTarget: `https://bsc-dataseed.binance.org`,
59
59
  ticker: "BNB",
@@ -62,7 +62,7 @@ export const SUPPORTED_NETWORKS: Record<string, EthereumProviderConfig> = {
62
62
  [AVALANCHE_MAINNET_CHAIN_ID]: {
63
63
  blockExplorerUrl: "https://snowtrace.io",
64
64
  chainId: AVALANCHE_MAINNET_CHAIN_ID,
65
- displayName: "Avalanche Mainnet C-Chain",
65
+ displayName: "Avalanche",
66
66
  logo: "avax.svg",
67
67
  rpcTarget: `https://api.avax.network/ext/bc/C/rpc`,
68
68
  ticker: "AVAX",