Skip to content

Commit

Permalink
Fix default rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamanenkau committed Mar 8, 2024
1 parent ece2c53 commit a8ac94a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'cere',
providers: {
'Cere Network': 'wss://archive.mainnet.cere.network/ws'
// 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/polkadot-js/apps/issues/9828 // ToDo is it turned off?
'Cere Network': 'wss://rpc.mainnet.cere.network/ws',
},
text: 'Cere Network',
ui: {
Expand Down
1 change: 0 additions & 1 deletion packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
info: 'cere',
providers: {
'Cere Network': 'wss://archive.testnet.cere.network/ws',
'Republic Crypto | Runtime': 'wss://testnet.cere-archive.republiccrypto-runtime.com:444'
},
text: 'Cere Network Testnet',
ui: {
Expand Down

0 comments on commit a8ac94a

Please sign in to comment.