Skip to content

Commit ac2e12a

Browse files
authored
Refactor provider names for Autonomys Chronos networks (#11942)
* Refactor provider names for Autonomys Chronos networks Removed unavailable websocket providers for Chronos EVM and Consensus * Fix quotes
1 parent 88becff commit ac2e12a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
127127
{
128128
info: 'autonomys-chronos-evm',
129129
providers: {
130-
'Labs 1': 'wss://auto-evm.chronos.autonomys.xyz/ws'
131-
// 'Labs 2': 'wss://auto-evm-1.chronos.autonomys.xyz/ws' // https://github.com/polkadot-js/apps/issues/11846
130+
Labs: 'wss://auto-evm.chronos.autonomys.xyz/ws'
132131
},
133132
text: 'Autonomys Chronos EVM',
134133
ui: {
@@ -139,8 +138,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
139138
{
140139
info: 'autonomys-chronos-testnet',
141140
providers: {
142-
'Labs 1': 'wss://rpc.chronos.autonomys.xyz/ws'
143-
// 'Labs 2': 'wss://rpc-1.chronos.autonomys.xyz/ws' // https://github.com/polkadot-js/apps/issues/11846
141+
Labs: 'wss://rpc.chronos.autonomys.xyz/ws'
144142
},
145143
text: 'Autonomys Chronos Testnet',
146144
ui: {

0 commit comments

Comments
 (0)