Skip to content

Commit

Permalink
Update external API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Mar 14, 2023
1 parent a334773 commit 1d0ccb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/ctx/uiCtx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const uiCtx: UiCtx = {
client: getHttpClient(() => localStorage.getItem("token")),
externalClient: getHttpClient(
() => localStorage.getItem("token"),
"https://hyper-api.lotus-node.dev/api"
"https://fvm-explorer-api.filmine.io/api" // TODO: move to config
),
w3s: () => makeStorageClient(uiConfig.w3s),
};
};

1 comment on commit 1d0ccb8

@vercel
Copy link

@vercel vercel bot commented on 1d0ccb8 Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.