We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9696720 commit 080b408Copy full SHA for 080b408
main.js
@@ -5,15 +5,24 @@ const ecomServerIps = [
5
// webhooks
6
'139.59.95.252',
7
'2400:6180:100:d0::7ac:e001',
8
- // modules
9
- '159.203.20.142',
10
- '2604:a880:cad:d0::928:a001',
11
// primary
12
'192.241.138.93',
13
'2604:a880:400:d0::58:3001',
14
// secondary
15
'198.199.81.173',
16
- '2604:a880:400:d0::13:5001'
+ '2604:a880:400:d0::13:5001',
+ // modules
+ '159.203.20.142',
+ '2604:a880:cad:d0::928:a001',
17
+ // mods.x
18
+ '137.184.76.254',
19
+ '2604:a880:400:d0::1dc5:6001',
20
+ '159.223.106.62',
21
+ '2604:a880:400:d0::181b:6001',
22
+ '157.245.94.30',
23
+ '2604:a880:400:d0::18e0:6001',
24
+ '134.122.29.140',
25
+ '2604:a880:400:d0::1b1c:8001'
26
]
27
28
// axios HTTP client
0 commit comments