Skip to content

Commit

Permalink
Update Creditcoin WS endpoint (#9942)
Browse files Browse the repository at this point in the history
wss://mainnet.creditcoin.network/ws uses the load balancer
  • Loading branch information
pLabarta authored Oct 12, 2023
1 parent 6f83b81 commit bc05348
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -123,7 +123,7 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'creditcoin',
providers: {
'Creditcoin Foundation': 'wss://rpc.mainnet.creditcoin.network/ws'
'Creditcoin Foundation': 'wss://mainnet.creditcoin.network/ws'
},
text: 'Creditcoin',
ui: {
Expand Down

0 comments on commit bc05348

Please sign in to comment.