-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.example
75 lines (75 loc) · 2.07 KB
/
config.example
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
{
"ENV_NETWORK_ID": 1030,
"ENV_NETWORK_TYPE": "EVM",
"ENV_CHAIN_TYPE": "MAINNET",
"ENV_API_HOST": "https://evmapi.confluxscan.net",
"ENV_CORE_API_HOST": "https://api.confluxscan.net",
"ENV_CORE_SCAN_HOST": "https://www.confluxscan.net",
"ENV_RPC_SERVER": "https://evm-cfxbridge.confluxrpc.com",
"ENV_WALLET_CONFIG": {
"chainId": 1030,
"chainName": "Conflux eSpace",
"rpcUrls": [
"https://evm.confluxrpc.com"
],
"blockExplorerUrls": [
"https://evm.confluxscan.io/"
],
"nativeCurrency": {
"name": "Conflux",
"symbol": "CFX",
"decimals": 18
}
},
"ENV_LOGO": "https://evm.confluxscan.net/static/media/logo.8e57dceb.svg",
"ENV_THEME": {
"primary": "#17B38A",
"antdPrimaryButtonBg": "#7789D3",
"buttonBg": "rgba(0, 84, 254, 0.8)",
"outlineColor": "#7789D3",
"shadowColor": "rgba(30, 61, 228, 0.2)",
"searchButtonBg": "#AFE9D2",
"searchButtonHoverBg": "#17B38A",
"gasPriceLineBg": "#F0F4F3",
"footerBg": "#05343F",
"footerHighLightColor": "#AFE9D2",
"linkColor": "#1e3de4",
"linkHoverColor": "#0f23bd",
"chartColors": [
"#7cb5ec",
"#434348",
"#f7a35c",
"#2b908f",
"#91e8e1",
"#90ed7d",
"#8085e9",
"#f15c80",
"#e4d354",
"#f45b5b"
],
"mixedChartColors": [
"#7cb5ec",
"#90ed7d",
"#434348"
],
"pieChartColors": [
"#7cb5ec",
"#434348",
"#f7a35c",
"#2b908f",
"#91e8e1",
"#90ed7d",
"#8085e9",
"#f15c80",
"#e4d354",
"#f45b5b"
],
"chartTitleColor": "#7789D3",
"chartDetailLinkColor": "#1e3de4"
},
"ENV_ICONS": {
"imgArrow": "/static/media/arrow.4e79d439.svg"
},
"ENV_LOCALES_EN": {},
"ENV_LOCALES_CN": {}
}