Skip to content

Commit

Permalink
Disable unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jan 19, 2024
1 parent f37b89e commit fb7359b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'logion',
providers: {
Logion: 'wss://rpc01.logion.network'
// Logion: 'wss://rpc01.logion.network' // https://github.com/polkadot-js/apps/issues/10195
},
text: 'logion Standalone',
ui: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'aventus',
paraId: 2056,
providers: {
Aventus: 'wss://public-rpc.mainnet.aventus.io'
// Aventus: 'wss://public-rpc.mainnet.aventus.io' // https://github.com/polkadot-js/apps/issues/10197
},
text: 'Aventus',
ui: {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'skyekiwi',
providers: {
SkyeKiwi: 'wss://staging.rpc.skye.kiwi'
// SkyeKiwi: 'wss://staging.rpc.skye.kiwi' // https://github.com/polkadot-js/apps/issues/10197
},
text: 'SkyeKiwi Testnet',
ui: {
Expand Down

0 comments on commit fb7359b

Please sign in to comment.