From b30451d14bc6dc45c19ed4a439ec12829741bcdf Mon Sep 17 00:00:00 2001 From: Tom Robiquet Date: Thu, 15 Feb 2024 10:27:46 +0200 Subject: [PATCH] Switch main endpoints to 3rd parties --- lib/constants/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/constants/index.ts b/lib/constants/index.ts index 7a0732357..3607fa0cd 100644 --- a/lib/constants/index.ts +++ b/lib/constants/index.ts @@ -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", @@ -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",