Skip to content

Commit 2541d6e

Browse files
committed
fix: bsc rpc
1 parent bae47eb commit 2541d6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/frontend/src/constants/infrastructure

apps/frontend/src/constants/infrastructure/bsc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Environments } from '../../types/global';
22

33
const rpc = {
4-
[Environments.Mainnet]: 'wss://bsc.sovryn.app/mainnet/websocket',
5-
[Environments.Testnet]: 'wss://bsc.sovryn.app/testnet/websocket',
4+
[Environments.Mainnet]: 'https://bsc.sovryn.app/mainnet',
5+
[Environments.Testnet]: 'https://bsc.sovryn.app/testnet',
66
};
77

88
export const BSC = {

0 commit comments

Comments
 (0)