From 507c2cb9cd972d4db8a2eae7af69eba1a0e4974e Mon Sep 17 00:00:00 2001 From: Vlad Proshchavaiev <32250097+F3Joule@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:09:45 +0300 Subject: [PATCH] Change RPC endpoints to cloud infra --- src/config/connections/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/connections/main.ts b/src/config/connections/main.ts index 4cf21d9d7..ea43dbf95 100644 --- a/src/config/connections/main.ts +++ b/src/config/connections/main.ts @@ -4,8 +4,8 @@ import { SubsocialConfig } from '../types' const mainConfig: SubsocialConfig = { sudoOne: '3osmnRNnrcScHsgkTJH1xyBF5kGjpbWHsGrqM31BJpy4vwn8', - substrateUrl: 'wss://para.subsocial.network', - substrateRpcUrl: 'https://para.subsocial.network/http', + substrateUrl: 'wss://api-subsocial.dwellir.com/d3b15e09-ebc8-48de-94af-907466466d10', + substrateRpcUrl: 'https://api-subsocial.dwellir.com/d3b15e09-ebc8-48de-94af-907466466d10', kusamaUrl: 'wss://kusama-rpc.polkadot.io', offchainUrl: 'https://api.subsocial.network',