-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
42 lines (42 loc) · 1.28 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"dev": {
"msg_prefix": "Submitting Sniper Order \n\n[hash]\n",
"max_expiry": "5200000",
"addr": {
"null": "0x0000000000000000000000000000000000000000",
"dex": "0xc8481caaf85492d40cbc943667a782f0213b92eb",
"proxy": "0xbadb56702f42e8fa4d826234ff8744215eb511f3",
"weth": "0x0aeecd432724b18906f1d8799dc320b590d1b596",
"snpx": "0xbdec5dc48631953124fb54a89a530eb16e3100e3"
},
"abi": {
"dex": ""
},
"fb": {
"api": "https://us-central1-sniper-stage.cloudfunctions.net/",
"apiKey": "AIzaSyCWyJd4Yj_ZE9lk3FY8sKkeCE7DBoA-QRs",
"authDomain": "sniper-stage.firebaseapp.com",
"projectId": "sniper-stage"
}
},
"prod": {
"msg_prefix": "Submitting Sniper Order \n\n[hash]\n",
"max_expiry": "5200000",
"addr": {
"null": "0x0000000000000000000000000000000000000000",
"dex": "0xc8481caaf85492d40cbc943667a782f0213b92eb",
"proxy": "0xc8481caaf85492d40cbc943667a782f0213b92eb",
"weth": "0xbdec5dc48631953124fb54a89a530eb16e3100e3",
"snpx": "0xbdec5dc48631953124fb54a89a530eb16e3100e3"
},
"abi": {
"dex": ""
},
"fb": {
"api": "https://us-central1-sniper-prod.cloudfunctions.net/",
"apiKey": "",
"authDomain": "",
"projectId": ""
}
}
}