-
Notifications
You must be signed in to change notification settings - Fork 13
/
settings.json
50 lines (50 loc) · 1.29 KB
/
settings.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
{
"defaultLocale": "en-US",
"defaultNetwork": "TESTNET_NETWORK",
"networks": [
{
"key": "MAINNET_NETWORK",
"name": "Mainnet Network",
"networkID": 7,
"honorNodes": [
"https://mainnet-hk1.ibax.network:7079",
"https://mainnet-sg1.ibax.network:7079",
"https://mainnet-hk2.ibax.network:7079",
"https://mainnet-jp1.ibax.network:7079",
"https://mainnet-us1.ibax.network:7079"
],
"socketUrl": "",
"activationEmail": "",
"enableDemoMode": true,
"disableSync": false
},
{
"key": "TESTNET_NETWORK",
"name": "Testnet Network",
"networkID": 5,
"honorNodes": [
"https://testnet-hk1.ibax.network:5079",
"https://testnet-sg1.ibax.network:5079",
"https://testnet-sg2.ibax.network:5079",
"https://testnet-jp1.ibax.network:5079",
"https://testnet-us1.ibax.network:5079"
],
"socketUrl": "",
"activationEmail": "",
"enableDemoMode": true,
"disableSync": false
},
{
"key": "LOCAL_NETWORK",
"name": "Local Network",
"networkID": 1,
"honorNodes": [
"http://127.0.0.1:7079"
],
"socketUrl": "",
"activationEmail": "",
"enableDemoMode": true,
"disableSync": false
}
]
}