Skip to content

Commit

Permalink
remove non-trusted endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Sep 24, 2024
1 parent 3039a11 commit b61e66c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions src/assets/peopleNetworks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,14 @@
"url": "wss://sys.dotters.network/people-polkadot",
"name": "IBP2"
},
{
"url": "wss://rpc-people-polkadot.luckyfriday.io",
"name": "LuckyFriday"
},
{
"url": "wss://polkadot-people-rpc.polkadot.io",
"name": "Parity"
},
{
"url": "wss://people-polkadot.public.curie.radiumblock.co/ws",
"name": "RadiumBlock"
}
]
},
"kusamaPeople": {
"nodes": [
{
"url": "wss://people-kusama-rpc.dwellir.com",
"name": "Dwellir"
},
{
"url": "wss://sys.ibp.network/people-kusama",
"name": "IBP1"
Expand All @@ -37,26 +25,14 @@
"url": "wss://sys.dotters.network/people-kusama",
"name": "IBP2"
},
{
"url": "wss://rpc-people-kusama.luckyfriday.io",
"name": "LuckyFriday"
},
{
"url": "wss://kusama-people-rpc.polkadot.io",
"name": "Parity"
},
{
"url": "wss://ksm-rpc.stakeworld.io/people",
"name": "Stakeworld"
}
]
},
"westendPeople": {
"nodes": [
{
"url": "wss://people-westend-rpc.dwellir.com",
"name": "Dwellir"
},
{
"url": "wss://sys.ibp.network/people-westend",
"name": "IBP1"
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/NetworkContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export interface INetworkContext {
selectNetwork: (network: string, shouldResetAccountAddress?: boolean) => void
client?: PolkadotClient
api?: TypedApi<typeof dot | typeof ksm>
peopleApi: PeopleApiType
peopleApi?: PeopleApiType
peopleClient?: PolkadotClient
network?: SupportedNetworkNames
peopleNetwork?: SupportedPeopleNetworkNames
Expand Down

0 comments on commit b61e66c

Please sign in to comment.