-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
29 lines (29 loc) · 940 Bytes
/
config.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
{
"paramDefaults": {
"stakingPoolSize": 10,
"pMinDeposit": 100000,
"pApplyStageLength": 1200,
"pCommitStageLength": 1200,
"pRevealStageLength": 1200,
"pDispensationPct": 50,
"pVoteQuorum": 50
},
"name": "Flyingcarpet Token-Curated Registry of Opportunities",
"token": {
"deployToken": true,
"decimals": "18",
"name": "Nitrogen",
"symbol": "NTN",
"supply": "1000000000000000000000000000",
"tokenHolders": [
{ "address": "0xCA08c331Aae01536A020441dc3930f84a4530b28",
"amount": "250000000000000000000000000" },
{ "address": "0xcBAAa5e9aF9dC3576809e06DC1743065d18F0291",
"amount": "250000000000000000000000000" },
{ "address": "0x004502a00c7993316e92A6276e6e1e01770AC71c",
"amount": "250000000000000000000000000" },
{ "address": "0x92E626aFC3869Ae3354fFa8c36fC00DcF7a7a11A",
"amount": "250000000000000000000000000" }
]
}
}