Alexandr Voroncov
Results
1
comments of
Alexandr Voroncov
Hey guys! I found a solution: ``` connectors={{ bsc: () => { return { web3ReactConnector: () => { return new BscConnector({ supportedChainIds: [config.chainId] }); }, handleActivationError: (err: any) => {...