Add XNOPay UK 1 Node as a server option
This commit is contained in:
parent
10e0fa040d
commit
711a88b9c2
1 changed files with 8 additions and 0 deletions
|
|
@ -69,6 +69,14 @@ export class AppSettingsService {
|
||||||
auth: null,
|
auth: null,
|
||||||
shouldRandom: false,
|
shouldRandom: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'XNOPay UK 1',
|
||||||
|
value: 'xnopay-uk-1',
|
||||||
|
api: 'https://uk1.public.xnopay.com/proxy',
|
||||||
|
ws: 'wss://uk1.public.xnopay.com/ws',
|
||||||
|
auth: null,
|
||||||
|
shouldRandom: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Rainstorm City',
|
name: 'Rainstorm City',
|
||||||
value: 'rainstorm',
|
value: 'rainstorm',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue