add NanOslo backend

This commit is contained in:
keeri 2024-01-09 22:23:09 +00:00 committed by GitHub
commit dd58fbd5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,14 @@ export class AppSettingsService {
auth: null,
shouldRandom: true,
},
{
name: 'NanOslo',
value: 'nanoslo',
api: 'https://nanoslo.0x.no/proxy',
ws: 'wss://nanoslo.0x.no/websocket',
auth: null,
shouldRandom: true,
},
{
name: 'Custom',
value: 'custom',