From 0c807d51ec58c8de6f1ae14f823e9b1fc6cb0d1c 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',