Skip to content

Commit

Permalink
Merge pull request #611 from keerifox/patch-8
Browse files Browse the repository at this point in the history
add NanOslo backend
  • Loading branch information
jamescoxon committed Mar 14, 2024
2 parents 602f10c + dd58fbd commit 5411af2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/services/app-settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5411af2

Please sign in to comment.