-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
40 lines (40 loc) · 1.03 KB
/
test.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"stages": [
{
"endTime": 1744859280,
"feeBps": 1000,
"isPublic": true,
"maxTokenSupplyForStage": 10,
"maxTotalMintableByWallet": 10,
"mintPrice": 10000000000000000000,
"name": "Public Stage",
"restrictFeeRecipients": true,
"startTime": 1744772880,
"uuid": "bc6d6e404fb3458fb2c889e215db750b"
},
{
"endTime": 1744772280,
"feeBps": 100,
"isPublic": false,
"maxTokenSupplyForStage": 10,
"maxTotalMintableByWallet": 10,
"mintPrice": 1000000000000000,
"name": "Presale 1",
"restrictFeeRecipients": true,
"startTime": 1744771080,
"uuid": "5ade8edfd33542b9ac70b3fbf385ec5d"
},
{
"endTime": 1744772880,
"feeBps": 100,
"isPublic": false,
"maxTokenSupplyForStage": 10,
"maxTotalMintableByWallet": 10,
"mintPrice": 100000000000000,
"name": "Presale 2",
"restrictFeeRecipients": true,
"startTime": 1744772280,
"uuid": "11e37c714b71419b989119f3f6ce9b18"
}
]
}