[
  {
    "name": "Ethereum Mainnet",
    "chainId": 1,
    "shortName": "eth",
    "chain": "ETH",
    "network": "mainnet",
    "networkId": 1,
    "nativeCurrency": {
      "name": "Ether",
      "symbol": "ETH",
      "decimals": 18
    },
    "rpc": [
      "https://mainnet.infura.io/v3/${INFURA_API_KEY}",
      "https://api.mycryptoapi.com/eth"
    ],
    "faucets": [],
    "infoURL": "https://ethereum.org",
    "explorers": [
      "https://etherscan.io"
    ]
  },
  {
    "name": "Ethereum Testnet Ropsten",
    "chainId": 3,
    "shortName": "rop",
    "chain": "ETH",
    "network": "ropsten",
    "networkId": 3,
    "nativeCurrency": {
      "name": "Ropsten Ether",
      "symbol": "ROP",
      "decimals": 18
    },
    "rpc": [
      "https://ropsten.infura.io/v3/${INFURA_API_KEY}"
    ],
    "faucets": [
      "https://faucet.ropsten.be?${ADDRESS}"
    ],
    "infoURL": "https://github.com/ethereum/ropsten",
    "explorers": [
      "https://ropsten.etherscan.io"
    ]
  },
  {
    "name": "RSK Mainnet",
    "chainId": 30,
    "shortName": "rsk",
    "chain": "RSK",
    "network": "mainnet",
    "networkId": 30,
    "nativeCurrency": {
      "name": "RSK Mainnet Ether",
      "symbol": "RSK",
      "decimals": 18
    },
    "rpc": [
      "https://public-node.rsk.co",
      "https://mycrypto.rsk.co"
    ],
    "faucets": [],
    "infoURL": "https://rsk.co",
    "explorers": [
      "https://explorer.rsk.co",
      "https://blockscout.com/rsk/mainnet"
    ]
  },
  {
    "name": "RSK Testnet",
    "chainId": 31,
    "shortName": "trsk",
    "chain": "RSK",
    "network": "testnet",
    "networkId": 31,
    "nativeCurrency": {
      "name": "RSK Testnet Ether",
      "symbol": "TRSK",
      "decimals": 18
    },
    "rpc": [
      "https://public-node.testnet.rsk.co",
      "https://mycrypto.testnet.rsk.co"
    ],
    "faucets": [
      "https://faucet.testnet.rsk.co"
    ],
    "infoURL": "https://rsk.co",
    "explorers": [
      "https://explorer.testnet.rsk.co"
    ]
  },
  {
    "name": "Ethereum Testnet Rinkeby",
    "chainId": 4,
    "shortName": "rin",
    "chain": "ETH",
    "network": "rinkeby",
    "networkId": 4,
    "nativeCurrency": {
      "name": "Rinkeby Ether",
      "symbol": "RIN",
      "decimals": 18
    },
    "rpc": [
      "https://rinkeby.infura.io/v3/${INFURA_API_KEY}"
    ],
    "faucets": [
      "https://faucet.rinkeby.io"
    ],
    "infoURL": "https://www.rinkeby.io",
    "explorers": [
      "https://rinkeby.etherscan.io"
    ]
  },
  {
    "name": "Ethereum Testnet Kovan",
    "chainId": 42,
    "shortName": "kov",
    "chain": "ETH",
    "network": "kovan",
    "networkId": 42,
    "nativeCurrency": {
      "name": "Kovan Ether",
      "symbol": "KOV",
      "decimals": 18
    },
    "rpc": [
      "https://kovan.infura.io/v3/${INFURA_API_KEY}"
    ],
    "faucets": [
      "https://faucet.kovan.network",
      "https://gitter.im/kovan-testnet/faucet"
    ],
    "infoURL": "https://kovan-testnet.github.io/website",
    "explorers": [
      "https://kovan.etherscan.io"
    ]
  },
  {
    "name": "Ethereum Testnet Görli",
    "chainId": 5,
    "shortName": "gor",
    "chain": "ETH",
    "network": "goerli",
    "networkId": 5,
    "nativeCurrency": {
      "name": "Görli Ether",
      "symbol": "GOR",
      "decimals": 18
    },
    "rpc": [
      "https://rpc.goerli.mudit.blog/",
      "https://rpc.slock.it/goerli ",
      "https://goerli.prylabs.net/"
    ],
    "faucets": [
      "https://goerli-faucet.slock.it/?address=${ADDRESS}",
      "https://faucet.goerli.mudit.blog"
    ],
    "infoURL": "https://goerli.net/#about",
    "explorers": [
      "https://goerli.etherscan.io"
    ]
  }
]