Skip to content

Commit

Permalink
Revert "Change RPC endpoints to cloud infra"
Browse files Browse the repository at this point in the history
This reverts commit 0c807d5.
  • Loading branch information
F3Joule committed Aug 13, 2024
1 parent 0c807d5 commit e8f19f1
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://api-subsocial.dwellir.com/d3b15e09-ebc8-48de-94af-907466466d10',
substrateRpcUrl: 'https://api-subsocial.dwellir.com/d3b15e09-ebc8-48de-94af-907466466d10',
substrateUrl: 'wss://para.subsocial.network',
substrateRpcUrl: 'https://para.subsocial.network/http',
kusamaUrl: 'wss://kusama-rpc.polkadot.io',

offchainUrl: 'https://api.subsocial.network',
Expand Down

0 comments on commit e8f19f1

Please sign in to comment.