Skip to content

Commit

Permalink
Re-enable Neatcoin endpoint (#8271)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored Oct 24, 2022
1 parent c67387e commit 1b96da0
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 @@ -193,7 +193,7 @@ export const prodChains: EndpointOption[] = [
info: 'neatcoin',
text: 'Neatcoin',
providers: {
// Neatcoin: 'wss://rpc.neatcoin.org/ws' // https://github.com/polkadot-js/apps/issues/8266
Neatcoin: 'wss://rpc.neatcoin.org/ws'
}
},
{
Expand Down

0 comments on commit 1b96da0

Please sign in to comment.