-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 1.04 KB
/
config.json
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"chainId": "68cee14f598d88d340b50940b6ddfba28c444b46cd5f33201ace82c78896793a",
"public_key": "FO6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
"private_key": "5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3",
"systems": ["fibos", "fiboscouncil", "eth2fibosgtw"],
"fibossystems": ["fibosmaster1"],
"token": {
"EOS": {
"max_supply": "10000000000.0000 EOS",
"supply": "10000000000.0000 EOS"
},
"FO": {
"supply": "O",
"max_supply": "10000000000.0000 FO",
"max_exchange": "0.0000 FO",
"connector_weight": 0,
"reserve_supply": "0.0000 FO",
"reserve_connector_balance": "0.0000 FO"
},
"FOUSDT": {
"supply": "50000000000.000000 FOUSDT",
"max_supply": "100000000000.000000 FOUSDT",
"max_exchange": "0.000000 FOUSDT",
"connector_weight": 0,
"reserve_supply": "0.000000 FOUSDT",
"reserve_connector_balance": "0.0000 FO"
}
},
"bios_httpEndpoint": "http://127.0.0.1:8870",
"bios_p2p_peer_address": ["127.0.0.1:9870"],
"contracts_path": "./contracts/",
"bp_httpEndpoint": "http://127.0.0.1:8801"
}