Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/zeitgeistpm/ui into tr-l…
Browse files Browse the repository at this point in the history
…eaderboard-markets
  • Loading branch information
Robiquet committed Feb 16, 2024
2 parents f3b2ba8 + c56f9fd commit cce1c03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions lib/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ export const SUPPORTED_WALLET_NAMES = [
];

export const endpoints: EndpointOption[] = [
{
value: "wss://main.rpc.zeitgeist.pm/ws",
label: "ZeitgeistPM",
environment: "production",
},
{
value: "wss://zeitgeist-rpc.dwellir.com",
label: "Dwellir",
Expand All @@ -52,6 +47,11 @@ export const endpoints: EndpointOption[] = [
label: "OnFinality",
environment: "production",
},
{
value: "wss://main.rpc.zeitgeist.pm/ws",
label: "ZeitgeistPM",
environment: "production",
},
{
value: "wss://bsr.zeitgeist.pm",
label: "Battery Station",
Expand Down
2 changes: 1 addition & 1 deletion pages/leaderboard/[period].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export async function getStaticProps({ params }) {
timePeriod: period,
bannerPlaceholder: bannerPlaceholder.base64,
},
revalidate: 60 * 60 * 24, //1 day
revalidate: 60 * 24, //1 hour
};
}

Expand Down

0 comments on commit cce1c03

Please sign in to comment.