Skip to content

Commit

Permalink
Update SniperService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JayArrowz committed Sep 10, 2021
1 parent 495c13f commit 8ae7e09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions SniperService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ private async Task<EthLogsObservableSubscription> StartClient()
{
_client = new StreamingWebSocketClient(_sniperConfig.BscNode);
var filter = _bscWeb3.Eth.GetEvent<PairCreatedEvent>(_sniperConfig.PancakeswapFactoryAddress).CreateFilterInput();

var sub = new NewFilterInput
{
Address = new string[1] { _sniperConfig.PancakeswapRouterAddress },
};

var filterTransfers = Event<PairCreatedEvent>.GetEventABI().CreateFilterInput();
filterTransfers.Address = new string[1] { _sniperConfig.PancakeswapFactoryAddress };

Expand Down

0 comments on commit 8ae7e09

Please sign in to comment.