diff --git a/SniperService.cs b/SniperService.cs index b6ef20c..bf2c9d8 100644 --- a/SniperService.cs +++ b/SniperService.cs @@ -59,12 +59,6 @@ private async Task StartClient() { _client = new StreamingWebSocketClient(_sniperConfig.BscNode); var filter = _bscWeb3.Eth.GetEvent(_sniperConfig.PancakeswapFactoryAddress).CreateFilterInput(); - - var sub = new NewFilterInput - { - Address = new string[1] { _sniperConfig.PancakeswapRouterAddress }, - }; - var filterTransfers = Event.GetEventABI().CreateFilterInput(); filterTransfers.Address = new string[1] { _sniperConfig.PancakeswapFactoryAddress };