Skip to content

Commit

Permalink
feat(react-account): update newbie villa endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Nov 1, 2023
1 parent 3f1e2ac commit cee0f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-account/src/endpoints-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
// NewbieVilla

const newbieVillaConfig = proxy({
endpoint: "https://indexer.crossbell.io/v1/newbie",
endpoint: "https://newbie.crossbell.io/v1/",
});

export function getNewbieVillaEndpoint() {
Expand Down

0 comments on commit cee0f84

Please sign in to comment.