-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevm.json
More file actions
61 lines (61 loc) · 1.51 KB
/
evm.json
File metadata and controls
61 lines (61 loc) · 1.51 KB
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
[
{
"chainId": "0x38",
"chainName": "BNB Smart Chain",
"nativeCurrency": {
"name": "BNB",
"symbol": "BNB",
"decimals": 18
},
"rpcUrls": [
"https://bsc-dataseed.binance.org/",
"https://rpc.ankr.com/bsc",
"https://bsc.rpc.blxrbdn.com"
],
"blockExplorerUrls": ["https://bscscan.com"]
},
{
"chainId": "0x89",
"chainName": "Polygon Mainnet",
"nativeCurrency": {
"name": "MATIC",
"symbol": "MATIC",
"decimals": 18
},
"rpcUrls": ["https://polygon-rpc.com"],
"blockExplorerUrls": ["https://polygonscan.com"]
},
{
"chainId": "0x4e62f",
"chainName": "StarTowerChain",
"nativeCurrency": {
"name": "SAVW",
"symbol": "SAVW",
"decimals": 18
},
"rpcUrls": ["https://rip-dataseed.savwscan.com:8547"],
"blockExplorerUrls": ["https://savwscan.com"]
},
{
"chainId": "0x3481",
"chainName": "Bridgeless Mainnet",
"nativeCurrency": {
"name": "BRIDGE",
"symbol": "BRIDGE",
"decimals": 18
},
"rpcUrls": ["https://eth-rpc.node0.mainnet.bridgeless.com"],
"blockExplorerUrls": ["https://explorer.mainnet.bridgeless.com"]
},
{
"chainId": "0x8157",
"chainName": "Curtis",
"nativeCurrency": {
"name": "APE",
"symbol": "APE",
"decimals": 18
},
"rpcUrls": ["https://curtis.rpc.caldera.xyz/http"],
"blockExplorerUrls": ["https://curtis.explorer.caldera.xyz"]
}
]