Skip to content

Commit

Permalink
Express Graph Sync: update ZEUS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jul 30, 2024
1 parent 43ab49a commit 0d71c79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stores/SettingsStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ export const FEE_ESTIMATOR_KEYS = [
}
];

export const DEFAULT_SPEEDLOADER = 'https://speedloader.lnolymp.us/';
export const DEFAULT_SPEEDLOADER = 'https://egs.lnze.us/';

export const SPEEDLOADER_KEYS = [
{
key: 'Olympus',
value: 'https://speedloader.lnolymp.us/'
key: 'ZEUS',
value: 'https://egs.lnze.us/'
},
{
key: 'Blixt',
Expand Down

0 comments on commit 0d71c79

Please sign in to comment.