Skip to content

Commit

Permalink
Change RPC endpoints to cloud infra
Browse files Browse the repository at this point in the history
  • Loading branch information
F3Joule committed Aug 12, 2024
1 parent acfc593 commit 0c807d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/connections/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0c807d5

Please sign in to comment.