diff --git a/environment.ts b/environment.ts index 6f86d457..628497f9 100644 --- a/environment.ts +++ b/environment.ts @@ -241,8 +241,26 @@ const getEnvironment = async (): Promise => { CHAINS: [ ethereumMainnet, ethereumSepolia, - bscTestnet, - bsc, + { + ...bsc, + rpcUrls: { + ...bsc.rpcUrls, + alchemy: { + http: ['https://bnb-mainnet.g.alchemy.com/v2'], + webSocket: ['wss://bnb-mainnet.g.alchemy.com/v2'], + }, + }, + }, + { + ...bscTestnet, + rpcUrls: { + ...bscTestnet.rpcUrls, + alchemy: { + http: ['https://bnb-testnet.g.alchemy.com/v2'], + webSocket: ['wss://bnb-testnet.g.alchemy.com/v2'], + }, + }, + }, polygon, { id: 80_002,