Skip to content

Commit

Permalink
SOV-1537: change rsk rpc cluster (#2482)
Browse files Browse the repository at this point in the history
* feat: change rsk mainnet endpoint SOV-1537

* fix: change back metamask helper
  • Loading branch information
creed-victor authored Feb 22, 2023
1 parent 53533ef commit 3411aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class BridgeNetworkDictionary {
'RSK',
CrossBridgeAsset.RBTC,
rskLogo,
'https://mainnet.sovryn.app/rpc',
'https://rsk-live.sovryn.app/rpc',
'https://explorer.rsk.co',
AppMode.MAINNET,
'0x6c62bf5440de2cb157205b15c424bceb5c3368f5',
Expand Down
6 changes: 1 addition & 5 deletions src/utils/classifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ export const blockExplorers = {
};

export const rpcNodes = {
30: [
'https://mainnet.sovryn.app/rpc',
'https://mainnet2.sovryn.app/rpc',
'https://public-node.rsk.co/',
],
30: ['https://rsk-live.sovryn.app/rpc', 'https://public-node.rsk.co/'],
31: [
'https://testnet.sovryn.app/rpc',
'https://testnet2.sovryn.app/rpc',
Expand Down

0 comments on commit 3411aba

Please sign in to comment.