-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
110 lines (110 loc) · 3.04 KB
/
settings.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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"botSettings": {
"prefix": "$"
},
"priceConversionApi": {
"url": "https://sandbox-api.coinmarketcap.com/v2/tools/price-conversion"
},
"networks": [
{
"name": "BTCTEST",
"symbol": "BTC",
"address": "2NFtQddKkbNDGB3gVtMmLFfhiWgzWXLVzd9",
"apiUrl": "wss://ws.block.io/",
"pingInterval": 60000,
"retryInterval": 5000,
"blockExplorerUrl": "https://sochain.com/tx/BTCTEST/",
"networkIcon": "https://i.imgur.com/96RTSCR.png"
},
{
"name": "BTC",
"symbol": "BTC",
"address": "bc1q4x8j6mt27y5gv0q625t8wkr87ruy8fprpy4v3f",
"apiUrl": "wss://ws.block.io/",
"pingInterval": 60000,
"retryInterval": 5000,
"blockExplorerUrl": "https://sochain.com/tx/BTC/",
"networkIcon": "https://i.imgur.com/96RTSCR.png"
},
{
"name": "DOGETEST",
"symbol": "DOGE",
"address": "2N5Yf5SKcSjir33t9uvfZLmwg7g9qs2fEH9",
"apiUrl": "wss://ws.block.io/",
"pingInterval": 60000,
"retryInterval": 5000,
"blockExplorerUrl": "https://sochain.com/tx/DOGETEST/",
"networkIcon": "https://i.imgur.com/aiZaQfD.png"
},
{
"name": "DOGE",
"symbol": "DOGE",
"address": "D8GH73rNjudgi6bS2krrXWEsU9KShedLXp",
"apiUrl": "wss://ws.block.io/",
"pingInterval": 60000,
"retryInterval": 5000,
"blockExplorerUrl": "https://sochain.com/tx/DOGE/",
"networkIcon": "https://i.imgur.com/aiZaQfD.png"
},
{
"name": "LTCTEST",
"symbol": "LTC",
"address": "QYd4D5diR1VLLyfVLxS6MgzTGkfo6bDkdQ",
"apiUrl": "wss://ws.block.io/",
"pingInterval": 60000,
"retryInterval": 5000,
"blockExplorerUrl": "https://sochain.com/tx/LTCTEST/",
"networkIcon": "https://i.imgur.com/rJtxkax.png"
},
{
"name": "LTC",
"symbol": "LTC",
"address": "LbJi8EuoDcwaZvykcKmcrM74jpjde23qJ2",
"apiUrl": "wss://ws.block.io/",
"pingInterval": 60000,
"retryInterval": 5000,
"blockExplorerUrl": "https://sochain.com/tx/LTC/",
"networkIcon": "https://i.imgur.com/rJtxkax.png"
}
],
"webhookTemplate": {
"content": null,
"embeds": [
{
"title": "New transaction initiated",
"url": "https://google.com",
"color": 2575484,
"fields": [
{
"name": "Currency",
"value": "DOGE",
"inline": true
},
{
"name": "Amount",
"value": "0.00012345",
"inline": true
},
{
"name": "Fiat",
"value": "US$ 0,05",
"inline": true
}
],
"footer": {
"text": "🌠 Antares Data System"
},
"timestamp": "2023-08-26T22:06:00.000Z",
"image": {
"url": "https://i.imgur.com/3J2577E.jpg"
},
"thumbnail": {
"url": "https://i.imgur.com/aiZaQfD.png"
}
}
],
"username": "Mercury Monetary Subsystem",
"avatar_url": "https://i.imgur.com/ltSwWHP.png",
"attachments": []
}
}