-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.json
More file actions
executable file
·72 lines (72 loc) · 1.69 KB
/
setup.json
File metadata and controls
executable file
·72 lines (72 loc) · 1.69 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
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
{
"company": {
"name": "Prime bets",
"domain": "primebets.bet",
"firstUserName": "Prime Bets Oficial",
"firstUserReferralCode": "primebetsoficial"
},
"settings": {
"azUserToken":"68e7045b-778f-4447-bc6c-fcdba41d691d",
"depositMinimumAmount": "1",
"depositBonusPercent": "500",
"depositBonusFirstOnly" : true,
"depositTax": "0",
"depositTaxType": "MONEY,PERCENT",
"withdrawalMinimumAmount": "10",
"withdrawalAutomaticAmount": "200",
"withdrawalMaxDailyAmount": "1000",
"withdrawalTax": "0",
"withdrawalTaxType": "MONEY,PERCENT"
},
"socialMedia": {
"facebookInfo": "",
"instagramInfo": "",
"telegramInfo": "",
"twitterInfo": "",
"whatsappInfo": ""
},
"gameLinks": [
{
"alias": "double",
"name": "Double",
"url": "https://hatatori.github.io/works/double",
"active": true
},
{
"alias": "mines",
"name": "Mines",
"url": "https://hatatori.github.io/works/bomb",
"active": true
},
{
"alias": "crash",
"name": "Crash",
"url": "https://hatatori.github.io/works/linha",
"active": true
},
{
"alias": "777",
"name": "Roleta 777",
"url": "https://hatatori.github.io/works/777",
"active": false
},
{
"alias": "dice",
"name": "Dice",
"url": "https://hatatori.github.io/works/dice",
"active": false
},
{
"alias": "fruits",
"name": "Roleta Frutas",
"url": "https://hatatori.github.io/works/frutas",
"active": false
},
{
"alias": "penalti",
"name": "Penalti",
"url": "https://hatatori.github.io/works/gol/src",
"active": false
}
]
}