Skip to content

Commit

Permalink
Merge pull request #2272 from zeitgeistpm/tr-switch-main-endpoints
Browse files Browse the repository at this point in the history
Switch main endpoints to 3rd parties
  • Loading branch information
Robiquet authored Feb 16, 2024
2 parents 9671e12 + b30451d commit c56f9fd
Showing 1 changed file with 5 additions and 5 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

0 comments on commit c56f9fd

Please sign in to comment.