Skip to content

Commit

Permalink
Remove Testing networks.
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilkhan committed Sep 15, 2023
1 parent 6672237 commit a1e8635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const testChains: EndpointOption[] = [
},
{
info: 'edgeware',
isDisabled: true,
text: 'Beresheet',
providers: {
JelliedOwl: 'wss://beresheet.jelliedowl.net'
Expand Down Expand Up @@ -596,6 +597,7 @@ export const testChains: EndpointOption[] = [
},
{
info: 'subspace-gemini-2a',
isDisabled: true,
text: 'Subspace Gemini 2a',
providers: {
'Europe 0': 'wss://eu-0.gemini-2a.subspace.network/ws',
Expand Down Expand Up @@ -660,6 +662,7 @@ export const testChains: EndpointOption[] = [
},
{
info: 'vara',
isDisabled: true,
text: 'Vara',
providers: {
'Gear Tech': 'wss://rpc.vara-network.io'
Expand Down

0 comments on commit a1e8635

Please sign in to comment.