-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathchain_detail.json
121 lines (121 loc) · 2.97 KB
/
chain_detail.json
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"ethereum": {
"chain_name": "Ethereum",
"exp_name": "Etherscan",
"exp_address_url": "https://etherscan.io/address/",
"exp_token_url": "https://etherscan.io/token/",
"exp_emoji": 1326452528920920125,
"ticker": "ETH",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"arbitrum": {
"chain_name": "Arbitrum",
"exp_name": "Arbiscan",
"exp_address_url": "https://arbiscan.io/address/",
"exp_token_url": "https://arbiscan.io/token/",
"exp_emoji": 1326518222756773898,
"ticker": "ETH",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"avalanche": {
"chain_name": "Avalanche",
"exp_name": "Snowtrace",
"exp_address_url": "https://snowtrace.io/address/",
"exp_token_url": "https://snowtrace.io/token/",
"exp_emoji": 1326757724410871818,
"ticker": "AVAX",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"solana": {
"chain_name": "Solana",
"exp_name": "Solscan",
"exp_address_url": "https://solscan.io/account/",
"exp_token_url": "https://solscan.io/account/",
"exp_emoji": 1326760754724081684,
"ticker": "SOL",
"token_standards": {
"metaplex": "Metaplex"
}
},
"base": {
"chain_name": "Base",
"exp_name": "Basescan",
"exp_address_url": "https://basescan.org/address/",
"exp_token_url": "https://basescan.org/token/",
"exp_emoji": 1327779148705431593,
"ticker": "ETH",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"blast": {
"chain_name": "Blast",
"exp_name": "Blastscan",
"exp_address_url": "https://blastscan.io/address/",
"exp_token_url": "https://blastscan.io/token/",
"exp_emoji": 1333825810536206347,
"ticker": "ETH",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"klaytn": {
"chain_name": "Klaytn",
"exp_name": "Kaiascope",
"exp_address_url": "https://kaiascope.com/account/",
"exp_token_url": "https://kaiascope.com/nft/",
"exp_emoji": 1334016589439307836,
"ticker": "KLAY",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"matic": {
"chain_name": "Polygon",
"exp_name": "Polygonscan",
"exp_address_url": "https://polygonscan.com/address/",
"exp_token_url": "https://polygonscan.com/token/",
"exp_emoji": 1334068455837532212,
"ticker": "ETH",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"sei": {
"chain_name": "Sei",
"exp_name": "Seitrace",
"exp_address_url": "https://seitrace.com/address/",
"exp_token_url": "https://seitrace.com/token/",
"exp_emoji": 1334072628771553310,
"ticker": "SEI",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
},
"zora": {
"chain_name": "Zora",
"exp_name": "zora.energy",
"exp_address_url": "https://explorer.zora.energy/address/",
"exp_token_url": "https://explorer.zora.energy/token/",
"exp_emoji": 1334081148669657108,
"ticker": "ETH",
"token_standards": {
"erc721": "ERC-721",
"erc1155": "ERC-1155"
}
}
}