File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/apps-config/src/endpoints Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments