-
Notifications
You must be signed in to change notification settings - Fork 18
/
chains.py
85 lines (85 loc) · 1.97 KB
/
chains.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
CHAINS = {
"alvey": "alvey",
"aptos": "aptos",
"arbitrum": "arbitrum",
"arbitrumnova": "arbitrumnova",
"astar": "astar",
"aurora": "aurora",
"avalanche": "avalanche",
"avax dfk": "dfk",
"bnb chain": "bsc",
"base": "base",
"bitgert": "bitgert",
"bitrock": "bitrock",
"boba": "boba",
"canto": "canto",
"celo": "celo",
"conflux": "conflux",
"core dao": "coredao",
"cronos": "cronos",
"cube": "cube",
"dogechain": "dogechain",
"echelon": "echelon",
"elastos": "elastos",
"energi": "energi",
"etc": "etc",
"ethereum": "ether",
"ethereum goerli": "ethergoerli",
"ethf": "ethf",
"ethw": "ethw",
"evmos": "evmos",
"exosama": "exosama",
"fantom": "fantom",
"filecoin": "filecoin",
"flare": "flare",
"fuse": "fuse",
"fusion": "fusion",
"gnosis": "gnosis",
"harmony": "harmony",
"heco": "heco",
"hoo": "hoo",
"iotex": "iotex",
"kcc": "kucoin",
"kardia": "kardia",
"kava": "kava",
"kek": "kek",
"klaytn": "klaytn",
"linea": "linea",
"mantle": "mantle",
"meter": "meter",
"metis": "metis",
"milkomeda": "milkomeda",
"moonbeam": "moonbeam",
"moonriver": "moonriver",
"muu": "muu",
"nova network": "nova",
"okc": "oec",
"oasis": "oasis",
"opbnb": "opbnb",
"optimism": "optimism",
"polygon": "polygon",
"polygon zkevm": "polygonzkevm",
"proof of memes": "pom",
"pulsechain": "pulse",
"redlight": "redlight",
"ronin": "ronin",
"rsk": "rsk",
"shib": "shib",
"shibarium": "shibarium",
"shibarum": "shibarium",
"shiden": "shiden",
"smartbch": "smartbch",
"solana": "solana",
"starknet": "starknet",
"sx": "sx",
"syscoin": "syscoin",
"telos": "telos",
"thundercore": "thundercore",
"tomb": "tomb",
"tomo": "tomo",
"ultron": "ultron",
"velas": "velas",
"wan": "wan",
"zksync": "zksync",
"elrond": "elrond",
}