Skip to content

Commit 8ba095a

Browse files
committed
Removing testnet option
1 parent 9c2946d commit 8ba095a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/apps-config/src/endpoints/testing.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,4 @@ export * from './testingRelayWestend';
1515
// providers: The actual hosted secure websocket endpoint
1616
//
1717
// IMPORTANT: Alphabetical based on text
18-
export const testChains: EndpointOption[] = [
19-
{
20-
info: 'dock-testnet',
21-
text: 'Dock PoS Testnet',
22-
providers: {
23-
'Dock Association': 'wss://knox-1.dock.io' // https://github.com/polkadot-js/apps/issues/6831
24-
}
25-
},
26-
];
18+
export const testChains: EndpointOption[] = [];

0 commit comments

Comments
 (0)