Merge pull request #611 from keerifox/patch-8

add NanOslo backend
This commit is contained in:
James Coxon 2024-03-14 09:04:15 +00:00 committed by GitHub
commit 5411af2845
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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',