Skip to content

Commit

Permalink
Merge pull request #2324 from DistributedCollective/development
Browse files Browse the repository at this point in the history
Perpetuals - update websockets and RPC configuration (#2323)
  • Loading branch information
soulBit authored Jul 12, 2022
2 parents 6b0cfb8 + 86f67c1 commit 3bd2b3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class BridgeNetworkDictionary {
'Binance Smart Testnet',
CrossBridgeAsset.BNB,
bscIcon,
'https://bsc.sovryn.app/testnet',
'https://bsctestnet.sovryn.app/testnet',
'https://testnet.bscscan.com',
AppMode.TESTNET,
'0xae11C5B5f29A6a25e955F0CB8ddCc416f522AF5C',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/blockchain/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,7 @@
"decimals": 18
},
"rpc": [
"https://bsc.sovryn.app/testnet",
"https://bsctestnet.sovryn.app/testnet",
"https://data-seed-prebsc-2-s3.binance.org:8545/",
"https://data-seed-prebsc-2-s2.binance.org:8545/",
"https://data-seed-prebsc-2-s1.binance.org:8545/",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/classifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export const rpcNodes = {
'https://public-node.rsk.co/',
],
31: ['https://testnet.sovryn.app/rpc', 'https://public-node.testnet.rsk.co/'],
56: 'wss://bsc.sovryn.app/mainnet/websocket',
97: 'wss://bsc.sovryn.app/testnet/websocket',
56: 'wss://bsctestnet.sovryn.app/mainnet/websocket',
97: 'wss://bsctestnet.sovryn.app/testnet/websocket',
};

export const bitocracyUrl =
Expand Down
2 changes: 1 addition & 1 deletion src/utils/metamaskHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const networks = {
decimals: 18,
},
rpcUrls: [
'https://bsc.sovryn.app/testnet/',
'https://bsctestnet.sovryn.app/testnet',
'https://data-seed-prebsc-2-s3.binance.org:8545/',
'https://data-seed-prebsc-2-s2.binance.org:8545/',
'https://data-seed-prebsc-2-s1.binance.org:8545/',
Expand Down

0 comments on commit 3bd2b3d

Please sign in to comment.