polkadot-js/apps

View on GitHub
packages/apps-config/src/settings/ethereumChains.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

// The list of Ethereum networks, for these the UI will default to Ethereum-only accounts

export const ethereumChains = [
  'mythical-devnet',
  'frontier-template',
  'jaz',
  'moonbase',
  'moonbeam',
  'moonriver',
  'moonsama',
  'moonshadow',
  'altbeacon',
  'altbeacon-dev',
  'alt-producer',
  'flash-layer',
  'armonia-eva',
  'armonia-wall-e',
  'root',
  'Darwinia2',
  'Crab2',
  'Pangolin2',
  'thebifrost-dev',
  'thebifrost-testnet',
  'thebifrost-mainnet',
  'dracones',
  'dracones-dwarf',
  'subspace-evm-domain',
  'ferrum-parachain',
  'quantum-portal-network-parachain',
  'peerplays',
  'innovatorchain',
  'masverse',
  'laos',
  'klaos',
  'muse'
];