Skip to content

Commit

Permalink
changed node url to more powerful ones (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor authored Feb 3, 2021
1 parent b2ccba3 commit e550d19
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/utils/classifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ export const networkNames = {
};

export const rpcNodes = {
30: 'https://mainnet.sovryn.app/rpc',
// 30: 'https://mainnetbackup.sovryn.app/rpc',
31: 'https://testnet.sovryn.app/rpc',
30: 'https://mainnet2.sovryn.app/rpc',
31: 'https://testnet2.sovryn.app/rpc',
};

export const readNodes = {
30: 'wss://mainnet.sovryn.app/ws',
// 30: 'wss://mainnetbackup.sovryn.app/ws',
31: 'wss://testnet.sovryn.app/ws',
// 30: 'https://public-node.rsk.co',
// 31: 'https://public-node.testnet.rsk.co',
30: 'wss://mainnet2.sovryn.app/ws',
31: 'wss://testnet2.sovryn.app/ws',
};

export const fastBtcApis = {
Expand Down

1 comment on commit e550d19

@vercel
Copy link

@vercel vercel bot commented on e550d19 Feb 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.